[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

aroben at apple.com aroben at apple.com
Thu Apr 8 00:42:18 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 71818b85f526cd0cc7dea80693031cfec05a71c0
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 18 17:47:09 2009 +0000

    V8 build fix
    
    * bindings/v8/custom/V8DOMWindowCustom.cpp: Added #include.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52317 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3db10fb..3877785 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2009-12-18  Adam Roben  <aroben at apple.com>
 
+        V8 build fix
+
+        * bindings/v8/custom/V8DOMWindowCustom.cpp: Added #include.
+
+2009-12-18  Adam Roben  <aroben at apple.com>
+
         GTK (and others?) build fix
 
         * platform/text/StringImpl.h: Added #include.
diff --git a/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp b/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp
index ecd016d..36e7054 100644
--- a/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp
+++ b/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp
@@ -40,6 +40,7 @@
 #include "V8Utilities.h"
 
 #include "Base64.h"
+#include "Chrome.h"
 #include "ExceptionCode.h"
 #include "DOMTimer.h"
 #include "Frame.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list