Title: [209605] trunk/Source/WebKit2
Revision
209605
Author
g...@gnome.org
Date
2016-12-09 07:23:14 -0800 (Fri, 09 Dec 2016)

Log Message

Unreviewed build fix. Thanks to Konstantin Tokarev and Csaba Osztrogonác
for pointing out the fix.

* CMakeLists.txt: add WebCore/html/canvas to include paths.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (209604 => 209605)


--- trunk/Source/WebKit2/CMakeLists.txt	2016-12-09 14:05:03 UTC (rev 209604)
+++ trunk/Source/WebKit2/CMakeLists.txt	2016-12-09 15:23:14 UTC (rev 209605)
@@ -105,6 +105,7 @@
     "${WEBCORE_DIR}/fileapi"
     "${WEBCORE_DIR}/history"
     "${WEBCORE_DIR}/html"
+    "${WEBCORE_DIR}/html/canvas"
     "${WEBCORE_DIR}/html/shadow"
     "${WEBCORE_DIR}/html/track"
     "${WEBCORE_DIR}/inspector"

Modified: trunk/Source/WebKit2/ChangeLog (209604 => 209605)


--- trunk/Source/WebKit2/ChangeLog	2016-12-09 14:05:03 UTC (rev 209604)
+++ trunk/Source/WebKit2/ChangeLog	2016-12-09 15:23:14 UTC (rev 209605)
@@ -1,5 +1,12 @@
 2016-12-09  Gustavo Noronha Silva  <gustavo.noro...@collabora.co.uk>
 
+        Unreviewed build fix. Thanks to Konstantin Tokarev and Csaba Osztrogonác
+        for pointing out the fix.
+
+        * CMakeLists.txt: add WebCore/html/canvas to include paths.
+
+2016-12-09  Gustavo Noronha Silva  <gustavo.noro...@collabora.co.uk>
+
         [GTK] Fix build after r209558
         https://bugs.webkit.org/show_bug.cgi?id=165653
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to