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


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

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

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index d25aa11..bd8f419 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -2,6 +2,12 @@
 
         Windows build fix: added missing #include.
 
+        * interpreter/CallFrame.cpp:
+
+2009-10-08  Geoffrey Garen  <ggaren at apple.com>
+
+        Windows build fix: added missing #include.
+
         * runtime/PropertyNameArray.h:
 
 2009-10-08  Geoffrey Garen  <ggaren at apple.com>
diff --git a/JavaScriptCore/interpreter/CallFrame.cpp b/JavaScriptCore/interpreter/CallFrame.cpp
index 9724875..7cdcc9b 100644
--- a/JavaScriptCore/interpreter/CallFrame.cpp
+++ b/JavaScriptCore/interpreter/CallFrame.cpp
@@ -28,6 +28,7 @@
 
 #include "CodeBlock.h"
 #include "Interpreter.h"
+#include "Structure.h"
 
 namespace JSC {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list