Title: [160172] trunk/Source/WebCore
Revision
160172
Author
[email protected]
Date
2013-12-05 05:31:02 -0800 (Thu, 05 Dec 2013)

Log Message

[GTK] Add missing symbols to WebKitDOMDeprecated.symbols
https://bugs.webkit.org/show_bug.cgi?id=125300

Reviewed by Philippe Normand.

Add webkit_dom_html_element_get_id and
webkit_dom_html_element_set_id to the symbols files.

* bindings/gobject/WebKitDOMDeprecated.symbols:
* bindings/gobject/webkitdom.symbols:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (160171 => 160172)


--- trunk/Source/WebCore/ChangeLog	2013-12-05 13:28:37 UTC (rev 160171)
+++ trunk/Source/WebCore/ChangeLog	2013-12-05 13:31:02 UTC (rev 160172)
@@ -1,5 +1,18 @@
 2013-12-05  Carlos Garcia Campos  <[email protected]>
 
+        [GTK] Add missing symbols to WebKitDOMDeprecated.symbols
+        https://bugs.webkit.org/show_bug.cgi?id=125300
+
+        Reviewed by Philippe Normand.
+
+        Add webkit_dom_html_element_get_id and
+        webkit_dom_html_element_set_id to the symbols files.
+
+        * bindings/gobject/WebKitDOMDeprecated.symbols:
+        * bindings/gobject/webkitdom.symbols:
+
+2013-12-05  Carlos Garcia Campos  <[email protected]>
+
         Unreviewed. Update GObject DOM bindings symbols file after r159711.
 
         * bindings/gobject/webkitdom.symbols:

Modified: trunk/Source/WebCore/bindings/gobject/WebKitDOMDeprecated.symbols (160171 => 160172)


--- trunk/Source/WebCore/bindings/gobject/WebKitDOMDeprecated.symbols	2013-12-05 13:28:37 UTC (rev 160171)
+++ trunk/Source/WebCore/bindings/gobject/WebKitDOMDeprecated.symbols	2013-12-05 13:31:02 UTC (rev 160172)
@@ -1,4 +1,6 @@
 WebKitDOMBlob* webkit_dom_blob_webkit_slice(WebKitDOMBlob*, gint64, gint64, const gchar*)
+gchar* webkit_dom_html_element_get_id(WebKitDOMHTMLElement*)
+void webkit_dom_html_element_set_id(WebKitDOMHTMLElement*, const gchar*)
 gchar* webkit_dom_html_element_get_class_name(WebKitDOMHTMLElement*)
 void webkit_dom_html_element_set_class_name(WebKitDOMHTMLElement*, const gchar*)
 WebKitDOMDOMTokenList* webkit_dom_html_element_get_class_list(WebKitDOMHTMLElement*)

Modified: trunk/Source/WebCore/bindings/gobject/webkitdom.symbols (160171 => 160172)


--- trunk/Source/WebCore/bindings/gobject/webkitdom.symbols	2013-12-05 13:28:37 UTC (rev 160171)
+++ trunk/Source/WebCore/bindings/gobject/webkitdom.symbols	2013-12-05 13:31:02 UTC (rev 160172)
@@ -1319,6 +1319,8 @@
 gchar* webkit_dom_video_track_get_kind(WebKitDOMVideoTrack*)
 gchar* webkit_dom_video_track_get_language(WebKitDOMVideoTrack*)
 WebKitDOMBlob* webkit_dom_blob_webkit_slice(WebKitDOMBlob*, gint64, gint64, const gchar*)
+gchar* webkit_dom_html_element_get_id(WebKitDOMHTMLElement*)
+void webkit_dom_html_element_set_id(WebKitDOMHTMLElement*, const gchar*)
 gchar* webkit_dom_html_element_get_class_name(WebKitDOMHTMLElement*)
 void webkit_dom_html_element_set_class_name(WebKitDOMHTMLElement*, const gchar*)
 WebKitDOMDOMTokenList* webkit_dom_html_element_get_class_list(WebKitDOMHTMLElement*)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to