Title: [222426] trunk/Tools
Revision
222426
Author
[email protected]
Date
2017-09-23 12:17:32 -0700 (Sat, 23 Sep 2017)

Log Message

Unreviewed Mac CMake build fixup after r222194

* DumpRenderTree/PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (222425 => 222426)


--- trunk/Tools/ChangeLog	2017-09-23 15:05:53 UTC (rev 222425)
+++ trunk/Tools/ChangeLog	2017-09-23 19:17:32 UTC (rev 222426)
@@ -1,3 +1,9 @@
+2017-09-23  Michael Catanzaro  <[email protected]>
+
+        Unreviewed Mac CMake build fixup after r222194
+
+        * DumpRenderTree/PlatformMac.cmake:
+
 2017-09-22  Zalan Bujtas  <[email protected]>
 
         WeakPtrFactory should populate m_ref lazily.

Modified: trunk/Tools/DumpRenderTree/PlatformMac.cmake (222425 => 222426)


--- trunk/Tools/DumpRenderTree/PlatformMac.cmake	2017-09-23 15:05:53 UTC (rev 222425)
+++ trunk/Tools/DumpRenderTree/PlatformMac.cmake	2017-09-23 19:17:32 UTC (rev 222426)
@@ -16,7 +16,7 @@
 
 list(APPEND TestNetscapePlugIn_LIBRARIES
     ${QUARTZ_LIBRARY}
-    WebKitLegacy
+    WebKit
 )
 
 list(APPEND DumpRenderTree_LIBRARIES
@@ -23,7 +23,7 @@
     ${CARBON_LIBRARY}
     ${QUARTZ_LIBRARY}
     ${WEBKITSYSTEMINTERFACE_LIBRARY}
-    WebKitLegacy
+    WebKit
 )
 
 if ("${CURRENT_OSX_VERSION}" MATCHES "10.9")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to