Title: [214279] trunk/Source/WebCore
Revision
214279
Author
[email protected]
Date
2017-03-22 15:25:09 -0700 (Wed, 22 Mar 2017)

Log Message

Try to fix the Mac CMake build after r214266.

* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (214278 => 214279)


--- trunk/Source/WebCore/ChangeLog	2017-03-22 22:22:11 UTC (rev 214278)
+++ trunk/Source/WebCore/ChangeLog	2017-03-22 22:25:09 UTC (rev 214279)
@@ -1,3 +1,9 @@
+2017-03-22  Andy Estes  <[email protected]>
+
+        Try to fix the Mac CMake build after r214266.
+
+        * PlatformMac.cmake:
+
 2017-03-22  Chris Dumez  <[email protected]>
 
         WebKit should disallow beforeunload alerts from web pages users have never interacted with

Modified: trunk/Source/WebCore/PlatformMac.cmake (214278 => 214279)


--- trunk/Source/WebCore/PlatformMac.cmake	2017-03-22 22:22:11 UTC (rev 214278)
+++ trunk/Source/WebCore/PlatformMac.cmake	2017-03-22 22:25:09 UTC (rev 214279)
@@ -791,7 +791,7 @@
     testing/Internals.mm
     testing/MockContentFilter.cpp
     testing/MockContentFilterSettings.cpp
-    testing/MockQuickLookHandleClient.cpp
+    testing/MockPreviewLoaderClient.cpp
 
     testing/cocoa/WebArchiveDumpSupport.mm
 )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to