Title: [198797] trunk/Source/WebKit2
Revision
198797
Author
achristen...@apple.com
Date
2016-03-29 13:43:14 -0700 (Tue, 29 Mar 2016)

Log Message

Fix CMake build after r198792.

* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (198796 => 198797)


--- trunk/Source/WebKit2/ChangeLog	2016-03-29 20:40:40 UTC (rev 198796)
+++ trunk/Source/WebKit2/ChangeLog	2016-03-29 20:43:14 UTC (rev 198797)
@@ -1,3 +1,9 @@
+2016-03-29  Alex Christensen  <achristen...@webkit.org>
+
+        Fix CMake build after r198792.
+
+        * PlatformMac.cmake:
+
 2016-03-29  Brian Burg  <bb...@apple.com>
 
         Web Automation: Add SPI to tell whether an NSEvent was synthesized for automation

Modified: trunk/Source/WebKit2/PlatformMac.cmake (198796 => 198797)


--- trunk/Source/WebKit2/PlatformMac.cmake	2016-03-29 20:40:40 UTC (rev 198796)
+++ trunk/Source/WebKit2/PlatformMac.cmake	2016-03-29 20:43:14 UTC (rev 198797)
@@ -223,6 +223,7 @@
     UIProcess/Cocoa/VersionChecks.mm
     UIProcess/Cocoa/WKReloadFrameErrorRecoveryAttempter.mm
     UIProcess/Cocoa/WKWebViewContentProviderRegistry.mm
+    UIProcess/Cocoa/WebAutomationSessionCocoa.mm
     UIProcess/Cocoa/WebPageProxyCocoa.mm
     UIProcess/Cocoa/WebPasteboardProxyCocoa.mm
     UIProcess/Cocoa/WebProcessPoolCocoa.mm
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to