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


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

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

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 368c495..91ba575 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 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>
+
         Reviewed by Sam Weinig.
 
         Migrated some code that didn't belong out of Structure.
diff --git a/JavaScriptCore/runtime/NumberPrototype.cpp b/JavaScriptCore/runtime/NumberPrototype.cpp
index df31404..2e8c67d 100644
--- a/JavaScriptCore/runtime/NumberPrototype.cpp
+++ b/JavaScriptCore/runtime/NumberPrototype.cpp
@@ -28,6 +28,7 @@
 #include "PrototypeFunction.h"
 #include "dtoa.h"
 #include "Operations.h"
+#include "StructureChain.h"
 #include <wtf/Assertions.h>
 #include <wtf/MathExtras.h>
 #include <wtf/Vector.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list