[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.20-204-g221d8e8

dbates at webkit.org dbates at webkit.org
Wed Feb 10 22:15:47 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit bc156389193efacd8f7b069e50222e626562d10d
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Feb 5 05:33:55 2010 +0000

    2010-02-04  Daniel Bates  <dbates at webkit.org>
    
            [Qt] Unreviewed, build fix for Qt bot.
    
            * runtime/JSStringBuilder.h: Changed #include <X.h> notation #include "X.h".
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54403 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index d612e29..9a88ac6 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-04  Daniel Bates  <dbates at webkit.org>
+
+        [Qt] Unreviewed, build fix for Qt bot.
+
+        * runtime/JSStringBuilder.h: Changed #include <X.h> notation #include "X.h".
+
 2010-02-04  Geoffrey Garen  <ggaren at apple.com>
 
         Build fix: export a header.
diff --git a/JavaScriptCore/runtime/JSStringBuilder.h b/JavaScriptCore/runtime/JSStringBuilder.h
index 7901258..5635740 100644
--- a/JavaScriptCore/runtime/JSStringBuilder.h
+++ b/JavaScriptCore/runtime/JSStringBuilder.h
@@ -26,9 +26,9 @@
 #ifndef JSStringBuilder_h
 #define JSStringBuilder_h
 
-#include <ExceptionHelpers.h>
-#include <JSString.h>
-#include <StringBuilder.h>
+#include "ExceptionHelpers.h"
+#include "JSString.h"
+#include "StringBuilder.h"
 
 namespace JSC {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list