Title: [273226] trunk/Source/_javascript_Core
Revision
273226
Author
[email protected]
Date
2021-02-21 17:04:24 -0800 (Sun, 21 Feb 2021)

Log Message

Unreviewed, fix CMake build.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (273225 => 273226)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2021-02-22 00:41:30 UTC (rev 273225)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2021-02-22 01:04:24 UTC (rev 273226)
@@ -955,6 +955,7 @@
     runtime/JSExportMacros.h
     runtime/JSFunction.h
     runtime/JSFunctionInlines.h
+    runtime/JSGenerator.h
     runtime/JSGenericTypedArrayView.h
     runtime/JSGenericTypedArrayViewInlines.h
     runtime/JSGenericTypedArrayViewPrototype.h

Modified: trunk/Source/_javascript_Core/ChangeLog (273225 => 273226)


--- trunk/Source/_javascript_Core/ChangeLog	2021-02-22 00:41:30 UTC (rev 273225)
+++ trunk/Source/_javascript_Core/ChangeLog	2021-02-22 01:04:24 UTC (rev 273226)
@@ -1,5 +1,11 @@
 2021-02-21  Keith Miller  <[email protected]>
 
+        Unreviewed, fix CMake build.
+
+        * CMakeLists.txt:
+
+2021-02-21  Keith Miller  <[email protected]>
+
         Implement the Top-level await proposal
         https://bugs.webkit.org/show_bug.cgi?id=202484
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to