Title: [195441] trunk/Source/WebCore
Revision
195441
Author
achristen...@apple.com
Date
2016-01-21 21:49:26 -0800 (Thu, 21 Jan 2016)

Log Message

CMake build fix after r195302.

* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (195440 => 195441)


--- trunk/Source/WebCore/ChangeLog	2016-01-22 05:22:29 UTC (rev 195440)
+++ trunk/Source/WebCore/ChangeLog	2016-01-22 05:49:26 UTC (rev 195441)
@@ -1,3 +1,9 @@
+2016-01-21  Alex Christensen  <achristen...@webkit.org>
+
+        CMake build fix after r195302.
+
+        * PlatformMac.cmake:
+
 2016-01-21  Ryosuke Niwa  <rn...@webkit.org>
 
         createElementFromSavedToken shouldn't have the code to create a non-HTML element

Modified: trunk/Source/WebCore/PlatformMac.cmake (195440 => 195441)


--- trunk/Source/WebCore/PlatformMac.cmake	2016-01-22 05:22:29 UTC (rev 195440)
+++ trunk/Source/WebCore/PlatformMac.cmake	2016-01-22 05:49:26 UTC (rev 195441)
@@ -335,6 +335,7 @@
     platform/cocoa/TelephoneNumberDetectorCocoa.cpp
     platform/cocoa/ThemeCocoa.cpp
     platform/cocoa/VNodeTrackerCocoa.cpp
+    platform/cocoa/WebCoreNSErrorExtras.mm
 
     platform/graphics/DisplayRefreshMonitor.cpp
     platform/graphics/DisplayRefreshMonitorManager.cpp
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to