[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

ggaren at apple.com ggaren at apple.com
Thu Oct 29 20:42:18 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 81fae2f6db4a5910f6f5c3d01c6f23d6253d97d1
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 9 03:42:32 2009 +0000

    Qt build fix: added missing #include.
    
    Patch by Geoffrey Garen <ggaren at apple.com> on 2009-10-08
    * jsc.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49370 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 9da2a4a..de0a9b6 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2009-10-08  Geoffrey Garen  <ggaren at apple.com>
 
+        Qt build fix: added missing #include.
+
+        * jsc.cpp:
+
+2009-10-08  Geoffrey Garen  <ggaren at apple.com>
+
         Tiger build fix: initialize variable whose initialization the compiler
         can't otherwise figure out.
 
diff --git a/JavaScriptCore/jsc.cpp b/JavaScriptCore/jsc.cpp
index 9399b1a..b6bc0aa 100644
--- a/JavaScriptCore/jsc.cpp
+++ b/JavaScriptCore/jsc.cpp
@@ -29,6 +29,7 @@
 #include "JSArray.h"
 #include "JSFunction.h"
 #include "JSLock.h"
+#include "JSString.h"
 #include "PrototypeFunction.h"
 #include "SamplingTool.h"
 #include <math.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list