Title: [208035] trunk/Source/WebKit2
Revision
208035
Author
mcatanz...@igalia.com
Date
2016-10-27 22:59:06 -0700 (Thu, 27 Oct 2016)

Log Message

[GTK] New stable DOM API headers should be included from webkitdom.h
https://bugs.webkit.org/show_bug.cgi?id=164069

Reviewed by Carlos Garcia Campos.

* WebProcess/InjectedBundle/API/gtk/DOM/webkitdom.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (208034 => 208035)


--- trunk/Source/WebKit2/ChangeLog	2016-10-28 05:53:08 UTC (rev 208034)
+++ trunk/Source/WebKit2/ChangeLog	2016-10-28 05:59:06 UTC (rev 208035)
@@ -1,3 +1,12 @@
+2016-10-27  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        [GTK] New stable DOM API headers should be included from webkitdom.h
+        https://bugs.webkit.org/show_bug.cgi?id=164069
+
+        Reviewed by Carlos Garcia Campos.
+
+        * WebProcess/InjectedBundle/API/gtk/DOM/webkitdom.h:
+
 2016-10-27  Simon Fraser  <simon.fra...@apple.com>
 
         Fix when building against the MacOSX10.12.sdk where "macos" is not recognized

Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/webkitdom.h (208034 => 208035)


--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/webkitdom.h	2016-10-28 05:53:08 UTC (rev 208034)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/webkitdom.h	2016-10-28 05:59:06 UTC (rev 208035)
@@ -33,6 +33,8 @@
 #include <webkitdom/WebKitDOMComment.h>
 #include <webkitdom/WebKitDOMCustom.h>
 #include <webkitdom/WebKitDOMDOMImplementation.h>
+#include <webkitdom/WebKitDOMDOMSelection.h>
+#include <webkitdom/WebKitDOMDOMTokenList.h>
 #include <webkitdom/WebKitDOMDOMWindow.h>
 #include <webkitdom/WebKitDOMDeprecated.h>
 #include <webkitdom/WebKitDOMDocument.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to