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


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

    Windows build fix: added missing #include.
    
    JavaScriptCore:
    
    Patch by Geoffrey Garen <ggaren at apple.com> on 2009-10-08
    * runtime/PropertyNameArray.h:
    
    WebCore:
    
    Patch by Geoffrey Garen <ggaren at apple.com> on 2009-10-08
    * ForwardingHeaders/runtime/StructureChain.h: Copied from WebCore/ForwardingHeaders/runtime/PropertyNameArray.h.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49333 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 91ba575..d25aa11 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -2,6 +2,12 @@
 
         Windows build fix: added missing #include.
 
+        * runtime/PropertyNameArray.h:
+
+2009-10-08  Geoffrey Garen  <ggaren at apple.com>
+
+        Windows build fix: added missing #include.
+
         * runtime/NumberPrototype.cpp:
 
 2009-10-08  Geoffrey Garen  <ggaren at apple.com>
diff --git a/JavaScriptCore/runtime/PropertyNameArray.h b/JavaScriptCore/runtime/PropertyNameArray.h
index 7d6edd0..ed5005d 100644
--- a/JavaScriptCore/runtime/PropertyNameArray.h
+++ b/JavaScriptCore/runtime/PropertyNameArray.h
@@ -23,6 +23,7 @@
 
 #include "CallFrame.h"
 #include "Identifier.h"
+#include "StructureChain.h"
 #include <wtf/HashSet.h>
 #include <wtf/Vector.h>
 
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index d26cf88..467cd27 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-08  Geoffrey Garen  <ggaren at apple.com>
+
+        Windows build fix: added missing #include.
+
+        * ForwardingHeaders/runtime/StructureChain.h: Copied from WebCore/ForwardingHeaders/runtime/PropertyNameArray.h.
+
 2009-10-08  Brian Weinstein  <bweinstein at apple.com>
 
         Reviewed by Timothy Hatcher.
diff --git a/WebCore/ForwardingHeaders/runtime/StructureChain.h b/WebCore/ForwardingHeaders/runtime/StructureChain.h
new file mode 100644
index 0000000..7c60fa7
--- /dev/null
+++ b/WebCore/ForwardingHeaders/runtime/StructureChain.h
@@ -0,0 +1,5 @@
+#ifndef WebCore_FWD_StructureChain_h
+#define WebCore_FWD_StructureChain_h
+#include <JavaScriptCore/StructureChain.h>
+#endif
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list