diff options
author | Steve Block <steveblock@google.com> | 2009-11-06 08:36:18 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2009-11-10 23:52:42 +0000 |
commit | 2c386559c2b67b9921be326a44676937b61b08f4 (patch) | |
tree | 4bf9593f80dd0238422f660ccc09dda4ab9b86b4 /WebCore/bindings | |
parent | 70c8e1be70c9509280aa52daa293153cb033df13 (diff) | |
download | external_webkit-2c386559c2b67b9921be326a44676937b61b08f4.zip external_webkit-2c386559c2b67b9921be326a44676937b61b08f4.tar.gz external_webkit-2c386559c2b67b9921be326a44676937b61b08f4.tar.bz2 |
Update Android build to remove websockets include and to keep in line with latest WebKit.
See https://bugs.webkit.org/show_bug.cgi?id=31209
Change-Id: Ie79b5599ee9d6a87f02eea7148f2660b0aaafd9d
Diffstat (limited to 'WebCore/bindings')
-rw-r--r-- | WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp b/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp index 7eccfb1..25d5ccd 100644 --- a/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp +++ b/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp @@ -56,7 +56,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 |