Title: [101146] trunk/Source/WebCore
Revision
101146
Author
[email protected]
Date
2011-11-24 15:23:20 -0800 (Thu, 24 Nov 2011)

Log Message

[CMake] Build fix for NOT ENABLE_WEB_SOCKETS.

* CMakeLists.txt: Move CloseEvent.idl to the unconditional files.

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (101145 => 101146)


--- trunk/Source/WebCore/CMakeLists.txt	2011-11-24 23:16:40 UTC (rev 101145)
+++ trunk/Source/WebCore/CMakeLists.txt	2011-11-24 23:23:20 UTC (rev 101146)
@@ -374,6 +374,8 @@
     webaudio/LowPass2FilterNode.idl
     webaudio/RealtimeAnalyserNode.idl
 
+    websockets/CloseEvent.idl
+
     xml/DOMParser.idl
     xml/XMLHttpRequest.idl
     xml/XMLHttpRequestException.idl
@@ -2013,7 +2015,6 @@
     )
 
     LIST(APPEND WebCore_IDL_FILES
-        websockets/CloseEvent.idl
         websockets/WebSocket.idl
     )
 ENDIF ()

Modified: trunk/Source/WebCore/ChangeLog (101145 => 101146)


--- trunk/Source/WebCore/ChangeLog	2011-11-24 23:16:40 UTC (rev 101145)
+++ trunk/Source/WebCore/ChangeLog	2011-11-24 23:23:20 UTC (rev 101146)
@@ -1,5 +1,11 @@
 2011-11-24  Patrick Gansterer  <[email protected]>
 
+        [CMake] Build fix for NOT ENABLE_WEB_SOCKETS.
+
+        * CMakeLists.txt: Move CloseEvent.idl to the unconditional files.
+
+2011-11-24  Patrick Gansterer  <[email protected]>
+
         Build fix for C++ bindings.
 
         * bindings/cpp/WebDOMEventTarget.cpp: Added #if ENABLE() guards.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to