Title: [153644] trunk/Source/_javascript_Core
Revision
153644
Author
par...@webkit.org
Date
2013-08-02 04:37:10 -0700 (Fri, 02 Aug 2013)

Log Message

Add JSCTestRunnerUtils to the list of forwarding headers to fix build.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (153643 => 153644)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2013-08-02 10:49:04 UTC (rev 153643)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2013-08-02 11:37:10 UTC (rev 153644)
@@ -536,6 +536,7 @@
     API/APIShims.h
     API/_javascript_.h
     API/JSBase.h
+    API/JSCTestRunnerUtils.h
     API/JSContextRef.h
     API/JSContextRefPrivate.h
     API/JSObjectRef.h

Modified: trunk/Source/_javascript_Core/ChangeLog (153643 => 153644)


--- trunk/Source/_javascript_Core/ChangeLog	2013-08-02 10:49:04 UTC (rev 153643)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-08-02 11:37:10 UTC (rev 153644)
@@ -1,3 +1,9 @@
+2013-08-02  Patrick Gansterer  <par...@webkit.org>
+
+        Add JSCTestRunnerUtils to the list of forwarding headers to fix build.
+
+        * CMakeLists.txt:
+
 2013-08-01  Ruth Fong  <ruth_f...@apple.com>
 
         [Forms: color] <input type='color'> popover color well implementation
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to