Title: [191435] trunk/Source/WebCore
Revision
191435
Author
bb...@apple.com
Date
2015-10-21 21:51:56 -0700 (Wed, 21 Oct 2015)

Log Message

Unreviewed, CMake build fix after r191433.

* CMakeLists.txt: add WritableStreamInternals.js to WebCore_BUILTINS_SOURCES.

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (191434 => 191435)


--- trunk/Source/WebCore/CMakeLists.txt	2015-10-22 04:45:53 UTC (rev 191434)
+++ trunk/Source/WebCore/CMakeLists.txt	2015-10-22 04:51:56 UTC (rev 191435)
@@ -3593,6 +3593,7 @@
     ${WEBCORE_DIR}/Modules/streams/ReadableStreamReader.js
     ${WEBCORE_DIR}/Modules/streams/StreamInternals.js
     ${WEBCORE_DIR}/Modules/streams/WritableStream.js
+    ${WEBCORE_DIR}/Modules/streams/WritableStreamInternals.js
 )
 
 set(BUILTINS_GENERATOR_SCRIPTS

Modified: trunk/Source/WebCore/ChangeLog (191434 => 191435)


--- trunk/Source/WebCore/ChangeLog	2015-10-22 04:45:53 UTC (rev 191434)
+++ trunk/Source/WebCore/ChangeLog	2015-10-22 04:51:56 UTC (rev 191435)
@@ -1,5 +1,11 @@
 2015-10-21  Brian Burg  <bb...@apple.com>
 
+        Unreviewed, CMake build fix after r191433.
+
+        * CMakeLists.txt: add WritableStreamInternals.js to WebCore_BUILTINS_SOURCES.
+
+2015-10-21  Brian Burg  <bb...@apple.com>
+
         Restructure generate-js-bindings script to be modular and testable
         https://bugs.webkit.org/show_bug.cgi?id=149929
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to