[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

eric at webkit.org eric at webkit.org
Thu Feb 4 21:31:22 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit f0800b80552cc8cd7149c4c5a05136cb28c3346a
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 28 21:34:44 2010 +0000

    2010-01-28  Steve Block  <steveblock at google.com>
    
            Reviewed by Adam Barth.
    
            Fix missing forward-declarations and includes in V8 bindings
            https://bugs.webkit.org/show_bug.cgi?id=34272
    
            No new tests, build fix only.
    
            * bindings/v8/ScriptController.h: Modified. Forward-declare NPObject
            * bindings/v8/V8DOMWindowShell.cpp: Modified. Include CString.h and PlatformBridge.h
            * bindings/v8/V8DOMWrapper.h: Modified. Forward-declare V8Proxy
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54014 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 2c38252..1c1c18c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,16 @@
+2010-01-28  Steve Block  <steveblock at google.com>
+
+        Reviewed by Adam Barth.
+
+        Fix missing forward-declarations and includes in V8 bindings
+        https://bugs.webkit.org/show_bug.cgi?id=34272
+
+        No new tests, build fix only.
+
+        * bindings/v8/ScriptController.h: Modified. Forward-declare NPObject
+        * bindings/v8/V8DOMWindowShell.cpp: Modified. Include CString.h and PlatformBridge.h
+        * bindings/v8/V8DOMWrapper.h: Modified. Forward-declare V8Proxy
+
 2010-01-28  Yury Semikhatsky  <yurys at chromium.org>
 
         Reviewed by Adam Barth.
diff --git a/WebCore/bindings/v8/ScriptController.h b/WebCore/bindings/v8/ScriptController.h
index 9815c7a..b45bdef 100644
--- a/WebCore/bindings/v8/ScriptController.h
+++ b/WebCore/bindings/v8/ScriptController.h
@@ -42,6 +42,8 @@
 #include <wtf/RefCounted.h>
 #include <wtf/Vector.h>
 
+struct NPObject;
+
 namespace WebCore {
 
 class DOMWrapperWorld;
diff --git a/WebCore/bindings/v8/V8DOMWindowShell.cpp b/WebCore/bindings/v8/V8DOMWindowShell.cpp
index 2187280..793547d 100644
--- a/WebCore/bindings/v8/V8DOMWindowShell.cpp
+++ b/WebCore/bindings/v8/V8DOMWindowShell.cpp
@@ -31,7 +31,8 @@
 #include "config.h"
 #include "V8DOMWindowShell.h"
 
-#include "ChromiumBridge.h"
+#include "CString.h"
+#include "PlatformBridge.h"
 #include "CSSMutableStyleDeclaration.h"
 #include "DateExtension.h"
 #include "DocumentLoader.h"
diff --git a/WebCore/bindings/v8/V8DOMWrapper.h b/WebCore/bindings/v8/V8DOMWrapper.h
index 4e6315e..3cff691 100644
--- a/WebCore/bindings/v8/V8DOMWrapper.h
+++ b/WebCore/bindings/v8/V8DOMWrapper.h
@@ -92,6 +92,7 @@ namespace WebCore {
     class StyleSheetList;
     class V8EventListener;
     class V8ObjectEventListener;
+    class V8Proxy;
 #if ENABLE(WEB_SOCKETS)
     class WebSocket;
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list