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

eric at webkit.org eric at webkit.org
Wed Apr 7 23:25:02 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit dad90c8b36dde64c63df06040d05332b10f5e780
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 6 20:01:14 2009 +0000

    2009-11-06  Steve Block  <steveblock at google.com>
    
            Reviewed by Eric Seidel.
    
            V8DOMWindowCustom.cpp is missing WEB_SOCKETS guard on include.
            https://bugs.webkit.org/show_bug.cgi?id=31209
    
            Build fix only. No new tests possible.
    
            * bindings/v8/custom/V8DOMWindowCustom.cpp: Modified. Added WEB_SOCKETS guard on inclue of WebSockets.h.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50603 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 6af0917..fee6db1 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2009-11-06  Steve Block  <steveblock at google.com>
+
+        Reviewed by Eric Seidel.
+
+        V8DOMWindowCustom.cpp is missing WEB_SOCKETS guard on include.
+        https://bugs.webkit.org/show_bug.cgi?id=31209
+
+        Build fix only. No new tests possible.
+
+        * bindings/v8/custom/V8DOMWindowCustom.cpp: Modified. Added WEB_SOCKETS guard on inclue of WebSockets.h.
+
 2009-11-06  Drew Wilson  <atwilson at chromium.org>
 
         Reviewed by David Levin.
diff --git a/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp b/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp
index a442303..2d86c34 100644
--- a/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp
+++ b/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp
@@ -55,7 +55,9 @@
 #include "Settings.h"
 #include "SharedWorkerRepository.h"
 #include "Storage.h"
+#if ENABLE(WEB_SOCKETS)
 #include "WebSocket.h"
+#endif
 #include "WindowFeatures.h"
 
 // Horizontal and vertical offset, from the parent content area, around newly

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list