Title: [210044] trunk/Source/WebCore
Revision
210044
Author
[email protected]
Date
2016-12-20 15:42:25 -0800 (Tue, 20 Dec 2016)

Log Message

INDIE_UI: fix cmake build
https://bugs.webkit.org/show_bug.cgi?id=166288

Patch by JF Bastien <[email protected]> on 2016-12-20
Reviewed by Mark Lam.

Bug #165881 didn't remove a file from cmake.

* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (210043 => 210044)


--- trunk/Source/WebCore/ChangeLog	2016-12-20 23:34:39 UTC (rev 210043)
+++ trunk/Source/WebCore/ChangeLog	2016-12-20 23:42:25 UTC (rev 210044)
@@ -1,3 +1,14 @@
+2016-12-20  JF Bastien  <[email protected]>
+
+        INDIE_UI: fix cmake build
+        https://bugs.webkit.org/show_bug.cgi?id=166288
+
+        Reviewed by Mark Lam.
+
+        Bug #165881 didn't remove a file from cmake.
+
+        * PlatformMac.cmake:
+
 2016-12-20  Alex Christensen  <[email protected]>
 
         Fix clean Windows build after r210029

Modified: trunk/Source/WebCore/PlatformMac.cmake (210043 => 210044)


--- trunk/Source/WebCore/PlatformMac.cmake	2016-12-20 23:34:39 UTC (rev 210043)
+++ trunk/Source/WebCore/PlatformMac.cmake	2016-12-20 23:42:25 UTC (rev 210044)
@@ -153,8 +153,6 @@
 )
 
 list(APPEND WebCore_SOURCES
-    Modules/indieui/UIRequestEvent.cpp
-
     Modules/plugins/QuickTimePluginReplacement.mm
     Modules/plugins/YouTubePluginReplacement.cpp
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to