Title: [204998] trunk
Revision
204998
Author
[email protected]
Date
2016-08-25 17:28:13 -0700 (Thu, 25 Aug 2016)

Log Message

CMake build fix.

Source/_javascript_Core:

* ForwardingHeaders/_javascript_Core/JSObjectRefPrivate.h: Added.
This is needed for the internal Windows build.

Source/WebKit:

* PlatformMac.cmake:
Availability was spelled wrong, resulting in a missing header.

Tools:

* DumpRenderTree/PlatformMac.cmake:

Modified Paths

Added Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (204997 => 204998)


--- trunk/Source/_javascript_Core/ChangeLog	2016-08-26 00:14:37 UTC (rev 204997)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-08-26 00:28:13 UTC (rev 204998)
@@ -1,3 +1,10 @@
+2016-08-25  Alex Christensen  <[email protected]>
+
+        CMake build fix.
+
+        * ForwardingHeaders/_javascript_Core/JSObjectRefPrivate.h: Added.
+        This is needed for the internal Windows build.
+
 2016-08-25  Benjamin Poulain  <[email protected]>
 
         [JSC] Clean up the abstract interpreter for cos/sin/sqrt/fround/log

Added: trunk/Source/_javascript_Core/ForwardingHeaders/_javascript_Core/JSObjectRefPrivate.h (0 => 204998)


--- trunk/Source/_javascript_Core/ForwardingHeaders/_javascript_Core/JSObjectRefPrivate.h	                        (rev 0)
+++ trunk/Source/_javascript_Core/ForwardingHeaders/_javascript_Core/JSObjectRefPrivate.h	2016-08-26 00:28:13 UTC (rev 204998)
@@ -0,0 +1 @@
+#include <API/JSObjectRefPrivate.h>

Modified: trunk/Source/WebKit/ChangeLog (204997 => 204998)


--- trunk/Source/WebKit/ChangeLog	2016-08-26 00:14:37 UTC (rev 204997)
+++ trunk/Source/WebKit/ChangeLog	2016-08-26 00:28:13 UTC (rev 204998)
@@ -1,3 +1,10 @@
+2016-08-25  Alex Christensen  <[email protected]>
+
+        CMake build fix.
+
+        * PlatformMac.cmake:
+        Availability was spelled wrong, resulting in a missing header.
+
 2016-08-22  Alex Christensen  <[email protected]>
 
         Fix Mac CMake build after r204717.

Modified: trunk/Source/WebKit/PlatformMac.cmake (204997 => 204998)


--- trunk/Source/WebKit/PlatformMac.cmake	2016-08-26 00:14:37 UTC (rev 204997)
+++ trunk/Source/WebKit/PlatformMac.cmake	2016-08-26 00:28:13 UTC (rev 204998)
@@ -482,7 +482,7 @@
 # FIXME: Forwarding headers should be copies of actual headers.
 file(GLOB ObjCHeaders ${WEBCORE_DIR}/plugins/*.h)
 list(APPEND ObjCHeaders
-    WebKitAvailiability.h
+    WebKitAvailability.h
     WebScriptObject.h
 )
 foreach (_file ${ObjCHeaders})

Modified: trunk/Tools/ChangeLog (204997 => 204998)


--- trunk/Tools/ChangeLog	2016-08-26 00:14:37 UTC (rev 204997)
+++ trunk/Tools/ChangeLog	2016-08-26 00:28:13 UTC (rev 204998)
@@ -1,5 +1,11 @@
 2016-08-25  Alex Christensen  <[email protected]>
 
+        CMake build fix.
+
+        * DumpRenderTree/PlatformMac.cmake:
+
+2016-08-25  Alex Christensen  <[email protected]>
+
         Fix URLParserTest with GuardMalloc
         https://bugs.webkit.org/show_bug.cgi?id=161214
         rdar://problem/28014390

Modified: trunk/Tools/DumpRenderTree/PlatformMac.cmake (204997 => 204998)


--- trunk/Tools/DumpRenderTree/PlatformMac.cmake	2016-08-26 00:14:37 UTC (rev 204997)
+++ trunk/Tools/DumpRenderTree/PlatformMac.cmake	2016-08-26 00:28:13 UTC (rev 204998)
@@ -109,6 +109,7 @@
     mac/ResourceLoadDelegate.mm
     mac/TestRunnerMac.mm
     mac/UIDelegate.mm
+    mac/UIScriptControllerMac.mm
     mac/WebArchiveDumpSupportMac.mm
     mac/WorkQueueItemMac.mm
 )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to