Title: [190307] trunk/Source/WebCore
Revision
190307
Author
o...@webkit.org
Date
2015-09-29 03:23:12 -0700 (Tue, 29 Sep 2015)

Log Message

Fix the broken !ENABLE(STREAM_API) build
https://bugs.webkit.org/show_bug.cgi?id=149525

Reviewed by Darin Adler.

* bindings/js/WebCoreJSClientData.h: Revert r190225.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (190306 => 190307)


--- trunk/Source/WebCore/ChangeLog	2015-09-29 08:38:42 UTC (rev 190306)
+++ trunk/Source/WebCore/ChangeLog	2015-09-29 10:23:12 UTC (rev 190307)
@@ -1,3 +1,13 @@
+2015-09-29  Csaba Osztrogonác  <o...@webkit.org>
+
+        Fix the broken !ENABLE(STREAM_API) build
+        https://bugs.webkit.org/show_bug.cgi?id=149525
+
+        Reviewed by Darin Adler.
+
+        * bindings/js/WebCoreJSClientData.h: Revert r190225.
+
+
 2015-09-16  Carlos Garcia Campos  <cgar...@igalia.com>
 
         printing does not use minimum page zoom factor

Modified: trunk/Source/WebCore/bindings/js/WebCoreJSClientData.h (190306 => 190307)


--- trunk/Source/WebCore/bindings/js/WebCoreJSClientData.h	2015-09-29 08:38:42 UTC (rev 190306)
+++ trunk/Source/WebCore/bindings/js/WebCoreJSClientData.h	2015-09-29 10:23:12 UTC (rev 190307)
@@ -22,16 +22,13 @@
 #ifndef WebCoreJSClientData_h
 #define WebCoreJSClientData_h
 
+#include "CountQueuingStrategyBuiltinsWrapper.h"
 #include "DOMWrapperWorld.h"
+#include "ReadableStreamBuiltinsWrapper.h"
 #include "WebCoreTypedArrayController.h"
 #include <wtf/HashSet.h>
 #include <wtf/RefPtr.h>
 
-#if ENABLE(STREAMS_API)
-#include "CountQueuingStrategyBuiltinsWrapper.h"
-#include "ReadableStreamBuiltinsWrapper.h"
-#endif
-
 namespace WebCore {
 
 class WebCoreJSClientData : public JSC::VM::ClientData {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to