Title: [201084] trunk/Source/WebCore
Revision
201084
Author
o...@webkit.org
Date
2016-05-18 10:25:51 -0700 (Wed, 18 May 2016)

Log Message

Fix the allinone-build on Linux in Source/WebCore/html/HTMLElementsAllInOne.cpp
https://bugs.webkit.org/show_bug.cgi?id=157800

Reviewed by Alex Christensen.

* html/HTMLElementsAllInOne.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (201083 => 201084)


--- trunk/Source/WebCore/ChangeLog	2016-05-18 17:19:36 UTC (rev 201083)
+++ trunk/Source/WebCore/ChangeLog	2016-05-18 17:25:51 UTC (rev 201084)
@@ -1,3 +1,12 @@
+2016-05-18  Csaba Osztrogonác  <o...@webkit.org>
+
+        Fix the allinone-build on Linux in Source/WebCore/html/HTMLElementsAllInOne.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=157800
+
+        Reviewed by Alex Christensen.
+
+        * html/HTMLElementsAllInOne.cpp:
+
 2016-05-18  Brady Eidson  <beid...@apple.com>
 
         Modern IDB: Make TestRunner.clearAllDatabases also delete IndexedDB databases (once doing so is supported).

Modified: trunk/Source/WebCore/html/HTMLElementsAllInOne.cpp (201083 => 201084)


--- trunk/Source/WebCore/html/HTMLElementsAllInOne.cpp	2016-05-18 17:19:36 UTC (rev 201083)
+++ trunk/Source/WebCore/html/HTMLElementsAllInOne.cpp	2016-05-18 17:25:51 UTC (rev 201084)
@@ -44,7 +44,6 @@
 #include "HTMLBaseFontElement.cpp"
 #include "HTMLBodyElement.cpp"
 #include "HTMLButtonElement.cpp"
-#include "HTMLCanvasElement.cpp"
 #include "HTMLDataElement.cpp"
 #include "HTMLDataListElement.cpp"
 #include "HTMLDetailsElement.cpp"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to