Title: [209614] trunk/Source/WebCore
Revision
209614
Author
dba...@webkit.org
Date
2016-12-09 10:27:50 -0800 (Fri, 09 Dec 2016)

Log Message

Attempt to fix the Mac CMake build following <http://trac.webkit.org/changeset/209549>
(https://bugs.webkit.org/show_bug.cgi?id=165572)

Add directory html/canvas to the list of forwarding headers directories so that
the Legacy WebKit Objective-C DOM binding DOMHTMLCanvasElement.mm can ultimately
include header WebGLContextAttributes.h.

* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (209613 => 209614)


--- trunk/Source/WebCore/ChangeLog	2016-12-09 18:21:30 UTC (rev 209613)
+++ trunk/Source/WebCore/ChangeLog	2016-12-09 18:27:50 UTC (rev 209614)
@@ -1,3 +1,14 @@
+2016-12-09  Daniel Bates  <daba...@apple.com>
+
+        Attempt to fix the Mac CMake build following <http://trac.webkit.org/changeset/209549>
+        (https://bugs.webkit.org/show_bug.cgi?id=165572)
+
+        Add directory html/canvas to the list of forwarding headers directories so that
+        the Legacy WebKit Objective-C DOM binding DOMHTMLCanvasElement.mm can ultimately
+        include header WebGLContextAttributes.h.
+
+        * PlatformMac.cmake:
+
 2016-12-09  Brady Eidson  <beid...@apple.com>
 
         LinkIconCollector refactoring.

Modified: trunk/Source/WebCore/PlatformMac.cmake (209613 => 209614)


--- trunk/Source/WebCore/PlatformMac.cmake	2016-12-09 18:21:30 UTC (rev 209613)
+++ trunk/Source/WebCore/PlatformMac.cmake	2016-12-09 18:27:50 UTC (rev 209614)
@@ -612,6 +612,7 @@
     editing/cocoa
     editing/mac
 
+    html/canvas
     html/forms
     html/parser
     html/shadow
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to