Changeset 160172 in webkit
- Timestamp:
- Dec 5, 2013, 5:31:02 AM (13 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
bindings/gobject/WebKitDOMDeprecated.symbols (modified) (1 diff)
-
bindings/gobject/webkitdom.symbols (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r160168 r160172 1 2013-12-05 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 [GTK] Add missing symbols to WebKitDOMDeprecated.symbols 4 https://bugs.webkit.org/show_bug.cgi?id=125300 5 6 Reviewed by Philippe Normand. 7 8 Add webkit_dom_html_element_get_id and 9 webkit_dom_html_element_set_id to the symbols files. 10 11 * bindings/gobject/WebKitDOMDeprecated.symbols: 12 * bindings/gobject/webkitdom.symbols: 13 1 14 2013-12-05 Carlos Garcia Campos <cgarcia@igalia.com> 2 15 -
trunk/Source/WebCore/bindings/gobject/WebKitDOMDeprecated.symbols
r159614 r160172 1 1 WebKitDOMBlob* webkit_dom_blob_webkit_slice(WebKitDOMBlob*, gint64, gint64, const gchar*) 2 gchar* webkit_dom_html_element_get_id(WebKitDOMHTMLElement*) 3 void webkit_dom_html_element_set_id(WebKitDOMHTMLElement*, const gchar*) 2 4 gchar* webkit_dom_html_element_get_class_name(WebKitDOMHTMLElement*) 3 5 void webkit_dom_html_element_set_class_name(WebKitDOMHTMLElement*, const gchar*) -
trunk/Source/WebCore/bindings/gobject/webkitdom.symbols
r160168 r160172 1320 1320 gchar* webkit_dom_video_track_get_language(WebKitDOMVideoTrack*) 1321 1321 WebKitDOMBlob* webkit_dom_blob_webkit_slice(WebKitDOMBlob*, gint64, gint64, const gchar*) 1322 gchar* webkit_dom_html_element_get_id(WebKitDOMHTMLElement*) 1323 void webkit_dom_html_element_set_id(WebKitDOMHTMLElement*, const gchar*) 1322 1324 gchar* webkit_dom_html_element_get_class_name(WebKitDOMHTMLElement*) 1323 1325 void webkit_dom_html_element_set_class_name(WebKitDOMHTMLElement*, const gchar*)
Note:
See TracChangeset
for help on using the changeset viewer.