Title: [211832] trunk/Source/WebCore
Revision
211832
Author
wei...@apple.com
Date
2017-02-07 12:56:19 -0800 (Tue, 07 Feb 2017)

Log Message

Try to fix the windows build.

* bindings/js/ReadableStreamDefaultController.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (211831 => 211832)


--- trunk/Source/WebCore/ChangeLog	2017-02-07 20:44:48 UTC (rev 211831)
+++ trunk/Source/WebCore/ChangeLog	2017-02-07 20:56:19 UTC (rev 211832)
@@ -1,3 +1,9 @@
+2017-02-07  Sam Weinig  <s...@webkit.org>
+
+        Try to fix the windows build.
+
+        * bindings/js/ReadableStreamDefaultController.cpp:
+
 2017-02-07  Youenn Fablet  <youe...@gmail.com>
 
         [WebRTC] LibWebRTC WK2 network stack is not providing correct ports for ICE candidates

Modified: trunk/Source/WebCore/bindings/js/ReadableStreamDefaultController.cpp (211831 => 211832)


--- trunk/Source/WebCore/bindings/js/ReadableStreamDefaultController.cpp	2017-02-07 20:44:48 UTC (rev 211831)
+++ trunk/Source/WebCore/bindings/js/ReadableStreamDefaultController.cpp	2017-02-07 20:56:19 UTC (rev 211832)
@@ -36,6 +36,7 @@
 #include "WebCoreJSClientData.h"
 #include <heap/HeapInlines.h>
 #include <runtime/IdentifierInlines.h>
+#include <runtime/JSObjectInlines.h>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to