Title: [216085] trunk/Source/_javascript_Core
Revision
216085
Author
[email protected]
Date
2017-05-02 12:13:03 -0700 (Tue, 02 May 2017)

Log Message

Unreviewed, fix cmake build.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (216084 => 216085)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2017-05-02 19:03:58 UTC (rev 216084)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2017-05-02 19:13:03 UTC (rev 216085)
@@ -55,6 +55,7 @@
     API/JSCallbackObject.cpp
     API/JSClassRef.cpp
     API/JSContextRef.cpp
+    API/JSMarkingConstraintPrivate.cpp
     API/JSObjectRef.cpp
     API/JSTypedArray.cpp
     API/JSScriptRef.cpp
@@ -61,6 +62,7 @@
     API/JSStringRef.cpp
     API/JSValueRef.cpp
     API/JSWeakObjectMapRefPrivate.cpp
+    API/JSWeakPrivate.cpp
     API/OpaqueJSString.cpp
 
     assembler/ARMAssembler.cpp

Modified: trunk/Source/_javascript_Core/ChangeLog (216084 => 216085)


--- trunk/Source/_javascript_Core/ChangeLog	2017-05-02 19:03:58 UTC (rev 216084)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-05-02 19:13:03 UTC (rev 216085)
@@ -1,5 +1,11 @@
 2017-05-02  Filip Pizlo  <[email protected]>
 
+        Unreviewed, fix cmake build.
+
+        * CMakeLists.txt:
+
+2017-05-02  Filip Pizlo  <[email protected]>
+
         JSC C API should expose GC marking constraints and weak references
         https://bugs.webkit.org/show_bug.cgi?id=171554
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to