Title: [211368] trunk/Source/WebKit2
Revision
211368
Author
o...@webkit.org
Date
2017-01-30 09:04:18 -0800 (Mon, 30 Jan 2017)

Log Message

[Mac][cmake] Fix the build after r211354.
https://bugs.webkit.org/show_bug.cgi?id=167565

Unreviewed buildfix.

* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (211367 => 211368)


--- trunk/Source/WebKit2/ChangeLog	2017-01-30 16:53:09 UTC (rev 211367)
+++ trunk/Source/WebKit2/ChangeLog	2017-01-30 17:04:18 UTC (rev 211368)
@@ -1,3 +1,12 @@
+2017-01-30  Csaba Osztrogonác  <o...@webkit.org>
+
+        [Mac][cmake] Fix the build after r211354.
+        https://bugs.webkit.org/show_bug.cgi?id=167565
+
+        Unreviewed buildfix.
+
+        * PlatformMac.cmake:
+
 2017-01-30  Miguel Gomez  <mago...@igalia.com>
 
         [GTK] Scrolling iframes, doesn't redraw their content

Modified: trunk/Source/WebKit2/PlatformMac.cmake (211367 => 211368)


--- trunk/Source/WebKit2/PlatformMac.cmake	2017-01-30 16:53:09 UTC (rev 211367)
+++ trunk/Source/WebKit2/PlatformMac.cmake	2017-01-30 17:04:18 UTC (rev 211368)
@@ -492,6 +492,7 @@
 
     UIProcess/API/C
 
+    UIProcess/API/C/Cocoa
     UIProcess/API/C/mac
     UIProcess/API/cpp
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to