[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:05 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit a27d7a47d9c4712958ee530fa9b1d0fe587a5e7b
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 8 22:08:08 2009 +0000

    Windows build fix: Added missing #include.
    
    Patch by Geoffrey Garen <ggaren at apple.com> on 2009-10-08
    * runtime/JSGlobalData.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49324 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index a44017f..35b2dc8 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-08  Geoffrey Garen  <ggaren at apple.com>
+
+        Windows build fix: Added missing #include.
+        
+        * runtime/JSGlobalData.h:
+
 2009-10-01  Geoffrey Garen  <ggaren at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/JavaScriptCore/runtime/JSGlobalData.h b/JavaScriptCore/runtime/JSGlobalData.h
index 3ad90ad..709122c 100644
--- a/JavaScriptCore/runtime/JSGlobalData.h
+++ b/JavaScriptCore/runtime/JSGlobalData.h
@@ -36,6 +36,7 @@
 #include "MarkStack.h"
 #include "NumericStrings.h"
 #include "SmallStrings.h"
+#include "Structure.h"
 #include "TimeoutChecker.h"
 #include <wtf/Forward.h>
 #include <wtf/HashMap.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list