<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[205543] trunk/Source/WebKit2</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/205543">205543</a></dd>
<dt>Author</dt> <dd>carlosgc@webkit.org</dd>
<dt>Date</dt> <dd>2016-09-07 06:41:29 -0700 (Wed, 07 Sep 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] Remove unused GObject DOM unstable API
https://bugs.webkit.org/show_bug.cgi?id=161440

Reviewed by Philippe Normand.

Remove unstable GObject DOM API now that we no longer auto-generate the bindings.

* PlatformGTK.cmake:
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimatable.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimatable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffect.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffect.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffectPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimeline.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimeline.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimelinePrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttr.cpp:
(webkit_dom_attr_get_property):
(webkit_dom_attr_class_init):
(webkit_dom_attr_get_prefix): Deleted.
(webkit_dom_attr_get_local_name): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttrUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrack.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrack.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackList.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackList.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackListPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarProp.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarProp.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarPropPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManager.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManager.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManagerPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlob.cpp:
(webkit_dom_blob_get_property):
(webkit_dom_blob_class_init):
(webkit_dom_blob_get_size):
(webkit_dom_blob_init): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlobUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRule.cpp:
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRuleUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterData.cpp:
(webkit_dom_character_data_get_property):
(webkit_dom_character_data_class_init):
(webkit_dom_character_data_get_length):
(webkit_dom_character_data_set_property): Deleted.
(webkit_dom_character_data_substring_data): Deleted.
(webkit_dom_character_data_append_data): Deleted.
(webkit_dom_character_data_insert_data): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterDataUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCache.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCache.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCachePrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespace.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespace.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespacePrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeType.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeType.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArray.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArray.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArrayPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypePrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollection.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollection.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollectionPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPlugin.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPlugin.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArray.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArray.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArrayPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringList.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringList.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringListPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMap.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMap.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMapPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMTokenList.h:
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowSpeechSynthesis.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowSpeechSynthesis.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCue.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCue.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCuePrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabase.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabase.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabasePrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentAnimation.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentAnimation.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimeline.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimeline.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimelinePrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentType.cpp:
(webkit_dom_document_type_get_name): Deleted.
(webkit_dom_document_type_get_entities): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTypeUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEvent.cpp:
(webkit_dom_event_get_property):
(webkit_dom_event_class_init):
(webkit_dom_event_init): Deleted.
(webkit_dom_event_stop_propagation): Deleted.
(webkit_dom_event_get_bubbles): Deleted.
(webkit_dom_event_get_cancelable): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEventUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFile.cpp:
(webkit_dom_file_get_property):
(webkit_dom_file_class_init):
(webkit_dom_file_get_name):
(webkit_dom_file_init): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFileUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepad.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepad.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepadList.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepadList.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocation.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocation.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocationPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.cpp:
(webkit_dom_html_anchor_element_set_property):
(webkit_dom_html_anchor_element_get_property):
(webkit_dom_html_anchor_element_class_init):
(webkit_dom_html_anchor_element_init): Deleted.
(webkit_dom_html_anchor_element_get_charset): Deleted.
(webkit_dom_html_anchor_element_set_charset): Deleted.
(webkit_dom_html_anchor_element_get_coords): Deleted.
(webkit_dom_html_anchor_element_set_coords): Deleted.
(webkit_dom_html_anchor_element_get_target): Deleted.
(webkit_dom_html_anchor_element_set_target): Deleted.
(webkit_dom_html_anchor_element_get_type_attr): Deleted.
(webkit_dom_html_anchor_element_set_type_attr): Deleted.
(webkit_dom_html_anchor_element_set_href): Deleted.
(webkit_dom_html_anchor_element_get_protocol): Deleted.
(webkit_dom_html_anchor_element_set_protocol): Deleted.
(webkit_dom_html_anchor_element_set_hash): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.h:
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.cpp:
(webkit_dom_html_area_element_set_property):
(webkit_dom_html_area_element_get_property):
(webkit_dom_html_area_element_class_init):
(webkit_dom_html_area_element_init): Deleted.
(webkit_dom_html_area_element_get_alt): Deleted.
(webkit_dom_html_area_element_set_alt): Deleted.
(webkit_dom_html_area_element_get_coords): Deleted.
(webkit_dom_html_area_element_set_coords): Deleted.
(webkit_dom_html_area_element_get_hostname): Deleted.
(webkit_dom_html_area_element_set_hostname): Deleted.
(webkit_dom_html_area_element_get_port): Deleted.
(webkit_dom_html_area_element_set_port): Deleted.
(webkit_dom_html_area_element_get_pathname): Deleted.
(webkit_dom_html_area_element_get_hash): Deleted.
(webkit_dom_html_area_element_set_hash): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.h:
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElement.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElement.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElementPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElement.cpp:
(webkit_dom_html_button_element_set_property):
(webkit_dom_html_button_element_get_property):
(webkit_dom_html_button_element_class_init):
(webkit_dom_html_button_element_get_will_validate):
(webkit_dom_html_button_element_get_autofocus): Deleted.
(webkit_dom_html_button_element_set_autofocus): Deleted.
(webkit_dom_html_button_element_get_disabled): Deleted.
(webkit_dom_html_button_element_set_disabled): Deleted.
(webkit_dom_html_button_element_get_form): Deleted.
(webkit_dom_html_button_element_get_button_type): Deleted.
(webkit_dom_html_button_element_set_button_type): Deleted.
(webkit_dom_html_button_element_get_name): Deleted.
(webkit_dom_html_button_element_set_value): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElement.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElement.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElementPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElement.cpp:
(webkit_dom_html_field_set_element_get_property):
(webkit_dom_html_field_set_element_class_init):
(webkit_dom_html_field_set_element_get_form):
(webkit_dom_html_field_set_element_init): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElement.cpp:
(webkit_dom_html_form_element_set_property):
(webkit_dom_html_form_element_get_property):
(webkit_dom_html_form_element_class_init):
(webkit_dom_html_form_element_get_length):
(webkit_dom_html_form_element_submit): Deleted.
(webkit_dom_html_form_element_reset): Deleted.
(webkit_dom_html_form_element_get_action): Deleted.
(webkit_dom_html_form_element_set_action): Deleted.
(webkit_dom_html_form_element_get_enctype): Deleted.
(webkit_dom_html_form_element_set_encoding): Deleted.
(webkit_dom_html_form_element_get_method): Deleted.
(webkit_dom_html_form_element_set_method): Deleted.
(webkit_dom_html_form_element_set_target): Deleted.
(webkit_dom_html_form_element_get_elements): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElement.cpp:
(webkit_dom_html_html_element_set_property):
(webkit_dom_html_html_element_get_property):
(webkit_dom_html_html_element_class_init):
(webkit_dom_html_html_element_set_version):
(webkit_dom_html_html_element_get_version): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElement.cpp:
(webkit_dom_html_iframe_element_set_property):
(webkit_dom_html_iframe_element_get_property):
(webkit_dom_html_iframe_element_class_init):
(webkit_dom_html_iframe_element_init): Deleted.
(webkit_dom_html_iframe_element_set_src): Deleted.
(webkit_dom_html_iframe_element_get_width): Deleted.
(webkit_dom_html_iframe_element_set_width): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElement.cpp:
(webkit_dom_html_image_element_set_property):
(webkit_dom_html_image_element_get_property):
(webkit_dom_html_image_element_class_init):
(webkit_dom_html_image_element_set_long_desc): Deleted.
(webkit_dom_html_image_element_get_src): Deleted.
(webkit_dom_html_image_element_set_src): Deleted.
(webkit_dom_html_image_element_get_natural_height): Deleted.
(webkit_dom_html_image_element_get_natural_width): Deleted.
(webkit_dom_html_image_element_get_x): Deleted.
(webkit_dom_html_image_element_get_y): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.cpp:
(webkit_dom_html_input_element_set_property):
(webkit_dom_html_input_element_get_property):
(webkit_dom_html_input_element_class_init):
(webkit_dom_html_input_element_set_capture_type):
(webkit_dom_html_input_element_init): Deleted.
(webkit_dom_html_input_element_select): Deleted.
(webkit_dom_html_input_element_get_accept): Deleted.
(webkit_dom_html_input_element_set_accept): Deleted.
(webkit_dom_html_input_element_get_alt): Deleted.
(webkit_dom_html_input_element_set_alt): Deleted.
(webkit_dom_html_input_element_get_default_checked): Deleted.
(webkit_dom_html_input_element_set_default_checked): Deleted.
(webkit_dom_html_input_element_get_checked): Deleted.
(webkit_dom_html_input_element_set_checked): Deleted.
(webkit_dom_html_input_element_get_disabled): Deleted.
(webkit_dom_html_input_element_get_files): Deleted.
(webkit_dom_html_input_element_set_files): Deleted.
(webkit_dom_html_input_element_set_height): Deleted.
(webkit_dom_html_input_element_get_indeterminate): Deleted.
(webkit_dom_html_input_element_get_max_length): Deleted.
(webkit_dom_html_input_element_set_max_length): Deleted.
(webkit_dom_html_input_element_get_name): Deleted.
(webkit_dom_html_input_element_set_name): Deleted.
(webkit_dom_html_input_element_get_size): Deleted.
(webkit_dom_html_input_element_set_size): Deleted.
(webkit_dom_html_input_element_get_src): Deleted.
(webkit_dom_html_input_element_set_input_type): Deleted.
(webkit_dom_html_input_element_get_default_value): Deleted.
(webkit_dom_html_input_element_set_default_value): Deleted.
(webkit_dom_html_input_element_set_value): Deleted.
(webkit_dom_html_input_element_get_width): Deleted.
(webkit_dom_html_input_element_set_width): Deleted.
(webkit_dom_html_input_element_get_will_validate): Deleted.
(webkit_dom_html_input_element_get_align): Deleted.
(webkit_dom_html_input_element_set_align): Deleted.
(webkit_dom_html_input_element_get_use_map): Deleted.
(webkit_dom_html_input_element_set_use_map): Deleted.
(webkit_dom_html_input_element_get_capture_type): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.h:
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElement.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElement.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElementPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElement.cpp:
(webkit_dom_html_label_element_get_property):
(webkit_dom_html_label_element_class_init):
(webkit_dom_html_label_element_init): Deleted.
(webkit_dom_html_label_element_get_form): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElement.cpp:
(webkit_dom_html_link_element_set_property):
(webkit_dom_html_link_element_get_property):
(webkit_dom_html_link_element_class_init):
(webkit_dom_html_link_element_get_disabled): Deleted.
(webkit_dom_html_link_element_set_disabled): Deleted.
(webkit_dom_html_link_element_get_charset): Deleted.
(webkit_dom_html_link_element_set_charset): Deleted.
(webkit_dom_html_link_element_get_href): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElement.h:
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElement.cpp:
(webkit_dom_html_marquee_element_class_init):
(webkit_dom_html_marquee_element_stop):
(webkit_dom_html_marquee_element_init): Deleted.
(webkit_dom_html_marquee_element_start): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElement.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElement.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElementPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElement.cpp:
(webkit_dom_html_o_list_element_set_property):
(webkit_dom_html_o_list_element_get_property):
(webkit_dom_html_o_list_element_class_init):
(webkit_dom_html_o_list_element_init): Deleted.
(webkit_dom_html_o_list_element_get_compact): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElement.cpp:
(webkit_dom_html_object_element_get_property):
(webkit_dom_html_object_element_class_init):
(webkit_dom_html_object_element_set_property): Deleted.
(webkit_dom_html_object_element_get_form): Deleted.
(webkit_dom_html_object_element_get_code): Deleted.
(webkit_dom_html_object_element_set_code): Deleted.
(webkit_dom_html_object_element_get_align): Deleted.
(webkit_dom_html_object_element_set_align): Deleted.
(webkit_dom_html_object_element_get_archive): Deleted.
(webkit_dom_html_object_element_set_archive): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollection.cpp:
(webkit_dom_html_options_collection_get_selected_index): Deleted.
(webkit_dom_html_options_collection_set_selected_index): Deleted.
(webkit_dom_html_options_collection_get_length): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollectionUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLPrivate.cpp:
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElement.cpp:
(webkit_dom_html_script_element_set_property):
(webkit_dom_html_script_element_get_property):
(webkit_dom_html_script_element_class_init):
(webkit_dom_html_script_element_set_type_attr):
(webkit_dom_html_script_element_init): Deleted.
(webkit_dom_html_script_element_get_html_for): Deleted.
(webkit_dom_html_script_element_set_html_for): Deleted.
(webkit_dom_html_script_element_get_event): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElement.h:
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElement.cpp:
(webkit_dom_html_select_element_set_property):
(webkit_dom_html_select_element_get_property):
(webkit_dom_html_select_element_class_init):
(webkit_dom_html_select_element_get_will_validate):
(webkit_dom_html_select_element_named_item): Deleted.
(webkit_dom_html_select_element_get_autofocus): Deleted.
(webkit_dom_html_select_element_set_autofocus): Deleted.
(webkit_dom_html_select_element_get_disabled): Deleted.
(webkit_dom_html_select_element_set_disabled): Deleted.
(webkit_dom_html_select_element_get_form): Deleted.
(webkit_dom_html_select_element_set_size): Deleted.
(webkit_dom_html_select_element_get_select_type): Deleted.
(webkit_dom_html_select_element_get_options): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElement.cpp:
(webkit_dom_html_style_element_set_property):
(webkit_dom_html_style_element_get_property):
(webkit_dom_html_style_element_class_init):
(webkit_dom_html_style_element_get_sheet):
(webkit_dom_html_style_element_get_disabled): Deleted.
(webkit_dom_html_style_element_set_disabled): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElement.cpp:
(webkit_dom_html_table_element_set_property):
(webkit_dom_html_table_element_get_property):
(webkit_dom_html_table_element_class_init):
(webkit_dom_html_table_element_insert_row): Deleted.
(webkit_dom_html_table_element_set_summary): Deleted.
(webkit_dom_html_table_element_get_width): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElement.cpp:
(webkit_dom_html_text_area_element_set_property):
(webkit_dom_html_text_area_element_get_property):
(webkit_dom_html_text_area_element_class_init):
(webkit_dom_html_text_area_element_init): Deleted.
(webkit_dom_html_text_area_element_set_selection_range): Deleted.
(webkit_dom_html_text_area_element_set_autofocus): Deleted.
(webkit_dom_html_text_area_element_get_disabled): Deleted.
(webkit_dom_html_text_area_element_get_form): Deleted.
(webkit_dom_html_text_area_element_get_name): Deleted.
(webkit_dom_html_text_area_element_get_rows): Deleted.
(webkit_dom_html_text_area_element_set_rows): Deleted.
(webkit_dom_html_text_area_element_get_cols): Deleted.
(webkit_dom_html_text_area_element_set_cols): Deleted.
(webkit_dom_html_text_area_element_get_area_type): Deleted.
(webkit_dom_html_text_area_element_get_default_value): Deleted.
(webkit_dom_html_text_area_element_get_value): Deleted.
(webkit_dom_html_text_area_element_set_value): Deleted.
(webkit_dom_html_text_area_element_get_will_validate): Deleted.
(webkit_dom_html_text_area_element_get_selection_start): Deleted.
(webkit_dom_html_text_area_element_set_selection_start): Deleted.
(webkit_dom_html_text_area_element_get_selection_end): Deleted.
(webkit_dom_html_text_area_element_set_selection_end): Deleted.
(webkit_dom_html_text_area_element_is_edited): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElementUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElement.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElement.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElementPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistory.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistory.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistoryPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffect.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffect.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffectPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocation.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocation.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocationPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaController.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaController.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaControllerPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevices.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevices.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevicesPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaError.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaError.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaErrorPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryList.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryList.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryListPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraints.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraints.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraintsPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePort.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePort.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePortPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEvent.cpp:
(webkit_dom_mouse_event_get_property):
(webkit_dom_mouse_event_class_init):
(webkit_dom_mouse_event_get_y): Deleted.
(webkit_dom_mouse_event_get_from_element): Deleted.
(webkit_dom_mouse_event_get_to_element): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEventUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigator.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigator.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorMediaDevices.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorMediaDevices.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNode.cpp:
(webkit_dom_node_get_property):
(webkit_dom_node_class_init):
(webkit_dom_node_init): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformance.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformance.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntry.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntry.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntryPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigation.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigation.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigationPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformancePrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTiming.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTiming.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTimingPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivate.cpp:
(WebKit::wrap): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivate.h:
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreen.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreen.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreenPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesis.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesis.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEvent.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEvent.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEventPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterance.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterance.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterancePrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoice.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoice.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoicePrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorage.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorage.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageInfo.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageInfo.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStoragePrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageQuota.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageQuota.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMedia.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMedia.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMediaPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrack.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrack.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCue.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCue.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueList.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueList.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueListPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCuePrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackList.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackList.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackListPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRanges.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRanges.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRangesPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouch.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouch.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouchPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEvent.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEvent.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEventPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEvent.cpp:
(webkit_dom_ui_event_get_property):
(webkit_dom_ui_event_class_init):
(webkit_dom_ui_event_get_page_y):
(webkit_dom_ui_event_init): Deleted.
(webkit_dom_ui_event_init_ui_event): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEventUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandler.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandler.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlerPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespace.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespace.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespacePrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCue.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCue.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCuePrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityState.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityState.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityStatePrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQuality.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQuality.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQualityPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrack.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrack.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackList.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackList.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackListPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimation.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimation.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimationPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlow.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlow.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlowPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespace.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespace.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespacePrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPoint.cpp: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPoint.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPointPrivate.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEvent.cpp:
(webkit_dom_wheel_event_get_property):
(webkit_dom_wheel_event_class_init):
(webkit_dom_wheel_event_get_wheel_delta):
(webkit_dom_wheel_event_init): Deleted.
(webkit_dom_wheel_event_init_wheel_event): Deleted.
(webkit_dom_wheel_event_get_wheel_delta_x): Deleted.
(webkit_dom_wheel_event_get_wheel_delta_y): Deleted.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEventUnstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/docs/webkitdomgtk-4.0-sections.txt:
* WebProcess/InjectedBundle/API/gtk/DOM/webkitdomautocleanups-unstable.h: Removed.
* WebProcess/InjectedBundle/API/gtk/DOM/webkitdomdefines-unstable.h: Removed.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2PlatformGTKcmake">trunk/Source/WebKit2/PlatformGTK.cmake</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAttrcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttr.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMBlobcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlob.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMCSSRulecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRule.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMCharacterDatacpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterData.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMTokenListh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMTokenList.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDocumentTypecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentType.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMEventcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEvent.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMFilecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFile.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAnchorElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAnchorElementh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAreaElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAreaElementh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLButtonElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLFieldSetElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLFormElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLHtmlElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLIFrameElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLImageElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLInputElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLInputElementh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLLabelElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLLinkElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLLinkElementh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElement.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLMarqueeElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLOListElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLObjectElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLOptionsCollectioncpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollection.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLPrivatecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLPrivate.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLScriptElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLScriptElementh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElement.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLSelectElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLStyleElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLTableElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLTextAreaElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMouseEventcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEvent.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMNodecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNode.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPrivatecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivate.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMUIEventcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEvent.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWheelEventcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEvent.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMdocswebkitdomgtk40sectionstxt">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/docs/webkitdomgtk-4.0-sections.txt</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAnimatablecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimatable.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAnimatableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimatable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAnimationEffectcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffect.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAnimationEffecth">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffect.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAnimationEffectPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffectPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAnimationTimelinecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimeline.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAnimationTimelineh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimeline.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAnimationTimelinePrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimelinePrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAttrUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttrUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAudioTrackcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrack.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAudioTrackh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrack.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAudioTrackListcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackList.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAudioTrackListh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackList.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAudioTrackListPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackListPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAudioTrackPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMBarPropcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarProp.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMBarProph">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarProp.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMBarPropPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarPropPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMBatteryManagercpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMBatteryManagerh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManager.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMBatteryManagerPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManagerPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMBlobUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlobUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMCSSRuleUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRuleUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMCharacterDataUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterDataUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMApplicationCachecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCache.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMApplicationCacheh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCache.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMApplicationCachePrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCachePrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMCSSNamespacecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespace.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMCSSNamespaceh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespace.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMCSSNamespacePrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespacePrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMMimeTypecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeType.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMMimeTypeh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeType.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMMimeTypeArraycpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArray.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMMimeTypeArrayh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArray.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMMimeTypeArrayPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArrayPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMMimeTypePrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypePrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMNamedFlowCollectioncpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollection.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMNamedFlowCollectionh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollection.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMNamedFlowCollectionPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollectionPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMPlugincpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPlugin.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMPluginh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPlugin.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMPluginArraycpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArray.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMPluginArrayh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArray.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMPluginArrayPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArrayPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMPluginPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMStringListcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringList.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMStringListh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringList.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMStringListPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringListPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMStringMapcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMap.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMStringMaph">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMap.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMStringMapPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMapPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMWindowSpeechSynthesiscpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowSpeechSynthesis.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMWindowSpeechSynthesish">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowSpeechSynthesis.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDataCuecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCue.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDataCueh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCue.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDataCuePrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCuePrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDatabasecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabase.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDatabaseh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabase.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDatabasePrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabasePrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDocumentAnimationcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentAnimation.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDocumentAnimationh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentAnimation.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDocumentTimelinecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimeline.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDocumentTimelineh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimeline.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDocumentTimelinePrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimelinePrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDocumentTypeUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTypeUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMEventUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEventUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMFileUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFileUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMGamepadcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepad.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMGamepadh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepad.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMGamepadListcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepadList.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMGamepadListh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepadList.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMGeolocationcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocation.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMGeolocationh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocation.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMGeolocationPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocationPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAnchorElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAreaElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAudioElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAudioElementh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElement.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAudioElementPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElementPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLButtonElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLDetailsElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLDetailsElementh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElement.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLDetailsElementPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElementPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLFieldSetElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLFormElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLHtmlElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLIFrameElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLImageElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLInputElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLKeygenElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLKeygenElementh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElement.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLKeygenElementPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElementPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLLabelElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLLinkElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLMarqueeElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLMediaElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLMediaElementh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElement.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLMediaElementPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElementPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLOListElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLObjectElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLOptionsCollectionUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollectionUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLScriptElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLSelectElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLStyleElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLTableElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLTextAreaElementUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElementUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLVideoElementcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElement.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLVideoElementh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElement.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLVideoElementPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElementPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHistorycpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistory.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHistoryh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistory.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHistoryPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistoryPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMKeyframeEffectcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffect.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMKeyframeEffecth">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffect.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMKeyframeEffectPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffectPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMLocationcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocation.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMLocationh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocation.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMLocationPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocationPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaControllercpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaController.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaControllerh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaController.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaControllerPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaControllerPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaDevicescpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevices.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaDevicesh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevices.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaDevicesPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevicesPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaErrorcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaError.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaErrorh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaError.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaErrorPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaErrorPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaQueryListcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryList.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaQueryListh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryList.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaQueryListPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryListPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaTrackSupportedConstraintscpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraints.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaTrackSupportedConstraintsh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraints.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaTrackSupportedConstraintsPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraintsPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMessagePortcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePort.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMessagePorth">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePort.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMessagePortPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePortPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMouseEventUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEventUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMNavigatorcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigator.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMNavigatorh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigator.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMNavigatorMediaDevicescpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorMediaDevices.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMNavigatorMediaDevicesh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorMediaDevices.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMNavigatorPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMNodeUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformancecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformance.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformance.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceEntrycpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntry.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceEntryh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntry.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceEntryPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntryPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceNavigationcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigation.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceNavigationh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigation.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceNavigationPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigationPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformancePrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformancePrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceTimingcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTiming.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceTimingh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTiming.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceTimingPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTimingPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMScreencpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreen.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMScreenh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreen.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMScreenPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreenPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesiscpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesis.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesish">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesis.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisEventcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEvent.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisEventh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEvent.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisEventPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEventPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisUtterancecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterance.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisUtteranceh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterance.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisUtterancePrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterancePrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisVoicecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoice.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisVoiceh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoice.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisVoicePrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoicePrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStoragecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorage.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStorageh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorage.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStorageInfocpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageInfo.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStorageInfoh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageInfo.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStoragePrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStoragePrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStorageQuotacpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageQuota.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStorageQuotah">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageQuota.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStyleMediacpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMedia.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStyleMediah">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMedia.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStyleMediaPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMediaPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrack.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrack.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackCuecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCue.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackCueh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCue.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackCueListcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueList.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackCueListh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueList.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackCueListPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueListPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackCuePrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCuePrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackListcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackList.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackListh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackList.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackListPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackListPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTimeRangescpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRanges.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTimeRangesh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRanges.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTimeRangesPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRangesPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTouchcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouch.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTouchh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouch.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTouchPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouchPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTrackEventcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEvent.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTrackEventh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEvent.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTrackEventPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEventPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMUIEventUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEventUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMUserMessageHandlercpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandler.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMUserMessageHandlerh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandler.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMUserMessageHandlerPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlerPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMUserMessageHandlersNamespacecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespace.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMUserMessageHandlersNamespaceh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespace.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMUserMessageHandlersNamespacePrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespacePrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVTTCuecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCue.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVTTCueh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCue.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVTTCuePrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCuePrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMValidityStatecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityState.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMValidityStateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityState.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMValidityStatePrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityStatePrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoPlaybackQualitycpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQuality.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoPlaybackQualityh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQuality.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoPlaybackQualityPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQualityPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoTrackcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrack.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoTrackh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrack.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoTrackListcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackList.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoTrackListh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackList.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoTrackListPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackListPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoTrackPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebAnimationcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimation.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebAnimationh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimation.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebAnimationPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimationPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitNamedFlowcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlow.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitNamedFlowh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlow.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitNamedFlowPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlowPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitNamespacecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespace.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitNamespaceh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespace.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitNamespacePrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespacePrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitPointcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPoint.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitPointh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPoint.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitPointPrivateh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPointPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWheelEventUnstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEventUnstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMwebkitdomsymbols">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/webkitdom.symbols</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMwebkitdomautocleanupsunstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/webkitdomautocleanups-unstable.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMwebkitdomdefinesunstableh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/webkitdomdefines-unstable.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/ChangeLog        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,5 +1,555 @@
</span><span class="cx"> 2016-09-07  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
</span><span class="cx"> 
</span><ins>+        [GTK] Remove unused GObject DOM unstable API
+        https://bugs.webkit.org/show_bug.cgi?id=161440
+
+        Reviewed by Philippe Normand.
+
+        Remove unstable GObject DOM API now that we no longer auto-generate the bindings.
+
+        * PlatformGTK.cmake:
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimatable.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimatable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffect.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffect.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffectPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimeline.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimeline.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimelinePrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttr.cpp:
+        (webkit_dom_attr_get_property):
+        (webkit_dom_attr_class_init):
+        (webkit_dom_attr_get_prefix): Deleted.
+        (webkit_dom_attr_get_local_name): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttrUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrack.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrack.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackList.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackList.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackListPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarProp.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarProp.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarPropPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManager.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManager.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManagerPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlob.cpp:
+        (webkit_dom_blob_get_property):
+        (webkit_dom_blob_class_init):
+        (webkit_dom_blob_get_size):
+        (webkit_dom_blob_init): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlobUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRule.cpp:
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRuleUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterData.cpp:
+        (webkit_dom_character_data_get_property):
+        (webkit_dom_character_data_class_init):
+        (webkit_dom_character_data_get_length):
+        (webkit_dom_character_data_set_property): Deleted.
+        (webkit_dom_character_data_substring_data): Deleted.
+        (webkit_dom_character_data_append_data): Deleted.
+        (webkit_dom_character_data_insert_data): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterDataUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCache.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCache.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCachePrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespace.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespace.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespacePrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeType.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeType.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArray.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArray.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArrayPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypePrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollection.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollection.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollectionPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPlugin.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPlugin.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArray.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArray.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArrayPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringList.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringList.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringListPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMap.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMap.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMapPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMTokenList.h:
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowSpeechSynthesis.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowSpeechSynthesis.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCue.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCue.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCuePrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabase.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabase.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabasePrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentAnimation.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentAnimation.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimeline.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimeline.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimelinePrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentType.cpp:
+        (webkit_dom_document_type_get_name): Deleted.
+        (webkit_dom_document_type_get_entities): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTypeUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEvent.cpp:
+        (webkit_dom_event_get_property):
+        (webkit_dom_event_class_init):
+        (webkit_dom_event_init): Deleted.
+        (webkit_dom_event_stop_propagation): Deleted.
+        (webkit_dom_event_get_bubbles): Deleted.
+        (webkit_dom_event_get_cancelable): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEventUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFile.cpp:
+        (webkit_dom_file_get_property):
+        (webkit_dom_file_class_init):
+        (webkit_dom_file_get_name):
+        (webkit_dom_file_init): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFileUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepad.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepad.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepadList.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepadList.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocation.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocation.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocationPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.cpp:
+        (webkit_dom_html_anchor_element_set_property):
+        (webkit_dom_html_anchor_element_get_property):
+        (webkit_dom_html_anchor_element_class_init):
+        (webkit_dom_html_anchor_element_init): Deleted.
+        (webkit_dom_html_anchor_element_get_charset): Deleted.
+        (webkit_dom_html_anchor_element_set_charset): Deleted.
+        (webkit_dom_html_anchor_element_get_coords): Deleted.
+        (webkit_dom_html_anchor_element_set_coords): Deleted.
+        (webkit_dom_html_anchor_element_get_target): Deleted.
+        (webkit_dom_html_anchor_element_set_target): Deleted.
+        (webkit_dom_html_anchor_element_get_type_attr): Deleted.
+        (webkit_dom_html_anchor_element_set_type_attr): Deleted.
+        (webkit_dom_html_anchor_element_set_href): Deleted.
+        (webkit_dom_html_anchor_element_get_protocol): Deleted.
+        (webkit_dom_html_anchor_element_set_protocol): Deleted.
+        (webkit_dom_html_anchor_element_set_hash): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.h:
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.cpp:
+        (webkit_dom_html_area_element_set_property):
+        (webkit_dom_html_area_element_get_property):
+        (webkit_dom_html_area_element_class_init):
+        (webkit_dom_html_area_element_init): Deleted.
+        (webkit_dom_html_area_element_get_alt): Deleted.
+        (webkit_dom_html_area_element_set_alt): Deleted.
+        (webkit_dom_html_area_element_get_coords): Deleted.
+        (webkit_dom_html_area_element_set_coords): Deleted.
+        (webkit_dom_html_area_element_get_hostname): Deleted.
+        (webkit_dom_html_area_element_set_hostname): Deleted.
+        (webkit_dom_html_area_element_get_port): Deleted.
+        (webkit_dom_html_area_element_set_port): Deleted.
+        (webkit_dom_html_area_element_get_pathname): Deleted.
+        (webkit_dom_html_area_element_get_hash): Deleted.
+        (webkit_dom_html_area_element_set_hash): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.h:
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElement.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElement.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElementPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElement.cpp:
+        (webkit_dom_html_button_element_set_property):
+        (webkit_dom_html_button_element_get_property):
+        (webkit_dom_html_button_element_class_init):
+        (webkit_dom_html_button_element_get_will_validate):
+        (webkit_dom_html_button_element_get_autofocus): Deleted.
+        (webkit_dom_html_button_element_set_autofocus): Deleted.
+        (webkit_dom_html_button_element_get_disabled): Deleted.
+        (webkit_dom_html_button_element_set_disabled): Deleted.
+        (webkit_dom_html_button_element_get_form): Deleted.
+        (webkit_dom_html_button_element_get_button_type): Deleted.
+        (webkit_dom_html_button_element_set_button_type): Deleted.
+        (webkit_dom_html_button_element_get_name): Deleted.
+        (webkit_dom_html_button_element_set_value): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElement.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElement.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElementPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElement.cpp:
+        (webkit_dom_html_field_set_element_get_property):
+        (webkit_dom_html_field_set_element_class_init):
+        (webkit_dom_html_field_set_element_get_form):
+        (webkit_dom_html_field_set_element_init): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElement.cpp:
+        (webkit_dom_html_form_element_set_property):
+        (webkit_dom_html_form_element_get_property):
+        (webkit_dom_html_form_element_class_init):
+        (webkit_dom_html_form_element_get_length):
+        (webkit_dom_html_form_element_submit): Deleted.
+        (webkit_dom_html_form_element_reset): Deleted.
+        (webkit_dom_html_form_element_get_action): Deleted.
+        (webkit_dom_html_form_element_set_action): Deleted.
+        (webkit_dom_html_form_element_get_enctype): Deleted.
+        (webkit_dom_html_form_element_set_encoding): Deleted.
+        (webkit_dom_html_form_element_get_method): Deleted.
+        (webkit_dom_html_form_element_set_method): Deleted.
+        (webkit_dom_html_form_element_set_target): Deleted.
+        (webkit_dom_html_form_element_get_elements): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElement.cpp:
+        (webkit_dom_html_html_element_set_property):
+        (webkit_dom_html_html_element_get_property):
+        (webkit_dom_html_html_element_class_init):
+        (webkit_dom_html_html_element_set_version):
+        (webkit_dom_html_html_element_get_version): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElement.cpp:
+        (webkit_dom_html_iframe_element_set_property):
+        (webkit_dom_html_iframe_element_get_property):
+        (webkit_dom_html_iframe_element_class_init):
+        (webkit_dom_html_iframe_element_init): Deleted.
+        (webkit_dom_html_iframe_element_set_src): Deleted.
+        (webkit_dom_html_iframe_element_get_width): Deleted.
+        (webkit_dom_html_iframe_element_set_width): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElement.cpp:
+        (webkit_dom_html_image_element_set_property):
+        (webkit_dom_html_image_element_get_property):
+        (webkit_dom_html_image_element_class_init):
+        (webkit_dom_html_image_element_set_long_desc): Deleted.
+        (webkit_dom_html_image_element_get_src): Deleted.
+        (webkit_dom_html_image_element_set_src): Deleted.
+        (webkit_dom_html_image_element_get_natural_height): Deleted.
+        (webkit_dom_html_image_element_get_natural_width): Deleted.
+        (webkit_dom_html_image_element_get_x): Deleted.
+        (webkit_dom_html_image_element_get_y): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.cpp:
+        (webkit_dom_html_input_element_set_property):
+        (webkit_dom_html_input_element_get_property):
+        (webkit_dom_html_input_element_class_init):
+        (webkit_dom_html_input_element_set_capture_type):
+        (webkit_dom_html_input_element_init): Deleted.
+        (webkit_dom_html_input_element_select): Deleted.
+        (webkit_dom_html_input_element_get_accept): Deleted.
+        (webkit_dom_html_input_element_set_accept): Deleted.
+        (webkit_dom_html_input_element_get_alt): Deleted.
+        (webkit_dom_html_input_element_set_alt): Deleted.
+        (webkit_dom_html_input_element_get_default_checked): Deleted.
+        (webkit_dom_html_input_element_set_default_checked): Deleted.
+        (webkit_dom_html_input_element_get_checked): Deleted.
+        (webkit_dom_html_input_element_set_checked): Deleted.
+        (webkit_dom_html_input_element_get_disabled): Deleted.
+        (webkit_dom_html_input_element_get_files): Deleted.
+        (webkit_dom_html_input_element_set_files): Deleted.
+        (webkit_dom_html_input_element_set_height): Deleted.
+        (webkit_dom_html_input_element_get_indeterminate): Deleted.
+        (webkit_dom_html_input_element_get_max_length): Deleted.
+        (webkit_dom_html_input_element_set_max_length): Deleted.
+        (webkit_dom_html_input_element_get_name): Deleted.
+        (webkit_dom_html_input_element_set_name): Deleted.
+        (webkit_dom_html_input_element_get_size): Deleted.
+        (webkit_dom_html_input_element_set_size): Deleted.
+        (webkit_dom_html_input_element_get_src): Deleted.
+        (webkit_dom_html_input_element_set_input_type): Deleted.
+        (webkit_dom_html_input_element_get_default_value): Deleted.
+        (webkit_dom_html_input_element_set_default_value): Deleted.
+        (webkit_dom_html_input_element_set_value): Deleted.
+        (webkit_dom_html_input_element_get_width): Deleted.
+        (webkit_dom_html_input_element_set_width): Deleted.
+        (webkit_dom_html_input_element_get_will_validate): Deleted.
+        (webkit_dom_html_input_element_get_align): Deleted.
+        (webkit_dom_html_input_element_set_align): Deleted.
+        (webkit_dom_html_input_element_get_use_map): Deleted.
+        (webkit_dom_html_input_element_set_use_map): Deleted.
+        (webkit_dom_html_input_element_get_capture_type): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.h:
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElement.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElement.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElementPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElement.cpp:
+        (webkit_dom_html_label_element_get_property):
+        (webkit_dom_html_label_element_class_init):
+        (webkit_dom_html_label_element_init): Deleted.
+        (webkit_dom_html_label_element_get_form): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElement.cpp:
+        (webkit_dom_html_link_element_set_property):
+        (webkit_dom_html_link_element_get_property):
+        (webkit_dom_html_link_element_class_init):
+        (webkit_dom_html_link_element_get_disabled): Deleted.
+        (webkit_dom_html_link_element_set_disabled): Deleted.
+        (webkit_dom_html_link_element_get_charset): Deleted.
+        (webkit_dom_html_link_element_set_charset): Deleted.
+        (webkit_dom_html_link_element_get_href): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElement.h:
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElement.cpp:
+        (webkit_dom_html_marquee_element_class_init):
+        (webkit_dom_html_marquee_element_stop):
+        (webkit_dom_html_marquee_element_init): Deleted.
+        (webkit_dom_html_marquee_element_start): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElement.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElement.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElementPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElement.cpp:
+        (webkit_dom_html_o_list_element_set_property):
+        (webkit_dom_html_o_list_element_get_property):
+        (webkit_dom_html_o_list_element_class_init):
+        (webkit_dom_html_o_list_element_init): Deleted.
+        (webkit_dom_html_o_list_element_get_compact): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElement.cpp:
+        (webkit_dom_html_object_element_get_property):
+        (webkit_dom_html_object_element_class_init):
+        (webkit_dom_html_object_element_set_property): Deleted.
+        (webkit_dom_html_object_element_get_form): Deleted.
+        (webkit_dom_html_object_element_get_code): Deleted.
+        (webkit_dom_html_object_element_set_code): Deleted.
+        (webkit_dom_html_object_element_get_align): Deleted.
+        (webkit_dom_html_object_element_set_align): Deleted.
+        (webkit_dom_html_object_element_get_archive): Deleted.
+        (webkit_dom_html_object_element_set_archive): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollection.cpp:
+        (webkit_dom_html_options_collection_get_selected_index): Deleted.
+        (webkit_dom_html_options_collection_set_selected_index): Deleted.
+        (webkit_dom_html_options_collection_get_length): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollectionUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLPrivate.cpp:
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElement.cpp:
+        (webkit_dom_html_script_element_set_property):
+        (webkit_dom_html_script_element_get_property):
+        (webkit_dom_html_script_element_class_init):
+        (webkit_dom_html_script_element_set_type_attr):
+        (webkit_dom_html_script_element_init): Deleted.
+        (webkit_dom_html_script_element_get_html_for): Deleted.
+        (webkit_dom_html_script_element_set_html_for): Deleted.
+        (webkit_dom_html_script_element_get_event): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElement.h:
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElement.cpp:
+        (webkit_dom_html_select_element_set_property):
+        (webkit_dom_html_select_element_get_property):
+        (webkit_dom_html_select_element_class_init):
+        (webkit_dom_html_select_element_get_will_validate):
+        (webkit_dom_html_select_element_named_item): Deleted.
+        (webkit_dom_html_select_element_get_autofocus): Deleted.
+        (webkit_dom_html_select_element_set_autofocus): Deleted.
+        (webkit_dom_html_select_element_get_disabled): Deleted.
+        (webkit_dom_html_select_element_set_disabled): Deleted.
+        (webkit_dom_html_select_element_get_form): Deleted.
+        (webkit_dom_html_select_element_set_size): Deleted.
+        (webkit_dom_html_select_element_get_select_type): Deleted.
+        (webkit_dom_html_select_element_get_options): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElement.cpp:
+        (webkit_dom_html_style_element_set_property):
+        (webkit_dom_html_style_element_get_property):
+        (webkit_dom_html_style_element_class_init):
+        (webkit_dom_html_style_element_get_sheet):
+        (webkit_dom_html_style_element_get_disabled): Deleted.
+        (webkit_dom_html_style_element_set_disabled): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElement.cpp:
+        (webkit_dom_html_table_element_set_property):
+        (webkit_dom_html_table_element_get_property):
+        (webkit_dom_html_table_element_class_init):
+        (webkit_dom_html_table_element_insert_row): Deleted.
+        (webkit_dom_html_table_element_set_summary): Deleted.
+        (webkit_dom_html_table_element_get_width): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElement.cpp:
+        (webkit_dom_html_text_area_element_set_property):
+        (webkit_dom_html_text_area_element_get_property):
+        (webkit_dom_html_text_area_element_class_init):
+        (webkit_dom_html_text_area_element_init): Deleted.
+        (webkit_dom_html_text_area_element_set_selection_range): Deleted.
+        (webkit_dom_html_text_area_element_set_autofocus): Deleted.
+        (webkit_dom_html_text_area_element_get_disabled): Deleted.
+        (webkit_dom_html_text_area_element_get_form): Deleted.
+        (webkit_dom_html_text_area_element_get_name): Deleted.
+        (webkit_dom_html_text_area_element_get_rows): Deleted.
+        (webkit_dom_html_text_area_element_set_rows): Deleted.
+        (webkit_dom_html_text_area_element_get_cols): Deleted.
+        (webkit_dom_html_text_area_element_set_cols): Deleted.
+        (webkit_dom_html_text_area_element_get_area_type): Deleted.
+        (webkit_dom_html_text_area_element_get_default_value): Deleted.
+        (webkit_dom_html_text_area_element_get_value): Deleted.
+        (webkit_dom_html_text_area_element_set_value): Deleted.
+        (webkit_dom_html_text_area_element_get_will_validate): Deleted.
+        (webkit_dom_html_text_area_element_get_selection_start): Deleted.
+        (webkit_dom_html_text_area_element_set_selection_start): Deleted.
+        (webkit_dom_html_text_area_element_get_selection_end): Deleted.
+        (webkit_dom_html_text_area_element_set_selection_end): Deleted.
+        (webkit_dom_html_text_area_element_is_edited): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElementUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElement.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElement.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElementPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistory.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistory.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistoryPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffect.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffect.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffectPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocation.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocation.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocationPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaController.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaController.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaControllerPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevices.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevices.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevicesPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaError.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaError.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaErrorPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryList.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryList.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryListPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraints.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraints.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraintsPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePort.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePort.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePortPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEvent.cpp:
+        (webkit_dom_mouse_event_get_property):
+        (webkit_dom_mouse_event_class_init):
+        (webkit_dom_mouse_event_get_y): Deleted.
+        (webkit_dom_mouse_event_get_from_element): Deleted.
+        (webkit_dom_mouse_event_get_to_element): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEventUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigator.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigator.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorMediaDevices.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorMediaDevices.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNode.cpp:
+        (webkit_dom_node_get_property):
+        (webkit_dom_node_class_init):
+        (webkit_dom_node_init): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformance.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformance.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntry.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntry.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntryPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigation.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigation.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigationPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformancePrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTiming.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTiming.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTimingPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivate.cpp:
+        (WebKit::wrap): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivate.h:
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreen.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreen.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreenPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesis.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesis.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEvent.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEvent.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEventPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterance.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterance.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterancePrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoice.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoice.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoicePrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorage.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorage.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageInfo.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageInfo.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStoragePrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageQuota.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageQuota.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMedia.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMedia.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMediaPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrack.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrack.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCue.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCue.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueList.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueList.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueListPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCuePrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackList.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackList.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackListPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRanges.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRanges.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRangesPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouch.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouch.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouchPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEvent.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEvent.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEventPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEvent.cpp:
+        (webkit_dom_ui_event_get_property):
+        (webkit_dom_ui_event_class_init):
+        (webkit_dom_ui_event_get_page_y):
+        (webkit_dom_ui_event_init): Deleted.
+        (webkit_dom_ui_event_init_ui_event): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEventUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandler.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandler.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlerPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespace.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespace.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespacePrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCue.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCue.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCuePrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityState.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityState.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityStatePrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQuality.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQuality.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQualityPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrack.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrack.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackList.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackList.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackListPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimation.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimation.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimationPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlow.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlow.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlowPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespace.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespace.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespacePrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPoint.cpp: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPoint.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPointPrivate.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEvent.cpp:
+        (webkit_dom_wheel_event_get_property):
+        (webkit_dom_wheel_event_class_init):
+        (webkit_dom_wheel_event_get_wheel_delta):
+        (webkit_dom_wheel_event_init): Deleted.
+        (webkit_dom_wheel_event_init_wheel_event): Deleted.
+        (webkit_dom_wheel_event_get_wheel_delta_x): Deleted.
+        (webkit_dom_wheel_event_get_wheel_delta_y): Deleted.
+        * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEventUnstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/docs/webkitdomgtk-4.0-sections.txt:
+        * WebProcess/InjectedBundle/API/gtk/DOM/webkitdomautocleanups-unstable.h: Removed.
+        * WebProcess/InjectedBundle/API/gtk/DOM/webkitdomdefines-unstable.h: Removed.
+
+2016-09-07  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
+
</ins><span class="cx">         [GTK] Move some GObject DOM unstable API to stable
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=161681
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformGTKcmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/PlatformGTK.cmake (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/PlatformGTK.cmake        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/PlatformGTK.cmake        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -328,14 +328,7 @@
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/GObjectEventListener.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/GObjectNodeFilterCondition.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/GObjectXPathNSResolver.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimatable.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffect.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimeline.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttr.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrack.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackList.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarProp.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManager.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlob.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCDATASection.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRule.cpp
</span><span class="lines">@@ -345,27 +338,13 @@
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSValue.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterData.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMComment.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCache.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespace.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMImplementation.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeType.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArray.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollection.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPlugin.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArray.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMSelection.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringList.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMap.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMTokenList.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindow.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowSpeechSynthesis.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCue.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabase.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDeprecated.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocument.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentAnimation.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentFragment.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimeline.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentType.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEvent.cpp
</span><span class="lines">@@ -372,13 +351,9 @@
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEventTarget.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFile.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFileList.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepad.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepadList.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocation.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAppletElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElement.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBRElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBaseElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBodyElement.cpp
</span><span class="lines">@@ -386,7 +361,6 @@
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLCanvasElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLCollection.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDListElement.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElement.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDirectoryElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDivElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDocument.cpp
</span><span class="lines">@@ -404,7 +378,6 @@
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElement.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLIElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLegendElement.cpp
</span><span class="lines">@@ -411,7 +384,6 @@
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMapElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElement.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElement.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMenuElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMetaElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLModElement.cpp
</span><span class="lines">@@ -437,66 +409,23 @@
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTitleElement.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLUListElement.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElement.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistory.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyboardEvent.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffect.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocation.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaController.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevices.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaError.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaList.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryList.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraints.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePort.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEvent.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNamedNodeMap.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigator.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorMediaDevices.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNode.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeFilter.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeIterator.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeList.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMObject.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformance.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntry.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigation.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTiming.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivate.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMProcessingInstruction.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMRange.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreen.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesis.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEvent.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterance.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoice.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorage.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageInfo.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageQuota.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMedia.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleSheet.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleSheetList.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMText.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrack.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCue.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueList.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackList.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRanges.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouch.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEvent.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTreeWalker.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEvent.cpp
</span><del>-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandler.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespace.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCue.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityState.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQuality.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrack.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackList.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimation.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlow.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespace.cpp
-    WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPoint.cpp
</del><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEvent.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMXPathExpression.cpp
</span><span class="cx">     WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMXPathNSResolver.cpp
</span><span class="lines">@@ -636,85 +565,46 @@
</span><span class="cx"> 
</span><span class="cx"> set(WebKitDOM_INSTALLED_HEADERS
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/webkitdomautocleanups.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/webkitdomautocleanups-unstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/webkitdomdefines.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/webkitdomdefines-unstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/webkitdom.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimatable.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffect.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimeline.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttr.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttrUnstable.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrack.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackList.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarProp.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManager.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlob.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlobUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCDATASection.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterData.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterDataUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMComment.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRule.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRuleList.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRuleUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSStyleDeclaration.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSStyleSheet.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSValue.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCustom.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCustomUnstable.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabase.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCue.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDeprecated.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentAnimation.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentFragment.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentFragmentUnstable.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocument.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimeline.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentType.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTypeUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentUnstable.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCache.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespace.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMImplementation.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArray.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeType.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollection.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArray.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPlugin.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMSelection.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringList.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMap.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMTokenList.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindow.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowSpeechSynthesis.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowUnstable.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMElementUnstable.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEvent.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEventTarget.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEventUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFile.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFileList.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFileUnstable.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepad.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepadList.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocation.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistory.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElementUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAppletElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElementUnstable.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElement.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBaseElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBodyElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBRElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElementUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLCanvasElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLCollection.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElement.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDirectoryElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDivElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDListElement.h
</span><span class="lines">@@ -723,10 +613,8 @@
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLElementUnstable.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLEmbedElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElementUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFontElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElementUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFrameElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFrameSetElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHeadElement.h
</span><span class="lines">@@ -733,120 +621,57 @@
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHeadingElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHRElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElementUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElementUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElementUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElementUnstable.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElement.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElementUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLegendElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLIElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElementUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMapElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElementUnstable.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElement.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMenuElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMetaElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLModElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElementUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElementUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptGroupElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollection.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollectionUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLParagraphElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLParamElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLPreElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLQuoteElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElementUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElementUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElementUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableCaptionElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableCellElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableColElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElementUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableRowElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableSectionElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElementUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTitleElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLUListElement.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElement.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyboardEvent.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffect.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocation.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaController.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevices.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaError.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaList.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryList.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraints.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePort.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEvent.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEventUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNamedNodeMap.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigator.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorMediaDevices.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeFilter.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNode.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeIterator.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeList.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMObject.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntry.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformance.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigation.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTiming.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMProcessingInstruction.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMRange.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMRangeUnstable.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreen.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEvent.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesis.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterance.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoice.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorage.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageInfo.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageQuota.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMedia.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleSheet.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleSheetList.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMText.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCue.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueList.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrack.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackList.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRanges.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouch.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEvent.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTreeWalker.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEvent.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEventUnstable.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandler.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespace.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityState.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQuality.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrack.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackList.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCue.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimation.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlow.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespace.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPoint.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEvent.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEventUnstable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMXPathExpression.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMXPathNSResolver.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMXPathResult.h
</span><span class="lines">@@ -853,7 +678,6 @@
</span><span class="cx"> )
</span><span class="cx"> 
</span><span class="cx"> set(WebKitDOM_GTKDOC_HEADERS
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimatable.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttr.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlob.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCDATASection.h
</span><span class="lines">@@ -866,7 +690,6 @@
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSValue.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCustom.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDeprecated.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentAnimation.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentFragment.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocument.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentType.h
</span><span class="lines">@@ -879,8 +702,6 @@
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEventTarget.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFile.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFileList.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepad.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepadList.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAppletElement.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.h
</span><span class="lines">@@ -942,7 +763,6 @@
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaList.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEvent.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNamedNodeMap.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorMediaDevices.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeFilter.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNode.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeIterator.h
</span><span class="lines">@@ -950,8 +770,6 @@
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMObject.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMProcessingInstruction.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMRange.h
</span><del>-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageInfo.h
-    ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageQuota.h
</del><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleSheet.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleSheetList.h
</span><span class="cx">     ${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMText.h
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAnimatablecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimatable.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimatable.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimatable.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-/*
-    This file is generated just to tell build scripts that WebKitDOMAnimatable.h and
-    WebKitDOMAnimatable.cpp are created for Animatable.idl, and thus
-    prevent the build scripts from trying to generate WebKitDOMAnimatable.h and
-    WebKitDOMAnimatable.cpp at every build. This file must not be tried to compile.
-*/
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAnimatableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimatable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimatable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimatable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-/*
-    This file is generated just to tell build scripts that WebKitDOMAnimatable.h and
-    WebKitDOMAnimatable.cpp are created for Animatable.idl, and thus
-    prevent the build scripts from trying to generate WebKitDOMAnimatable.h and
-    WebKitDOMAnimatable.cpp at every build. This file must not be tried to compile.
-*/
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAnimationEffectcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffect.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffect.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffect.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,110 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMAnimationEffect.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMAnimationEffectPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_ANIMATION_EFFECT_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_ANIMATION_EFFECT, WebKitDOMAnimationEffectPrivate)
-
-typedef struct _WebKitDOMAnimationEffectPrivate {
-#if ENABLE(WEB_ANIMATIONS)
-    RefPtr&lt;WebCore::AnimationEffect&gt; coreObject;
-#endif // ENABLE(WEB_ANIMATIONS)
-} WebKitDOMAnimationEffectPrivate;
-
-#if ENABLE(WEB_ANIMATIONS)
-
-namespace WebKit {
-
-WebKitDOMAnimationEffect* kit(WebCore::AnimationEffect* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_ANIMATION_EFFECT(ret);
-
-    return wrapAnimationEffect(obj);
-}
-
-WebCore::AnimationEffect* core(WebKitDOMAnimationEffect* request)
-{
-    return request ? static_cast&lt;WebCore::AnimationEffect*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMAnimationEffect* wrapAnimationEffect(WebCore::AnimationEffect* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_ANIMATION_EFFECT(g_object_new(WEBKIT_DOM_TYPE_ANIMATION_EFFECT, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(WEB_ANIMATIONS)
-
-G_DEFINE_TYPE(WebKitDOMAnimationEffect, webkit_dom_animation_effect, WEBKIT_DOM_TYPE_OBJECT)
-
-static void webkit_dom_animation_effect_finalize(GObject* object)
-{
-    WebKitDOMAnimationEffectPrivate* priv = WEBKIT_DOM_ANIMATION_EFFECT_GET_PRIVATE(object);
-#if ENABLE(WEB_ANIMATIONS)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(WEB_ANIMATIONS)
-    priv-&gt;~WebKitDOMAnimationEffectPrivate();
-    G_OBJECT_CLASS(webkit_dom_animation_effect_parent_class)-&gt;finalize(object);
-}
-
-static GObject* webkit_dom_animation_effect_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_animation_effect_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(WEB_ANIMATIONS)
-    WebKitDOMAnimationEffectPrivate* priv = WEBKIT_DOM_ANIMATION_EFFECT_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::AnimationEffect*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(WEB_ANIMATIONS)
-    return object;
-}
-
-static void webkit_dom_animation_effect_class_init(WebKitDOMAnimationEffectClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMAnimationEffectPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_animation_effect_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_animation_effect_finalize;
-}
-
-static void webkit_dom_animation_effect_init(WebKitDOMAnimationEffect* request)
-{
-    WebKitDOMAnimationEffectPrivate* priv = WEBKIT_DOM_ANIMATION_EFFECT_GET_PRIVATE(request);
-    new (priv) WebKitDOMAnimationEffectPrivate();
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAnimationEffecth"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffect.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffect.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffect.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,53 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMAnimationEffect_h
-#define WebKitDOMAnimationEffect_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_ANIMATION_EFFECT            (webkit_dom_animation_effect_get_type())
-#define WEBKIT_DOM_ANIMATION_EFFECT(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_ANIMATION_EFFECT, WebKitDOMAnimationEffect))
-#define WEBKIT_DOM_ANIMATION_EFFECT_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_ANIMATION_EFFECT, WebKitDOMAnimationEffectClass)
-#define WEBKIT_DOM_IS_ANIMATION_EFFECT(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_ANIMATION_EFFECT))
-#define WEBKIT_DOM_IS_ANIMATION_EFFECT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_ANIMATION_EFFECT))
-#define WEBKIT_DOM_ANIMATION_EFFECT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_ANIMATION_EFFECT, WebKitDOMAnimationEffectClass))
-
-struct _WebKitDOMAnimationEffect {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMAnimationEffectClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_animation_effect_get_type(void);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMAnimationEffect_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAnimationEffectPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffectPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffectPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationEffectPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMAnimationEffectPrivate_h
-#define WebKitDOMAnimationEffectPrivate_h
-
-#include &lt;WebCore/AnimationEffect.h&gt;
-#include &lt;webkitdom/WebKitDOMAnimationEffect.h&gt;
-#if ENABLE(WEB_ANIMATIONS)
-
-namespace WebKit {
-WebKitDOMAnimationEffect* wrapAnimationEffect(WebCore::AnimationEffect*);
-WebKitDOMAnimationEffect* kit(WebCore::AnimationEffect*);
-WebCore::AnimationEffect* core(WebKitDOMAnimationEffect*);
-} // namespace WebKit
-
-#endif /* ENABLE(WEB_ANIMATIONS) */
-
-#endif /* WebKitDOMAnimationEffectPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAnimationTimelinecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimeline.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimeline.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimeline.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,110 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMAnimationTimeline.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMAnimationTimelinePrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_ANIMATION_TIMELINE_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_ANIMATION_TIMELINE, WebKitDOMAnimationTimelinePrivate)
-
-typedef struct _WebKitDOMAnimationTimelinePrivate {
-#if ENABLE(WEB_ANIMATIONS)
-    RefPtr&lt;WebCore::AnimationTimeline&gt; coreObject;
-#endif // ENABLE(WEB_ANIMATIONS)
-} WebKitDOMAnimationTimelinePrivate;
-
-#if ENABLE(WEB_ANIMATIONS)
-
-namespace WebKit {
-
-WebKitDOMAnimationTimeline* kit(WebCore::AnimationTimeline* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_ANIMATION_TIMELINE(ret);
-
-    return wrapAnimationTimeline(obj);
-}
-
-WebCore::AnimationTimeline* core(WebKitDOMAnimationTimeline* request)
-{
-    return request ? static_cast&lt;WebCore::AnimationTimeline*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMAnimationTimeline* wrapAnimationTimeline(WebCore::AnimationTimeline* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_ANIMATION_TIMELINE(g_object_new(WEBKIT_DOM_TYPE_ANIMATION_TIMELINE, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(WEB_ANIMATIONS)
-
-G_DEFINE_TYPE(WebKitDOMAnimationTimeline, webkit_dom_animation_timeline, WEBKIT_DOM_TYPE_OBJECT)
-
-static void webkit_dom_animation_timeline_finalize(GObject* object)
-{
-    WebKitDOMAnimationTimelinePrivate* priv = WEBKIT_DOM_ANIMATION_TIMELINE_GET_PRIVATE(object);
-#if ENABLE(WEB_ANIMATIONS)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(WEB_ANIMATIONS)
-    priv-&gt;~WebKitDOMAnimationTimelinePrivate();
-    G_OBJECT_CLASS(webkit_dom_animation_timeline_parent_class)-&gt;finalize(object);
-}
-
-static GObject* webkit_dom_animation_timeline_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_animation_timeline_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(WEB_ANIMATIONS)
-    WebKitDOMAnimationTimelinePrivate* priv = WEBKIT_DOM_ANIMATION_TIMELINE_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::AnimationTimeline*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(WEB_ANIMATIONS)
-    return object;
-}
-
-static void webkit_dom_animation_timeline_class_init(WebKitDOMAnimationTimelineClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMAnimationTimelinePrivate));
-    gobjectClass-&gt;constructor = webkit_dom_animation_timeline_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_animation_timeline_finalize;
-}
-
-static void webkit_dom_animation_timeline_init(WebKitDOMAnimationTimeline* request)
-{
-    WebKitDOMAnimationTimelinePrivate* priv = WEBKIT_DOM_ANIMATION_TIMELINE_GET_PRIVATE(request);
-    new (priv) WebKitDOMAnimationTimelinePrivate();
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAnimationTimelineh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimeline.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimeline.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimeline.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,53 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMAnimationTimeline_h
-#define WebKitDOMAnimationTimeline_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_ANIMATION_TIMELINE            (webkit_dom_animation_timeline_get_type())
-#define WEBKIT_DOM_ANIMATION_TIMELINE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_ANIMATION_TIMELINE, WebKitDOMAnimationTimeline))
-#define WEBKIT_DOM_ANIMATION_TIMELINE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_ANIMATION_TIMELINE, WebKitDOMAnimationTimelineClass)
-#define WEBKIT_DOM_IS_ANIMATION_TIMELINE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_ANIMATION_TIMELINE))
-#define WEBKIT_DOM_IS_ANIMATION_TIMELINE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_ANIMATION_TIMELINE))
-#define WEBKIT_DOM_ANIMATION_TIMELINE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_ANIMATION_TIMELINE, WebKitDOMAnimationTimelineClass))
-
-struct _WebKitDOMAnimationTimeline {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMAnimationTimelineClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_animation_timeline_get_type(void);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMAnimationTimeline_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAnimationTimelinePrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimelinePrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimelinePrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAnimationTimelinePrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMAnimationTimelinePrivate_h
-#define WebKitDOMAnimationTimelinePrivate_h
-
-#include &lt;WebCore/AnimationTimeline.h&gt;
-#include &lt;webkitdom/WebKitDOMAnimationTimeline.h&gt;
-#if ENABLE(WEB_ANIMATIONS)
-
-namespace WebKit {
-WebKitDOMAnimationTimeline* wrapAnimationTimeline(WebCore::AnimationTimeline*);
-WebKitDOMAnimationTimeline* kit(WebCore::AnimationTimeline*);
-WebCore::AnimationTimeline* core(WebKitDOMAnimationTimeline*);
-} // namespace WebKit
-
-#endif /* ENABLE(WEB_ANIMATIONS) */
-
-#endif /* WebKitDOMAnimationTimelinePrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAttrcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttr.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttr.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttr.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMAttrUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -102,7 +101,6 @@
</span><span class="cx">     PROP_SPECIFIED,
</span><span class="cx">     PROP_VALUE,
</span><span class="cx">     PROP_OWNER_ELEMENT,
</span><del>-    PROP_IS_ID,
</del><span class="cx">     PROP_NAMESPACE_URI,
</span><span class="cx">     PROP_PREFIX,
</span><span class="cx">     PROP_LOCAL_NAME,
</span><span class="lines">@@ -139,9 +137,6 @@
</span><span class="cx">     case PROP_OWNER_ELEMENT:
</span><span class="cx">         g_value_set_object(value, webkit_dom_attr_get_owner_element(self));
</span><span class="cx">         break;
</span><del>-    case PROP_IS_ID:
-        g_value_set_boolean(value, webkit_dom_attr_get_is_id(self));
-        break;
</del><span class="cx">     case PROP_NAMESPACE_URI:
</span><span class="cx">         g_value_take_string(value, webkit_dom_attr_get_namespace_uri(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -205,16 +200,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_IS_ID,
-        g_param_spec_boolean(
-            &quot;is-id&quot;,
-            &quot;Attr:is-id&quot;,
-            &quot;read-only gboolean Attr:is-id&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_NAMESPACE_URI,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;namespace-uri&quot;,
</span><span class="lines">@@ -297,15 +282,6 @@
</span><span class="cx">     return WebKit::kit(gobjectResult.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_attr_get_is_id(WebKitDOMAttr* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_ATTR(self), FALSE);
-    WebCore::Attr* item = WebKit::core(self);
-    gboolean result = item-&gt;isId();
-    return result;
-}
-
</del><span class="cx"> gchar* webkit_dom_attr_get_namespace_uri(WebKitDOMAttr* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAttrUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttrUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttrUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAttrUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,45 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMAttrUnstable_h
-#define WebKitDOMAttrUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_attr_get_is_id:
- * @self: A #WebKitDOMAttr
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_attr_get_is_id(WebKitDOMAttr* self);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMAttrUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAudioTrackcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrack.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrack.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrack.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,301 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMAudioTrack.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMAudioTrackPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_AUDIO_TRACK_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_AUDIO_TRACK, WebKitDOMAudioTrackPrivate)
-
-typedef struct _WebKitDOMAudioTrackPrivate {
-#if ENABLE(VIDEO_TRACK)
-    RefPtr&lt;WebCore::AudioTrack&gt; coreObject;
-#endif // ENABLE(VIDEO_TRACK)
-} WebKitDOMAudioTrackPrivate;
-
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-
-WebKitDOMAudioTrack* kit(WebCore::AudioTrack* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_AUDIO_TRACK(ret);
-
-    return wrapAudioTrack(obj);
-}
-
-WebCore::AudioTrack* core(WebKitDOMAudioTrack* request)
-{
-    return request ? static_cast&lt;WebCore::AudioTrack*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMAudioTrack* wrapAudioTrack(WebCore::AudioTrack* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_AUDIO_TRACK(g_object_new(WEBKIT_DOM_TYPE_AUDIO_TRACK, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO_TRACK)
-
-G_DEFINE_TYPE(WebKitDOMAudioTrack, webkit_dom_audio_track, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_ID,
-    PROP_KIND,
-    PROP_LABEL,
-    PROP_LANGUAGE,
-    PROP_ENABLED,
-};
-
-static void webkit_dom_audio_track_finalize(GObject* object)
-{
-    WebKitDOMAudioTrackPrivate* priv = WEBKIT_DOM_AUDIO_TRACK_GET_PRIVATE(object);
-#if ENABLE(VIDEO_TRACK)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(VIDEO_TRACK)
-    priv-&gt;~WebKitDOMAudioTrackPrivate();
-    G_OBJECT_CLASS(webkit_dom_audio_track_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_audio_track_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMAudioTrack* self = WEBKIT_DOM_AUDIO_TRACK(object);
-
-    switch (propertyId) {
-    case PROP_ENABLED:
-        webkit_dom_audio_track_set_enabled(self, g_value_get_boolean(value));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_audio_track_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMAudioTrack* self = WEBKIT_DOM_AUDIO_TRACK(object);
-
-    switch (propertyId) {
-    case PROP_ID:
-        g_value_take_string(value, webkit_dom_audio_track_get_id(self));
-        break;
-    case PROP_KIND:
-        g_value_take_string(value, webkit_dom_audio_track_get_kind(self));
-        break;
-    case PROP_LABEL:
-        g_value_take_string(value, webkit_dom_audio_track_get_label(self));
-        break;
-    case PROP_LANGUAGE:
-        g_value_take_string(value, webkit_dom_audio_track_get_language(self));
-        break;
-    case PROP_ENABLED:
-        g_value_set_boolean(value, webkit_dom_audio_track_get_enabled(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_audio_track_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_audio_track_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(VIDEO_TRACK)
-    WebKitDOMAudioTrackPrivate* priv = WEBKIT_DOM_AUDIO_TRACK_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::AudioTrack*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(VIDEO_TRACK)
-    return object;
-}
-
-static void webkit_dom_audio_track_class_init(WebKitDOMAudioTrackClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMAudioTrackPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_audio_track_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_audio_track_finalize;
-    gobjectClass-&gt;set_property = webkit_dom_audio_track_set_property;
-    gobjectClass-&gt;get_property = webkit_dom_audio_track_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_ID,
-        g_param_spec_string(
-            &quot;id&quot;,
-            &quot;AudioTrack:id&quot;,
-            &quot;read-only gchar* AudioTrack:id&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_KIND,
-        g_param_spec_string(
-            &quot;kind&quot;,
-            &quot;AudioTrack:kind&quot;,
-            &quot;read-only gchar* AudioTrack:kind&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LABEL,
-        g_param_spec_string(
-            &quot;label&quot;,
-            &quot;AudioTrack:label&quot;,
-            &quot;read-only gchar* AudioTrack:label&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LANGUAGE,
-        g_param_spec_string(
-            &quot;language&quot;,
-            &quot;AudioTrack:language&quot;,
-            &quot;read-only gchar* AudioTrack:language&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_ENABLED,
-        g_param_spec_boolean(
-            &quot;enabled&quot;,
-            &quot;AudioTrack:enabled&quot;,
-            &quot;read-write gboolean AudioTrack:enabled&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-}
-
-static void webkit_dom_audio_track_init(WebKitDOMAudioTrack* request)
-{
-    WebKitDOMAudioTrackPrivate* priv = WEBKIT_DOM_AUDIO_TRACK_GET_PRIVATE(request);
-    new (priv) WebKitDOMAudioTrackPrivate();
-}
-
-gchar* webkit_dom_audio_track_get_id(WebKitDOMAudioTrack* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_AUDIO_TRACK(self), 0);
-    WebCore::AudioTrack* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;id());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gchar* webkit_dom_audio_track_get_kind(WebKitDOMAudioTrack* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_AUDIO_TRACK(self), 0);
-    WebCore::AudioTrack* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;kind());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gchar* webkit_dom_audio_track_get_label(WebKitDOMAudioTrack* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_AUDIO_TRACK(self), 0);
-    WebCore::AudioTrack* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;label());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gchar* webkit_dom_audio_track_get_language(WebKitDOMAudioTrack* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_AUDIO_TRACK(self), 0);
-    WebCore::AudioTrack* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;language());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gboolean webkit_dom_audio_track_get_enabled(WebKitDOMAudioTrack* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_AUDIO_TRACK(self), FALSE);
-    WebCore::AudioTrack* item = WebKit::core(self);
-    gboolean result = item-&gt;enabled();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-void webkit_dom_audio_track_set_enabled(WebKitDOMAudioTrack* self, gboolean value)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_AUDIO_TRACK(self));
-    WebCore::AudioTrack* item = WebKit::core(self);
-    item-&gt;setEnabled(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAudioTrackh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrack.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrack.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrack.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,118 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMAudioTrack_h
-#define WebKitDOMAudioTrack_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_AUDIO_TRACK            (webkit_dom_audio_track_get_type())
-#define WEBKIT_DOM_AUDIO_TRACK(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_AUDIO_TRACK, WebKitDOMAudioTrack))
-#define WEBKIT_DOM_AUDIO_TRACK_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_AUDIO_TRACK, WebKitDOMAudioTrackClass)
-#define WEBKIT_DOM_IS_AUDIO_TRACK(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_AUDIO_TRACK))
-#define WEBKIT_DOM_IS_AUDIO_TRACK_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_AUDIO_TRACK))
-#define WEBKIT_DOM_AUDIO_TRACK_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_AUDIO_TRACK, WebKitDOMAudioTrackClass))
-
-struct _WebKitDOMAudioTrack {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMAudioTrackClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_audio_track_get_type(void);
-
-/**
- * webkit_dom_audio_track_get_id:
- * @self: A #WebKitDOMAudioTrack
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_audio_track_get_id(WebKitDOMAudioTrack* self);
-
-/**
- * webkit_dom_audio_track_get_kind:
- * @self: A #WebKitDOMAudioTrack
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_audio_track_get_kind(WebKitDOMAudioTrack* self);
-
-/**
- * webkit_dom_audio_track_get_label:
- * @self: A #WebKitDOMAudioTrack
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_audio_track_get_label(WebKitDOMAudioTrack* self);
-
-/**
- * webkit_dom_audio_track_get_language:
- * @self: A #WebKitDOMAudioTrack
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_audio_track_get_language(WebKitDOMAudioTrack* self);
-
-/**
- * webkit_dom_audio_track_get_enabled:
- * @self: A #WebKitDOMAudioTrack
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_audio_track_get_enabled(WebKitDOMAudioTrack* self);
-
-/**
- * webkit_dom_audio_track_set_enabled:
- * @self: A #WebKitDOMAudioTrack
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_audio_track_set_enabled(WebKitDOMAudioTrack* self, gboolean value);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMAudioTrack_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAudioTrackListcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackList.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackList.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackList.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,255 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMAudioTrackList.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMAudioTrackListPrivate.h&quot;
-#include &quot;WebKitDOMAudioTrackPrivate.h&quot;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_AUDIO_TRACK_LIST_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_AUDIO_TRACK_LIST, WebKitDOMAudioTrackListPrivate)
-
-typedef struct _WebKitDOMAudioTrackListPrivate {
-#if ENABLE(VIDEO_TRACK)
-    RefPtr&lt;WebCore::AudioTrackList&gt; coreObject;
-#endif // ENABLE(VIDEO_TRACK)
-} WebKitDOMAudioTrackListPrivate;
-
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-
-WebKitDOMAudioTrackList* kit(WebCore::AudioTrackList* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_AUDIO_TRACK_LIST(ret);
-
-    return wrapAudioTrackList(obj);
-}
-
-WebCore::AudioTrackList* core(WebKitDOMAudioTrackList* request)
-{
-    return request ? static_cast&lt;WebCore::AudioTrackList*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMAudioTrackList* wrapAudioTrackList(WebCore::AudioTrackList* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_AUDIO_TRACK_LIST(g_object_new(WEBKIT_DOM_TYPE_AUDIO_TRACK_LIST, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO_TRACK)
-
-static gboolean webkit_dom_audio_track_list_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::AudioTrackList* coreTarget = static_cast&lt;WebCore::AudioTrackList*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(event);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static gboolean webkit_dom_audio_track_list_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::AudioTrackList* coreTarget = static_cast&lt;WebCore::AudioTrackList*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static gboolean webkit_dom_audio_track_list_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::AudioTrackList* coreTarget = static_cast&lt;WebCore::AudioTrackList*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_audio_track_list_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_audio_track_list_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_audio_track_list_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMAudioTrackList, webkit_dom_audio_track_list, WEBKIT_DOM_TYPE_OBJECT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-enum {
-    PROP_0,
-    PROP_LENGTH,
-};
-
-static void webkit_dom_audio_track_list_finalize(GObject* object)
-{
-    WebKitDOMAudioTrackListPrivate* priv = WEBKIT_DOM_AUDIO_TRACK_LIST_GET_PRIVATE(object);
-#if ENABLE(VIDEO_TRACK)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(VIDEO_TRACK)
-    priv-&gt;~WebKitDOMAudioTrackListPrivate();
-    G_OBJECT_CLASS(webkit_dom_audio_track_list_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_audio_track_list_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMAudioTrackList* self = WEBKIT_DOM_AUDIO_TRACK_LIST(object);
-
-    switch (propertyId) {
-    case PROP_LENGTH:
-        g_value_set_ulong(value, webkit_dom_audio_track_list_get_length(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_audio_track_list_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_audio_track_list_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(VIDEO_TRACK)
-    WebKitDOMAudioTrackListPrivate* priv = WEBKIT_DOM_AUDIO_TRACK_LIST_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::AudioTrackList*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(VIDEO_TRACK)
-    return object;
-}
-
-static void webkit_dom_audio_track_list_class_init(WebKitDOMAudioTrackListClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMAudioTrackListPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_audio_track_list_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_audio_track_list_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_audio_track_list_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LENGTH,
-        g_param_spec_ulong(
-            &quot;length&quot;,
-            &quot;AudioTrackList:length&quot;,
-            &quot;read-only gulong AudioTrackList:length&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_audio_track_list_init(WebKitDOMAudioTrackList* request)
-{
-    WebKitDOMAudioTrackListPrivate* priv = WEBKIT_DOM_AUDIO_TRACK_LIST_GET_PRIVATE(request);
-    new (priv) WebKitDOMAudioTrackListPrivate();
-}
-
-WebKitDOMAudioTrack* webkit_dom_audio_track_list_item(WebKitDOMAudioTrackList* self, gulong index)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_AUDIO_TRACK_LIST(self), 0);
-    WebCore::AudioTrackList* item = WebKit::core(self);
-    RefPtr&lt;WebCore::AudioTrack&gt; gobjectResult = WTF::getPtr(item-&gt;item(index));
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(index);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-WebKitDOMAudioTrack* webkit_dom_audio_track_list_get_track_by_id(WebKitDOMAudioTrackList* self, const gchar* id)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_AUDIO_TRACK_LIST(self), 0);
-    g_return_val_if_fail(id, 0);
-    WebCore::AudioTrackList* item = WebKit::core(self);
-    WTF::String convertedId = WTF::String::fromUTF8(id);
-    RefPtr&lt;WebCore::AudioTrack&gt; gobjectResult = WTF::getPtr(item-&gt;getTrackById(convertedId));
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(id);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gulong webkit_dom_audio_track_list_get_length(WebKitDOMAudioTrackList* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_AUDIO_TRACK_LIST(self), 0);
-    WebCore::AudioTrackList* item = WebKit::core(self);
-    gulong result = item-&gt;length();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAudioTrackListh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackList.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackList.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackList.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,88 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMAudioTrackList_h
-#define WebKitDOMAudioTrackList_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_AUDIO_TRACK_LIST            (webkit_dom_audio_track_list_get_type())
-#define WEBKIT_DOM_AUDIO_TRACK_LIST(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_AUDIO_TRACK_LIST, WebKitDOMAudioTrackList))
-#define WEBKIT_DOM_AUDIO_TRACK_LIST_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_AUDIO_TRACK_LIST, WebKitDOMAudioTrackListClass)
-#define WEBKIT_DOM_IS_AUDIO_TRACK_LIST(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_AUDIO_TRACK_LIST))
-#define WEBKIT_DOM_IS_AUDIO_TRACK_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_AUDIO_TRACK_LIST))
-#define WEBKIT_DOM_AUDIO_TRACK_LIST_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_AUDIO_TRACK_LIST, WebKitDOMAudioTrackListClass))
-
-struct _WebKitDOMAudioTrackList {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMAudioTrackListClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_audio_track_list_get_type(void);
-
-/**
- * webkit_dom_audio_track_list_item:
- * @self: A #WebKitDOMAudioTrackList
- * @index: A #gulong
- *
- * Returns: (transfer full): A #WebKitDOMAudioTrack
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMAudioTrack*
-webkit_dom_audio_track_list_item(WebKitDOMAudioTrackList* self, gulong index);
-
-/**
- * webkit_dom_audio_track_list_get_track_by_id:
- * @self: A #WebKitDOMAudioTrackList
- * @id: A #gchar
- *
- * Returns: (transfer full): A #WebKitDOMAudioTrack
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMAudioTrack*
-webkit_dom_audio_track_list_get_track_by_id(WebKitDOMAudioTrackList* self, const gchar* id);
-
-/**
- * webkit_dom_audio_track_list_get_length:
- * @self: A #WebKitDOMAudioTrackList
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_audio_track_list_get_length(WebKitDOMAudioTrackList* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMAudioTrackList_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAudioTrackListPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackListPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackListPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackListPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMAudioTrackListPrivate_h
-#define WebKitDOMAudioTrackListPrivate_h
-
-#include &lt;WebCore/AudioTrackList.h&gt;
-#include &lt;webkitdom/WebKitDOMAudioTrackList.h&gt;
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-WebKitDOMAudioTrackList* wrapAudioTrackList(WebCore::AudioTrackList*);
-WebKitDOMAudioTrackList* kit(WebCore::AudioTrackList*);
-WebCore::AudioTrackList* core(WebKitDOMAudioTrackList*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO_TRACK) */
-
-#endif /* WebKitDOMAudioTrackListPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMAudioTrackPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMAudioTrackPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMAudioTrackPrivate_h
-#define WebKitDOMAudioTrackPrivate_h
-
-#include &lt;WebCore/AudioTrack.h&gt;
-#include &lt;webkitdom/WebKitDOMAudioTrack.h&gt;
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-WebKitDOMAudioTrack* wrapAudioTrack(WebCore::AudioTrack*);
-WebKitDOMAudioTrack* kit(WebCore::AudioTrack*);
-WebCore::AudioTrack* core(WebKitDOMAudioTrack*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO_TRACK) */
-
-#endif /* WebKitDOMAudioTrackPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMBarPropcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarProp.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarProp.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarProp.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,144 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMBarProp.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMBarPropPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_BAR_PROP_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_BAR_PROP, WebKitDOMBarPropPrivate)
-
-typedef struct _WebKitDOMBarPropPrivate {
-    RefPtr&lt;WebCore::BarProp&gt; coreObject;
-} WebKitDOMBarPropPrivate;
-
-namespace WebKit {
-
-WebKitDOMBarProp* kit(WebCore::BarProp* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_BAR_PROP(ret);
-
-    return wrapBarProp(obj);
-}
-
-WebCore::BarProp* core(WebKitDOMBarProp* request)
-{
-    return request ? static_cast&lt;WebCore::BarProp*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMBarProp* wrapBarProp(WebCore::BarProp* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_BAR_PROP(g_object_new(WEBKIT_DOM_TYPE_BAR_PROP, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMBarProp, webkit_dom_bar_prop, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_VISIBLE,
-};
-
-static void webkit_dom_bar_prop_finalize(GObject* object)
-{
-    WebKitDOMBarPropPrivate* priv = WEBKIT_DOM_BAR_PROP_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMBarPropPrivate();
-    G_OBJECT_CLASS(webkit_dom_bar_prop_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_bar_prop_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMBarProp* self = WEBKIT_DOM_BAR_PROP(object);
-
-    switch (propertyId) {
-    case PROP_VISIBLE:
-        g_value_set_boolean(value, webkit_dom_bar_prop_get_visible(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_bar_prop_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_bar_prop_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMBarPropPrivate* priv = WEBKIT_DOM_BAR_PROP_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::BarProp*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_bar_prop_class_init(WebKitDOMBarPropClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMBarPropPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_bar_prop_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_bar_prop_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_bar_prop_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VISIBLE,
-        g_param_spec_boolean(
-            &quot;visible&quot;,
-            &quot;BarProp:visible&quot;,
-            &quot;read-only gboolean BarProp:visible&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_bar_prop_init(WebKitDOMBarProp* request)
-{
-    WebKitDOMBarPropPrivate* priv = WEBKIT_DOM_BAR_PROP_GET_PRIVATE(request);
-    new (priv) WebKitDOMBarPropPrivate();
-}
-
-gboolean webkit_dom_bar_prop_get_visible(WebKitDOMBarProp* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_BAR_PROP(self), FALSE);
-    WebCore::BarProp* item = WebKit::core(self);
-    gboolean result = item-&gt;visible();
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMBarProph"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarProp.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarProp.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarProp.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,64 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMBarProp_h
-#define WebKitDOMBarProp_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_BAR_PROP            (webkit_dom_bar_prop_get_type())
-#define WEBKIT_DOM_BAR_PROP(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_BAR_PROP, WebKitDOMBarProp))
-#define WEBKIT_DOM_BAR_PROP_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_BAR_PROP, WebKitDOMBarPropClass)
-#define WEBKIT_DOM_IS_BAR_PROP(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_BAR_PROP))
-#define WEBKIT_DOM_IS_BAR_PROP_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_BAR_PROP))
-#define WEBKIT_DOM_BAR_PROP_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_BAR_PROP, WebKitDOMBarPropClass))
-
-struct _WebKitDOMBarProp {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMBarPropClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_bar_prop_get_type(void);
-
-/**
- * webkit_dom_bar_prop_get_visible:
- * @self: A #WebKitDOMBarProp
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_bar_prop_get_visible(WebKitDOMBarProp* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMBarProp_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMBarPropPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarPropPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarPropPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBarPropPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMBarPropPrivate_h
-#define WebKitDOMBarPropPrivate_h
-
-#include &lt;WebCore/BarProp.h&gt;
-#include &lt;webkitdom/WebKitDOMBarProp.h&gt;
-
-namespace WebKit {
-WebKitDOMBarProp* wrapBarProp(WebCore::BarProp*);
-WebKitDOMBarProp* kit(WebCore::BarProp*);
-WebCore::BarProp* core(WebKitDOMBarProp*);
-} // namespace WebKit
-
-#endif /* WebKitDOMBarPropPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMBatteryManagercpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManager.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManager.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManager.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,307 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMBatteryManager.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMBatteryManagerPrivate.h&quot;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_BATTERY_MANAGER_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_BATTERY_MANAGER, WebKitDOMBatteryManagerPrivate)
-
-typedef struct _WebKitDOMBatteryManagerPrivate {
-#if ENABLE(BATTERY_STATUS)
-    RefPtr&lt;WebCore::BatteryManager&gt; coreObject;
-#endif // ENABLE(BATTERY_STATUS)
-} WebKitDOMBatteryManagerPrivate;
-
-#if ENABLE(BATTERY_STATUS)
-
-namespace WebKit {
-
-WebKitDOMBatteryManager* kit(WebCore::BatteryManager* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_BATTERY_MANAGER(ret);
-
-    return wrapBatteryManager(obj);
-}
-
-WebCore::BatteryManager* core(WebKitDOMBatteryManager* request)
-{
-    return request ? static_cast&lt;WebCore::BatteryManager*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMBatteryManager* wrapBatteryManager(WebCore::BatteryManager* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_BATTERY_MANAGER(g_object_new(WEBKIT_DOM_TYPE_BATTERY_MANAGER, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(BATTERY_STATUS)
-
-static gboolean webkit_dom_battery_manager_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-#if ENABLE(BATTERY_STATUS)
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::BatteryManager* coreTarget = static_cast&lt;WebCore::BatteryManager*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(event);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Battery Status&quot;)
-    return false;
-#endif // ENABLE(BATTERY_STATUS)
-}
-
-static gboolean webkit_dom_battery_manager_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(BATTERY_STATUS)
-    WebCore::BatteryManager* coreTarget = static_cast&lt;WebCore::BatteryManager*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Battery Status&quot;)
-    return false;
-#endif // ENABLE(BATTERY_STATUS)
-}
-
-static gboolean webkit_dom_battery_manager_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(BATTERY_STATUS)
-    WebCore::BatteryManager* coreTarget = static_cast&lt;WebCore::BatteryManager*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Battery Status&quot;)
-    return false;
-#endif // ENABLE(BATTERY_STATUS)
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_battery_manager_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_battery_manager_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_battery_manager_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMBatteryManager, webkit_dom_battery_manager, WEBKIT_DOM_TYPE_OBJECT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-enum {
-    PROP_0,
-    PROP_CHARGING,
-    PROP_CHARGING_TIME,
-    PROP_DISCHARGING_TIME,
-    PROP_LEVEL,
-};
-
-static void webkit_dom_battery_manager_finalize(GObject* object)
-{
-    WebKitDOMBatteryManagerPrivate* priv = WEBKIT_DOM_BATTERY_MANAGER_GET_PRIVATE(object);
-#if ENABLE(BATTERY_STATUS)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(BATTERY_STATUS)
-    priv-&gt;~WebKitDOMBatteryManagerPrivate();
-    G_OBJECT_CLASS(webkit_dom_battery_manager_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_battery_manager_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMBatteryManager* self = WEBKIT_DOM_BATTERY_MANAGER(object);
-
-    switch (propertyId) {
-    case PROP_CHARGING:
-        g_value_set_boolean(value, webkit_dom_battery_manager_get_charging(self));
-        break;
-    case PROP_CHARGING_TIME:
-        g_value_set_double(value, webkit_dom_battery_manager_get_charging_time(self));
-        break;
-    case PROP_DISCHARGING_TIME:
-        g_value_set_double(value, webkit_dom_battery_manager_get_discharging_time(self));
-        break;
-    case PROP_LEVEL:
-        g_value_set_double(value, webkit_dom_battery_manager_get_level(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_battery_manager_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_battery_manager_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(BATTERY_STATUS)
-    WebKitDOMBatteryManagerPrivate* priv = WEBKIT_DOM_BATTERY_MANAGER_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::BatteryManager*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(BATTERY_STATUS)
-    return object;
-}
-
-static void webkit_dom_battery_manager_class_init(WebKitDOMBatteryManagerClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMBatteryManagerPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_battery_manager_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_battery_manager_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_battery_manager_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CHARGING,
-        g_param_spec_boolean(
-            &quot;charging&quot;,
-            &quot;BatteryManager:charging&quot;,
-            &quot;read-only gboolean BatteryManager:charging&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CHARGING_TIME,
-        g_param_spec_double(
-            &quot;charging-time&quot;,
-            &quot;BatteryManager:charging-time&quot;,
-            &quot;read-only gdouble BatteryManager:charging-time&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DISCHARGING_TIME,
-        g_param_spec_double(
-            &quot;discharging-time&quot;,
-            &quot;BatteryManager:discharging-time&quot;,
-            &quot;read-only gdouble BatteryManager:discharging-time&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LEVEL,
-        g_param_spec_double(
-            &quot;level&quot;,
-            &quot;BatteryManager:level&quot;,
-            &quot;read-only gdouble BatteryManager:level&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_battery_manager_init(WebKitDOMBatteryManager* request)
-{
-    WebKitDOMBatteryManagerPrivate* priv = WEBKIT_DOM_BATTERY_MANAGER_GET_PRIVATE(request);
-    new (priv) WebKitDOMBatteryManagerPrivate();
-}
-
-gboolean webkit_dom_battery_manager_get_charging(WebKitDOMBatteryManager* self)
-{
-#if ENABLE(BATTERY_STATUS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_BATTERY_MANAGER(self), FALSE);
-    WebCore::BatteryManager* item = WebKit::core(self);
-    gboolean result = item-&gt;charging();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Battery Status&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(BATTERY_STATUS) */
-}
-
-gdouble webkit_dom_battery_manager_get_charging_time(WebKitDOMBatteryManager* self)
-{
-#if ENABLE(BATTERY_STATUS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_BATTERY_MANAGER(self), 0);
-    WebCore::BatteryManager* item = WebKit::core(self);
-    gdouble result = item-&gt;chargingTime();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Battery Status&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(BATTERY_STATUS) */
-}
-
-gdouble webkit_dom_battery_manager_get_discharging_time(WebKitDOMBatteryManager* self)
-{
-#if ENABLE(BATTERY_STATUS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_BATTERY_MANAGER(self), 0);
-    WebCore::BatteryManager* item = WebKit::core(self);
-    gdouble result = item-&gt;dischargingTime();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Battery Status&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(BATTERY_STATUS) */
-}
-
-gdouble webkit_dom_battery_manager_get_level(WebKitDOMBatteryManager* self)
-{
-#if ENABLE(BATTERY_STATUS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_BATTERY_MANAGER(self), 0);
-    WebCore::BatteryManager* item = WebKit::core(self);
-    gdouble result = item-&gt;level();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Battery Status&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(BATTERY_STATUS) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMBatteryManagerh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManager.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManager.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManager.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,97 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMBatteryManager_h
-#define WebKitDOMBatteryManager_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_BATTERY_MANAGER            (webkit_dom_battery_manager_get_type())
-#define WEBKIT_DOM_BATTERY_MANAGER(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_BATTERY_MANAGER, WebKitDOMBatteryManager))
-#define WEBKIT_DOM_BATTERY_MANAGER_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_BATTERY_MANAGER, WebKitDOMBatteryManagerClass)
-#define WEBKIT_DOM_IS_BATTERY_MANAGER(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_BATTERY_MANAGER))
-#define WEBKIT_DOM_IS_BATTERY_MANAGER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_BATTERY_MANAGER))
-#define WEBKIT_DOM_BATTERY_MANAGER_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_BATTERY_MANAGER, WebKitDOMBatteryManagerClass))
-
-struct _WebKitDOMBatteryManager {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMBatteryManagerClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_battery_manager_get_type(void);
-
-/**
- * webkit_dom_battery_manager_get_charging:
- * @self: A #WebKitDOMBatteryManager
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_battery_manager_get_charging(WebKitDOMBatteryManager* self);
-
-/**
- * webkit_dom_battery_manager_get_charging_time:
- * @self: A #WebKitDOMBatteryManager
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_battery_manager_get_charging_time(WebKitDOMBatteryManager* self);
-
-/**
- * webkit_dom_battery_manager_get_discharging_time:
- * @self: A #WebKitDOMBatteryManager
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_battery_manager_get_discharging_time(WebKitDOMBatteryManager* self);
-
-/**
- * webkit_dom_battery_manager_get_level:
- * @self: A #WebKitDOMBatteryManager
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_battery_manager_get_level(WebKitDOMBatteryManager* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMBatteryManager_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMBatteryManagerPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManagerPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManagerPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBatteryManagerPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMBatteryManagerPrivate_h
-#define WebKitDOMBatteryManagerPrivate_h
-
-#include &lt;WebCore/BatteryManager.h&gt;
-#include &lt;webkitdom/WebKitDOMBatteryManager.h&gt;
-#if ENABLE(BATTERY_STATUS)
-
-namespace WebKit {
-WebKitDOMBatteryManager* wrapBatteryManager(WebCore::BatteryManager*);
-WebKitDOMBatteryManager* kit(WebCore::BatteryManager*);
-WebCore::BatteryManager* core(WebKitDOMBatteryManager*);
-} // namespace WebKit
-
-#endif /* ENABLE(BATTERY_STATUS) */
-
-#endif /* WebKitDOMBatteryManagerPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMBlobcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlob.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlob.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlob.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -30,7 +30,6 @@
</span><span class="cx"> #include &quot;WebKitDOMBlobPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMBlobUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -71,7 +70,6 @@
</span><span class="cx"> enum {
</span><span class="cx">     PROP_0,
</span><span class="cx">     PROP_SIZE,
</span><del>-    PROP_TYPE,
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_blob_finalize(GObject* object)
</span><span class="lines">@@ -92,9 +90,6 @@
</span><span class="cx">     case PROP_SIZE:
</span><span class="cx">         g_value_set_uint64(value, webkit_dom_blob_get_size(self));
</span><span class="cx">         break;
</span><del>-    case PROP_TYPE:
-        g_value_take_string(value, webkit_dom_blob_get_blob_type(self));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -129,17 +124,6 @@
</span><span class="cx">             &quot;read-only guint64 Blob:size&quot;,
</span><span class="cx">             0, G_MAXUINT64, 0,
</span><span class="cx">             WEBKIT_PARAM_READABLE));
</span><del>-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TYPE,
-        g_param_spec_string(
-            &quot;type&quot;,
-            &quot;Blob:type&quot;,
-            &quot;read-only gchar* Blob:type&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_blob_init(WebKitDOMBlob* request)
</span><span class="lines">@@ -148,17 +132,6 @@
</span><span class="cx">     new (priv) WebKitDOMBlobPrivate();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebKitDOMBlob* webkit_dom_blob_slice(WebKitDOMBlob* self, gint64 start, gint64 end, const gchar* contentType)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_BLOB(self), 0);
-    g_return_val_if_fail(contentType, 0);
-    WebCore::Blob* item = WebKit::core(self);
-    WTF::String convertedContentType = WTF::String::fromUTF8(contentType);
-    RefPtr&lt;WebCore::Blob&gt; gobjectResult = WTF::getPtr(item-&gt;slice(start, end, convertedContentType));
-    return WebKit::kit(gobjectResult.get());
-}
-
</del><span class="cx"> guint64 webkit_dom_blob_get_size(WebKitDOMBlob* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -167,13 +140,3 @@
</span><span class="cx">     guint64 result = item-&gt;size();
</span><span class="cx">     return result;
</span><span class="cx"> }
</span><del>-
-gchar* webkit_dom_blob_get_blob_type(WebKitDOMBlob* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_BLOB(self), 0);
-    WebCore::Blob* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;type());
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMBlobUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlobUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlobUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMBlobUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,59 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMBlobUnstable_h
-#define WebKitDOMBlobUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_blob_slice:
- * @self: A #WebKitDOMBlob
- * @start: A #gint64
- * @end: A #gint64
- * @contentType: A #gchar
- *
- * Returns: (transfer full): A #WebKitDOMBlob
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMBlob*
-webkit_dom_blob_slice(WebKitDOMBlob* self, gint64 start, gint64 end, const gchar* contentType);
-
-/**
- * webkit_dom_blob_get_blob_type:
- * @self: A #WebKitDOMBlob
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_blob_get_blob_type(WebKitDOMBlob* self);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMBlobUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMCSSRulecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRule.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRule.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRule.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -31,7 +31,6 @@
</span><span class="cx"> #include &quot;WebKitDOMCSSStyleSheetPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMCSSRuleUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMCSSRuleUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRuleUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRuleUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCSSRuleUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,64 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMCSSRuleUnstable_h
-#define WebKitDOMCSSRuleUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * WEBKIT_DOM_CSS_RULE_KEYFRAMES_RULE:
- */
-#define WEBKIT_DOM_CSS_RULE_KEYFRAMES_RULE 7
-
-/**
- * WEBKIT_DOM_CSS_RULE_KEYFRAME_RULE:
- */
-#define WEBKIT_DOM_CSS_RULE_KEYFRAME_RULE 8
-
-/**
- * WEBKIT_DOM_CSS_RULE_SUPPORTS_RULE:
- */
-#define WEBKIT_DOM_CSS_RULE_SUPPORTS_RULE 12
-
-/**
- * WEBKIT_DOM_CSS_RULE_WEBKIT_REGION_RULE:
- */
-#define WEBKIT_DOM_CSS_RULE_WEBKIT_REGION_RULE 16
-
-/**
- * WEBKIT_DOM_CSS_RULE_WEBKIT_KEYFRAMES_RULE:
- */
-#define WEBKIT_DOM_CSS_RULE_WEBKIT_KEYFRAMES_RULE 7
-
-/**
- * WEBKIT_DOM_CSS_RULE_WEBKIT_KEYFRAME_RULE:
- */
-#define WEBKIT_DOM_CSS_RULE_WEBKIT_KEYFRAME_RULE 8
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMCSSRuleUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMCharacterDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterData.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterData.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterData.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMCharacterDataUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -100,8 +99,6 @@
</span><span class="cx">     PROP_0,
</span><span class="cx">     PROP_DATA,
</span><span class="cx">     PROP_LENGTH,
</span><del>-    PROP_PREVIOUS_ELEMENT_SIBLING,
-    PROP_NEXT_ELEMENT_SIBLING,
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_character_data_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
</span><span class="lines">@@ -129,12 +126,6 @@
</span><span class="cx">     case PROP_LENGTH:
</span><span class="cx">         g_value_set_ulong(value, webkit_dom_character_data_get_length(self));
</span><span class="cx">         break;
</span><del>-    case PROP_PREVIOUS_ELEMENT_SIBLING:
-        g_value_set_object(value, webkit_dom_character_data_get_previous_element_sibling(self));
-        break;
-    case PROP_NEXT_ELEMENT_SIBLING:
-        g_value_set_object(value, webkit_dom_character_data_get_next_element_sibling(self));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -166,27 +157,6 @@
</span><span class="cx">             &quot;read-only gulong CharacterData:length&quot;,
</span><span class="cx">             0, G_MAXULONG, 0,
</span><span class="cx">             WEBKIT_PARAM_READABLE));
</span><del>-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PREVIOUS_ELEMENT_SIBLING,
-        g_param_spec_object(
-            &quot;previous-element-sibling&quot;,
-            &quot;CharacterData:previous-element-sibling&quot;,
-            &quot;read-only WebKitDOMElement* CharacterData:previous-element-sibling&quot;,
-            WEBKIT_DOM_TYPE_ELEMENT,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_NEXT_ELEMENT_SIBLING,
-        g_param_spec_object(
-            &quot;next-element-sibling&quot;,
-            &quot;CharacterData:next-element-sibling&quot;,
-            &quot;read-only WebKitDOMElement* CharacterData:next-element-sibling&quot;,
-            WEBKIT_DOM_TYPE_ELEMENT,
-            WEBKIT_PARAM_READABLE));
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_character_data_init(WebKitDOMCharacterData* request)
</span><span class="lines">@@ -262,20 +232,6 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void webkit_dom_character_data_remove(WebKitDOMCharacterData* self, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_CHARACTER_DATA(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::CharacterData* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;remove(ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-}
-
</del><span class="cx"> gchar* webkit_dom_character_data_get_data(WebKitDOMCharacterData* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -304,22 +260,3 @@
</span><span class="cx">     gulong result = item-&gt;length();
</span><span class="cx">     return result;
</span><span class="cx"> }
</span><del>-
-WebKitDOMElement* webkit_dom_character_data_get_previous_element_sibling(WebKitDOMCharacterData* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_CHARACTER_DATA(self), 0);
-    WebCore::CharacterData* item = WebKit::core(self);
-    RefPtr&lt;WebCore::Element&gt; gobjectResult = WTF::getPtr(item-&gt;previousElementSibling());
-    return WebKit::kit(gobjectResult.get());
-}
-
-WebKitDOMElement* webkit_dom_character_data_get_next_element_sibling(WebKitDOMCharacterData* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_CHARACTER_DATA(self), 0);
-    WebCore::CharacterData* item = WebKit::core(self);
-    RefPtr&lt;WebCore::Element&gt; gobjectResult = WTF::getPtr(item-&gt;nextElementSibling());
-    return WebKit::kit(gobjectResult.get());
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMCharacterDataUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterDataUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterDataUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMCharacterDataUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,66 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMCharacterDataUnstable_h
-#define WebKitDOMCharacterDataUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_character_data_remove:
- * @self: A #WebKitDOMCharacterData
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_character_data_remove(WebKitDOMCharacterData* self, GError** error);
-
-/**
- * webkit_dom_character_data_get_previous_element_sibling:
- * @self: A #WebKitDOMCharacterData
- *
- * Returns: (transfer none): A #WebKitDOMElement
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMElement*
-webkit_dom_character_data_get_previous_element_sibling(WebKitDOMCharacterData* self);
-
-/**
- * webkit_dom_character_data_get_next_element_sibling:
- * @self: A #WebKitDOMCharacterData
- *
- * Returns: (transfer none): A #WebKitDOMElement
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMElement*
-webkit_dom_character_data_get_next_element_sibling(WebKitDOMCharacterData* self);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMCharacterDataUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMApplicationCachecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCache.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCache.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCache.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,218 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMDOMApplicationCache.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMDOMApplicationCachePrivate.h&quot;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_DOM_APPLICATION_CACHE_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_DOM_APPLICATION_CACHE, WebKitDOMDOMApplicationCachePrivate)
-
-typedef struct _WebKitDOMDOMApplicationCachePrivate {
-    RefPtr&lt;WebCore::DOMApplicationCache&gt; coreObject;
-} WebKitDOMDOMApplicationCachePrivate;
-
-namespace WebKit {
-
-WebKitDOMDOMApplicationCache* kit(WebCore::DOMApplicationCache* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_DOM_APPLICATION_CACHE(ret);
-
-    return wrapDOMApplicationCache(obj);
-}
-
-WebCore::DOMApplicationCache* core(WebKitDOMDOMApplicationCache* request)
-{
-    return request ? static_cast&lt;WebCore::DOMApplicationCache*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMDOMApplicationCache* wrapDOMApplicationCache(WebCore::DOMApplicationCache* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_DOM_APPLICATION_CACHE(g_object_new(WEBKIT_DOM_TYPE_DOM_APPLICATION_CACHE, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-static gboolean webkit_dom_dom_application_cache_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::DOMApplicationCache* coreTarget = static_cast&lt;WebCore::DOMApplicationCache*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-}
-
-static gboolean webkit_dom_dom_application_cache_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-    WebCore::DOMApplicationCache* coreTarget = static_cast&lt;WebCore::DOMApplicationCache*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-}
-
-static gboolean webkit_dom_dom_application_cache_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-    WebCore::DOMApplicationCache* coreTarget = static_cast&lt;WebCore::DOMApplicationCache*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_dom_application_cache_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_dom_application_cache_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_dom_application_cache_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMDOMApplicationCache, webkit_dom_dom_application_cache, WEBKIT_DOM_TYPE_OBJECT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-enum {
-    PROP_0,
-    PROP_STATUS,
-};
-
-static void webkit_dom_dom_application_cache_finalize(GObject* object)
-{
-    WebKitDOMDOMApplicationCachePrivate* priv = WEBKIT_DOM_DOM_APPLICATION_CACHE_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMDOMApplicationCachePrivate();
-    G_OBJECT_CLASS(webkit_dom_dom_application_cache_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_dom_application_cache_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMDOMApplicationCache* self = WEBKIT_DOM_DOM_APPLICATION_CACHE(object);
-
-    switch (propertyId) {
-    case PROP_STATUS:
-        g_value_set_uint(value, webkit_dom_dom_application_cache_get_status(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_dom_application_cache_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_dom_application_cache_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMDOMApplicationCachePrivate* priv = WEBKIT_DOM_DOM_APPLICATION_CACHE_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::DOMApplicationCache*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_dom_application_cache_class_init(WebKitDOMDOMApplicationCacheClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMDOMApplicationCachePrivate));
-    gobjectClass-&gt;constructor = webkit_dom_dom_application_cache_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_dom_application_cache_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_dom_application_cache_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_STATUS,
-        g_param_spec_uint(
-            &quot;status&quot;,
-            &quot;DOMApplicationCache:status&quot;,
-            &quot;read-only gushort DOMApplicationCache:status&quot;,
-            0, G_MAXUINT, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_dom_application_cache_init(WebKitDOMDOMApplicationCache* request)
-{
-    WebKitDOMDOMApplicationCachePrivate* priv = WEBKIT_DOM_DOM_APPLICATION_CACHE_GET_PRIVATE(request);
-    new (priv) WebKitDOMDOMApplicationCachePrivate();
-}
-
-void webkit_dom_dom_application_cache_update(WebKitDOMDOMApplicationCache* self, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_DOM_APPLICATION_CACHE(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::DOMApplicationCache* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;update(ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-}
-
-void webkit_dom_dom_application_cache_swap_cache(WebKitDOMDOMApplicationCache* self, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_DOM_APPLICATION_CACHE(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::DOMApplicationCache* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;swapCache(ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-}
-
-void webkit_dom_dom_application_cache_abort(WebKitDOMDOMApplicationCache* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_DOM_APPLICATION_CACHE(self));
-    WebCore::DOMApplicationCache* item = WebKit::core(self);
-    item-&gt;abort();
-}
-
-gushort webkit_dom_dom_application_cache_get_status(WebKitDOMDOMApplicationCache* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_APPLICATION_CACHE(self), 0);
-    WebCore::DOMApplicationCache* item = WebKit::core(self);
-    gushort result = item-&gt;status();
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMApplicationCacheh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCache.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCache.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCache.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,123 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMApplicationCache_h
-#define WebKitDOMDOMApplicationCache_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_DOM_APPLICATION_CACHE            (webkit_dom_dom_application_cache_get_type())
-#define WEBKIT_DOM_DOM_APPLICATION_CACHE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_DOM_APPLICATION_CACHE, WebKitDOMDOMApplicationCache))
-#define WEBKIT_DOM_DOM_APPLICATION_CACHE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_DOM_APPLICATION_CACHE, WebKitDOMDOMApplicationCacheClass)
-#define WEBKIT_DOM_IS_DOM_APPLICATION_CACHE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_DOM_APPLICATION_CACHE))
-#define WEBKIT_DOM_IS_DOM_APPLICATION_CACHE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_DOM_APPLICATION_CACHE))
-#define WEBKIT_DOM_DOM_APPLICATION_CACHE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_DOM_APPLICATION_CACHE, WebKitDOMDOMApplicationCacheClass))
-
-/**
- * WEBKIT_DOM_DOM_APPLICATION_CACHE_UNCACHED:
- */
-#define WEBKIT_DOM_DOM_APPLICATION_CACHE_UNCACHED 0
-
-/**
- * WEBKIT_DOM_DOM_APPLICATION_CACHE_IDLE:
- */
-#define WEBKIT_DOM_DOM_APPLICATION_CACHE_IDLE 1
-
-/**
- * WEBKIT_DOM_DOM_APPLICATION_CACHE_CHECKING:
- */
-#define WEBKIT_DOM_DOM_APPLICATION_CACHE_CHECKING 2
-
-/**
- * WEBKIT_DOM_DOM_APPLICATION_CACHE_DOWNLOADING:
- */
-#define WEBKIT_DOM_DOM_APPLICATION_CACHE_DOWNLOADING 3
-
-/**
- * WEBKIT_DOM_DOM_APPLICATION_CACHE_UPDATEREADY:
- */
-#define WEBKIT_DOM_DOM_APPLICATION_CACHE_UPDATEREADY 4
-
-/**
- * WEBKIT_DOM_DOM_APPLICATION_CACHE_OBSOLETE:
- */
-#define WEBKIT_DOM_DOM_APPLICATION_CACHE_OBSOLETE 5
-
-struct _WebKitDOMDOMApplicationCache {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMDOMApplicationCacheClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_dom_application_cache_get_type(void);
-
-/**
- * webkit_dom_dom_application_cache_update:
- * @self: A #WebKitDOMDOMApplicationCache
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_dom_application_cache_update(WebKitDOMDOMApplicationCache* self, GError** error);
-
-/**
- * webkit_dom_dom_application_cache_swap_cache:
- * @self: A #WebKitDOMDOMApplicationCache
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_dom_application_cache_swap_cache(WebKitDOMDOMApplicationCache* self, GError** error);
-
-/**
- * webkit_dom_dom_application_cache_abort:
- * @self: A #WebKitDOMDOMApplicationCache
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_dom_application_cache_abort(WebKitDOMDOMApplicationCache* self);
-
-/**
- * webkit_dom_dom_application_cache_get_status:
- * @self: A #WebKitDOMDOMApplicationCache
- *
- * Returns: A #gushort
- *
- * Stability: Unstable
-**/
-WEBKIT_API gushort
-webkit_dom_dom_application_cache_get_status(WebKitDOMDOMApplicationCache* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMDOMApplicationCache_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMApplicationCachePrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCachePrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCachePrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMApplicationCachePrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMApplicationCachePrivate_h
-#define WebKitDOMDOMApplicationCachePrivate_h
-
-#include &lt;WebCore/DOMApplicationCache.h&gt;
-#include &lt;webkitdom/WebKitDOMDOMApplicationCache.h&gt;
-
-namespace WebKit {
-WebKitDOMDOMApplicationCache* wrapDOMApplicationCache(WebCore::DOMApplicationCache*);
-WebKitDOMDOMApplicationCache* kit(WebCore::DOMApplicationCache*);
-WebCore::DOMApplicationCache* core(WebKitDOMDOMApplicationCache*);
-} // namespace WebKit
-
-#endif /* WebKitDOMDOMApplicationCachePrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMCSSNamespacecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespace.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespace.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespace.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,104 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMDOMCSSNamespace.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMDOMCSSNamespacePrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_DOM_CSS_NAMESPACE_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_DOM_CSS_NAMESPACE, WebKitDOMDOMCSSNamespacePrivate)
-
-typedef struct _WebKitDOMDOMCSSNamespacePrivate {
-    RefPtr&lt;WebCore::DOMCSSNamespace&gt; coreObject;
-} WebKitDOMDOMCSSNamespacePrivate;
-
-namespace WebKit {
-
-WebKitDOMDOMCSSNamespace* kit(WebCore::DOMCSSNamespace* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_DOM_CSS_NAMESPACE(ret);
-
-    return wrapDOMCSSNamespace(obj);
-}
-
-WebCore::DOMCSSNamespace* core(WebKitDOMDOMCSSNamespace* request)
-{
-    return request ? static_cast&lt;WebCore::DOMCSSNamespace*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMDOMCSSNamespace* wrapDOMCSSNamespace(WebCore::DOMCSSNamespace* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_DOM_CSS_NAMESPACE(g_object_new(WEBKIT_DOM_TYPE_DOM_CSS_NAMESPACE, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMDOMCSSNamespace, webkit_dom_dom_css_namespace, WEBKIT_DOM_TYPE_OBJECT)
-
-static void webkit_dom_dom_css_namespace_finalize(GObject* object)
-{
-    WebKitDOMDOMCSSNamespacePrivate* priv = WEBKIT_DOM_DOM_CSS_NAMESPACE_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMDOMCSSNamespacePrivate();
-    G_OBJECT_CLASS(webkit_dom_dom_css_namespace_parent_class)-&gt;finalize(object);
-}
-
-static GObject* webkit_dom_dom_css_namespace_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_dom_css_namespace_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMDOMCSSNamespacePrivate* priv = WEBKIT_DOM_DOM_CSS_NAMESPACE_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::DOMCSSNamespace*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_dom_css_namespace_class_init(WebKitDOMDOMCSSNamespaceClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMDOMCSSNamespacePrivate));
-    gobjectClass-&gt;constructor = webkit_dom_dom_css_namespace_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_dom_css_namespace_finalize;
-}
-
-static void webkit_dom_dom_css_namespace_init(WebKitDOMDOMCSSNamespace* request)
-{
-    WebKitDOMDOMCSSNamespacePrivate* priv = WEBKIT_DOM_DOM_CSS_NAMESPACE_GET_PRIVATE(request);
-    new (priv) WebKitDOMDOMCSSNamespacePrivate();
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMCSSNamespaceh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespace.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespace.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespace.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,53 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMCSSNamespace_h
-#define WebKitDOMDOMCSSNamespace_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_DOM_CSS_NAMESPACE            (webkit_dom_dom_css_namespace_get_type())
-#define WEBKIT_DOM_DOM_CSS_NAMESPACE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_DOM_CSS_NAMESPACE, WebKitDOMDOMCSSNamespace))
-#define WEBKIT_DOM_DOM_CSS_NAMESPACE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_DOM_CSS_NAMESPACE, WebKitDOMDOMCSSNamespaceClass)
-#define WEBKIT_DOM_IS_DOM_CSS_NAMESPACE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_DOM_CSS_NAMESPACE))
-#define WEBKIT_DOM_IS_DOM_CSS_NAMESPACE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_DOM_CSS_NAMESPACE))
-#define WEBKIT_DOM_DOM_CSS_NAMESPACE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_DOM_CSS_NAMESPACE, WebKitDOMDOMCSSNamespaceClass))
-
-struct _WebKitDOMDOMCSSNamespace {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMDOMCSSNamespaceClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_dom_css_namespace_get_type(void);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMDOMCSSNamespace_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMCSSNamespacePrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespacePrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespacePrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMCSSNamespacePrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMCSSNamespacePrivate_h
-#define WebKitDOMDOMCSSNamespacePrivate_h
-
-#include &lt;WebCore/DOMCSSNamespace.h&gt;
-#include &lt;webkitdom/WebKitDOMDOMCSSNamespace.h&gt;
-
-namespace WebKit {
-WebKitDOMDOMCSSNamespace* wrapDOMCSSNamespace(WebCore::DOMCSSNamespace*);
-WebKitDOMDOMCSSNamespace* kit(WebCore::DOMCSSNamespace*);
-WebCore::DOMCSSNamespace* core(WebKitDOMDOMCSSNamespace*);
-} // namespace WebKit
-
-#endif /* WebKitDOMDOMCSSNamespacePrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMMimeTypecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeType.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeType.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeType.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,214 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMDOMMimeType.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMDOMMimeTypePrivate.h&quot;
-#include &quot;WebKitDOMDOMPluginPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_DOM_MIME_TYPE_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_DOM_MIME_TYPE, WebKitDOMDOMMimeTypePrivate)
-
-typedef struct _WebKitDOMDOMMimeTypePrivate {
-    RefPtr&lt;WebCore::DOMMimeType&gt; coreObject;
-} WebKitDOMDOMMimeTypePrivate;
-
-namespace WebKit {
-
-WebKitDOMDOMMimeType* kit(WebCore::DOMMimeType* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_DOM_MIME_TYPE(ret);
-
-    return wrapDOMMimeType(obj);
-}
-
-WebCore::DOMMimeType* core(WebKitDOMDOMMimeType* request)
-{
-    return request ? static_cast&lt;WebCore::DOMMimeType*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMDOMMimeType* wrapDOMMimeType(WebCore::DOMMimeType* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_DOM_MIME_TYPE(g_object_new(WEBKIT_DOM_TYPE_DOM_MIME_TYPE, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMDOMMimeType, webkit_dom_dom_mime_type, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_TYPE,
-    PROP_SUFFIXES,
-    PROP_DESCRIPTION,
-    PROP_ENABLED_PLUGIN,
-};
-
-static void webkit_dom_dom_mime_type_finalize(GObject* object)
-{
-    WebKitDOMDOMMimeTypePrivate* priv = WEBKIT_DOM_DOM_MIME_TYPE_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMDOMMimeTypePrivate();
-    G_OBJECT_CLASS(webkit_dom_dom_mime_type_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_dom_mime_type_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMDOMMimeType* self = WEBKIT_DOM_DOM_MIME_TYPE(object);
-
-    switch (propertyId) {
-    case PROP_TYPE:
-        g_value_take_string(value, webkit_dom_dom_mime_type_get_content_type(self));
-        break;
-    case PROP_SUFFIXES:
-        g_value_take_string(value, webkit_dom_dom_mime_type_get_suffixes(self));
-        break;
-    case PROP_DESCRIPTION:
-        g_value_take_string(value, webkit_dom_dom_mime_type_get_description(self));
-        break;
-    case PROP_ENABLED_PLUGIN:
-        g_value_set_object(value, webkit_dom_dom_mime_type_get_enabled_plugin(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_dom_mime_type_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_dom_mime_type_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMDOMMimeTypePrivate* priv = WEBKIT_DOM_DOM_MIME_TYPE_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::DOMMimeType*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_dom_mime_type_class_init(WebKitDOMDOMMimeTypeClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMDOMMimeTypePrivate));
-    gobjectClass-&gt;constructor = webkit_dom_dom_mime_type_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_dom_mime_type_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_dom_mime_type_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TYPE,
-        g_param_spec_string(
-            &quot;type&quot;,
-            &quot;DOMMimeType:type&quot;,
-            &quot;read-only gchar* DOMMimeType:type&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SUFFIXES,
-        g_param_spec_string(
-            &quot;suffixes&quot;,
-            &quot;DOMMimeType:suffixes&quot;,
-            &quot;read-only gchar* DOMMimeType:suffixes&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DESCRIPTION,
-        g_param_spec_string(
-            &quot;description&quot;,
-            &quot;DOMMimeType:description&quot;,
-            &quot;read-only gchar* DOMMimeType:description&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_ENABLED_PLUGIN,
-        g_param_spec_object(
-            &quot;enabled-plugin&quot;,
-            &quot;DOMMimeType:enabled-plugin&quot;,
-            &quot;read-only WebKitDOMDOMPlugin* DOMMimeType:enabled-plugin&quot;,
-            WEBKIT_DOM_TYPE_DOM_PLUGIN,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_dom_mime_type_init(WebKitDOMDOMMimeType* request)
-{
-    WebKitDOMDOMMimeTypePrivate* priv = WEBKIT_DOM_DOM_MIME_TYPE_GET_PRIVATE(request);
-    new (priv) WebKitDOMDOMMimeTypePrivate();
-}
-
-gchar* webkit_dom_dom_mime_type_get_content_type(WebKitDOMDOMMimeType* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_MIME_TYPE(self), 0);
-    WebCore::DOMMimeType* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;type());
-    return result;
-}
-
-gchar* webkit_dom_dom_mime_type_get_suffixes(WebKitDOMDOMMimeType* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_MIME_TYPE(self), 0);
-    WebCore::DOMMimeType* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;suffixes());
-    return result;
-}
-
-gchar* webkit_dom_dom_mime_type_get_description(WebKitDOMDOMMimeType* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_MIME_TYPE(self), 0);
-    WebCore::DOMMimeType* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;description());
-    return result;
-}
-
-WebKitDOMDOMPlugin* webkit_dom_dom_mime_type_get_enabled_plugin(WebKitDOMDOMMimeType* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_MIME_TYPE(self), 0);
-    WebCore::DOMMimeType* item = WebKit::core(self);
-    RefPtr&lt;WebCore::DOMPlugin&gt; gobjectResult = WTF::getPtr(item-&gt;enabledPlugin());
-    return WebKit::kit(gobjectResult.get());
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMMimeTypeh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeType.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeType.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeType.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,97 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMMimeType_h
-#define WebKitDOMDOMMimeType_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_DOM_MIME_TYPE            (webkit_dom_dom_mime_type_get_type())
-#define WEBKIT_DOM_DOM_MIME_TYPE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_DOM_MIME_TYPE, WebKitDOMDOMMimeType))
-#define WEBKIT_DOM_DOM_MIME_TYPE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_DOM_MIME_TYPE, WebKitDOMDOMMimeTypeClass)
-#define WEBKIT_DOM_IS_DOM_MIME_TYPE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_DOM_MIME_TYPE))
-#define WEBKIT_DOM_IS_DOM_MIME_TYPE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_DOM_MIME_TYPE))
-#define WEBKIT_DOM_DOM_MIME_TYPE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_DOM_MIME_TYPE, WebKitDOMDOMMimeTypeClass))
-
-struct _WebKitDOMDOMMimeType {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMDOMMimeTypeClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_dom_mime_type_get_type(void);
-
-/**
- * webkit_dom_dom_mime_type_get_content_type:
- * @self: A #WebKitDOMDOMMimeType
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_dom_mime_type_get_content_type(WebKitDOMDOMMimeType* self);
-
-/**
- * webkit_dom_dom_mime_type_get_suffixes:
- * @self: A #WebKitDOMDOMMimeType
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_dom_mime_type_get_suffixes(WebKitDOMDOMMimeType* self);
-
-/**
- * webkit_dom_dom_mime_type_get_description:
- * @self: A #WebKitDOMDOMMimeType
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_dom_mime_type_get_description(WebKitDOMDOMMimeType* self);
-
-/**
- * webkit_dom_dom_mime_type_get_enabled_plugin:
- * @self: A #WebKitDOMDOMMimeType
- *
- * Returns: (transfer full): A #WebKitDOMDOMPlugin
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMDOMPlugin*
-webkit_dom_dom_mime_type_get_enabled_plugin(WebKitDOMDOMMimeType* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMDOMMimeType_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMMimeTypeArraycpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArray.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArray.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArray.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,165 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMDOMMimeTypeArray.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMDOMMimeTypeArrayPrivate.h&quot;
-#include &quot;WebKitDOMDOMMimeTypePrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_DOM_MIME_TYPE_ARRAY_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_DOM_MIME_TYPE_ARRAY, WebKitDOMDOMMimeTypeArrayPrivate)
-
-typedef struct _WebKitDOMDOMMimeTypeArrayPrivate {
-    RefPtr&lt;WebCore::DOMMimeTypeArray&gt; coreObject;
-} WebKitDOMDOMMimeTypeArrayPrivate;
-
-namespace WebKit {
-
-WebKitDOMDOMMimeTypeArray* kit(WebCore::DOMMimeTypeArray* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_DOM_MIME_TYPE_ARRAY(ret);
-
-    return wrapDOMMimeTypeArray(obj);
-}
-
-WebCore::DOMMimeTypeArray* core(WebKitDOMDOMMimeTypeArray* request)
-{
-    return request ? static_cast&lt;WebCore::DOMMimeTypeArray*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMDOMMimeTypeArray* wrapDOMMimeTypeArray(WebCore::DOMMimeTypeArray* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_DOM_MIME_TYPE_ARRAY(g_object_new(WEBKIT_DOM_TYPE_DOM_MIME_TYPE_ARRAY, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMDOMMimeTypeArray, webkit_dom_dom_mime_type_array, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_LENGTH,
-};
-
-static void webkit_dom_dom_mime_type_array_finalize(GObject* object)
-{
-    WebKitDOMDOMMimeTypeArrayPrivate* priv = WEBKIT_DOM_DOM_MIME_TYPE_ARRAY_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMDOMMimeTypeArrayPrivate();
-    G_OBJECT_CLASS(webkit_dom_dom_mime_type_array_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_dom_mime_type_array_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMDOMMimeTypeArray* self = WEBKIT_DOM_DOM_MIME_TYPE_ARRAY(object);
-
-    switch (propertyId) {
-    case PROP_LENGTH:
-        g_value_set_ulong(value, webkit_dom_dom_mime_type_array_get_length(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_dom_mime_type_array_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_dom_mime_type_array_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMDOMMimeTypeArrayPrivate* priv = WEBKIT_DOM_DOM_MIME_TYPE_ARRAY_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::DOMMimeTypeArray*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_dom_mime_type_array_class_init(WebKitDOMDOMMimeTypeArrayClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMDOMMimeTypeArrayPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_dom_mime_type_array_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_dom_mime_type_array_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_dom_mime_type_array_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LENGTH,
-        g_param_spec_ulong(
-            &quot;length&quot;,
-            &quot;DOMMimeTypeArray:length&quot;,
-            &quot;read-only gulong DOMMimeTypeArray:length&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_dom_mime_type_array_init(WebKitDOMDOMMimeTypeArray* request)
-{
-    WebKitDOMDOMMimeTypeArrayPrivate* priv = WEBKIT_DOM_DOM_MIME_TYPE_ARRAY_GET_PRIVATE(request);
-    new (priv) WebKitDOMDOMMimeTypeArrayPrivate();
-}
-
-WebKitDOMDOMMimeType* webkit_dom_dom_mime_type_array_item(WebKitDOMDOMMimeTypeArray* self, gulong index)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_MIME_TYPE_ARRAY(self), 0);
-    WebCore::DOMMimeTypeArray* item = WebKit::core(self);
-    RefPtr&lt;WebCore::DOMMimeType&gt; gobjectResult = WTF::getPtr(item-&gt;item(index));
-    return WebKit::kit(gobjectResult.get());
-}
-
-WebKitDOMDOMMimeType* webkit_dom_dom_mime_type_array_named_item(WebKitDOMDOMMimeTypeArray* self, const gchar* name)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_MIME_TYPE_ARRAY(self), 0);
-    g_return_val_if_fail(name, 0);
-    WebCore::DOMMimeTypeArray* item = WebKit::core(self);
-    WTF::String convertedName = WTF::String::fromUTF8(name);
-    RefPtr&lt;WebCore::DOMMimeType&gt; gobjectResult = WTF::getPtr(item-&gt;namedItem(convertedName));
-    return WebKit::kit(gobjectResult.get());
-}
-
-gulong webkit_dom_dom_mime_type_array_get_length(WebKitDOMDOMMimeTypeArray* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_MIME_TYPE_ARRAY(self), 0);
-    WebCore::DOMMimeTypeArray* item = WebKit::core(self);
-    gulong result = item-&gt;length();
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMMimeTypeArrayh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArray.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArray.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArray.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,88 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMMimeTypeArray_h
-#define WebKitDOMDOMMimeTypeArray_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_DOM_MIME_TYPE_ARRAY            (webkit_dom_dom_mime_type_array_get_type())
-#define WEBKIT_DOM_DOM_MIME_TYPE_ARRAY(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_DOM_MIME_TYPE_ARRAY, WebKitDOMDOMMimeTypeArray))
-#define WEBKIT_DOM_DOM_MIME_TYPE_ARRAY_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_DOM_MIME_TYPE_ARRAY, WebKitDOMDOMMimeTypeArrayClass)
-#define WEBKIT_DOM_IS_DOM_MIME_TYPE_ARRAY(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_DOM_MIME_TYPE_ARRAY))
-#define WEBKIT_DOM_IS_DOM_MIME_TYPE_ARRAY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_DOM_MIME_TYPE_ARRAY))
-#define WEBKIT_DOM_DOM_MIME_TYPE_ARRAY_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_DOM_MIME_TYPE_ARRAY, WebKitDOMDOMMimeTypeArrayClass))
-
-struct _WebKitDOMDOMMimeTypeArray {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMDOMMimeTypeArrayClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_dom_mime_type_array_get_type(void);
-
-/**
- * webkit_dom_dom_mime_type_array_item:
- * @self: A #WebKitDOMDOMMimeTypeArray
- * @index: A #gulong
- *
- * Returns: (transfer full): A #WebKitDOMDOMMimeType
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMDOMMimeType*
-webkit_dom_dom_mime_type_array_item(WebKitDOMDOMMimeTypeArray* self, gulong index);
-
-/**
- * webkit_dom_dom_mime_type_array_named_item:
- * @self: A #WebKitDOMDOMMimeTypeArray
- * @name: A #gchar
- *
- * Returns: (transfer full): A #WebKitDOMDOMMimeType
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMDOMMimeType*
-webkit_dom_dom_mime_type_array_named_item(WebKitDOMDOMMimeTypeArray* self, const gchar* name);
-
-/**
- * webkit_dom_dom_mime_type_array_get_length:
- * @self: A #WebKitDOMDOMMimeTypeArray
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_dom_mime_type_array_get_length(WebKitDOMDOMMimeTypeArray* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMDOMMimeTypeArray_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMMimeTypeArrayPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArrayPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArrayPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypeArrayPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMMimeTypeArrayPrivate_h
-#define WebKitDOMDOMMimeTypeArrayPrivate_h
-
-#include &lt;WebCore/DOMMimeTypeArray.h&gt;
-#include &lt;webkitdom/WebKitDOMDOMMimeTypeArray.h&gt;
-
-namespace WebKit {
-WebKitDOMDOMMimeTypeArray* wrapDOMMimeTypeArray(WebCore::DOMMimeTypeArray*);
-WebKitDOMDOMMimeTypeArray* kit(WebCore::DOMMimeTypeArray*);
-WebCore::DOMMimeTypeArray* core(WebKitDOMDOMMimeTypeArray*);
-} // namespace WebKit
-
-#endif /* WebKitDOMDOMMimeTypeArrayPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMMimeTypePrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypePrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypePrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMMimeTypePrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMMimeTypePrivate_h
-#define WebKitDOMDOMMimeTypePrivate_h
-
-#include &lt;WebCore/DOMMimeType.h&gt;
-#include &lt;webkitdom/WebKitDOMDOMMimeType.h&gt;
-
-namespace WebKit {
-WebKitDOMDOMMimeType* wrapDOMMimeType(WebCore::DOMMimeType*);
-WebKitDOMDOMMimeType* kit(WebCore::DOMMimeType*);
-WebCore::DOMMimeType* core(WebKitDOMDOMMimeType*);
-} // namespace WebKit
-
-#endif /* WebKitDOMDOMMimeTypePrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMNamedFlowCollectioncpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollection.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollection.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollection.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,191 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMDOMNamedFlowCollection.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMDOMNamedFlowCollectionPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMWebKitNamedFlowPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_DOM_NAMED_FLOW_COLLECTION_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_DOM_NAMED_FLOW_COLLECTION, WebKitDOMDOMNamedFlowCollectionPrivate)
-
-typedef struct _WebKitDOMDOMNamedFlowCollectionPrivate {
-#if ENABLE(CSS_REGIONS)
-    RefPtr&lt;WebCore::DOMNamedFlowCollection&gt; coreObject;
-#endif // ENABLE(CSS_REGIONS)
-} WebKitDOMDOMNamedFlowCollectionPrivate;
-
-#if ENABLE(CSS_REGIONS)
-
-namespace WebKit {
-
-WebKitDOMDOMNamedFlowCollection* kit(WebCore::DOMNamedFlowCollection* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_DOM_NAMED_FLOW_COLLECTION(ret);
-
-    return wrapDOMNamedFlowCollection(obj);
-}
-
-WebCore::DOMNamedFlowCollection* core(WebKitDOMDOMNamedFlowCollection* request)
-{
-    return request ? static_cast&lt;WebCore::DOMNamedFlowCollection*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMDOMNamedFlowCollection* wrapDOMNamedFlowCollection(WebCore::DOMNamedFlowCollection* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_DOM_NAMED_FLOW_COLLECTION(g_object_new(WEBKIT_DOM_TYPE_DOM_NAMED_FLOW_COLLECTION, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(CSS_REGIONS)
-
-G_DEFINE_TYPE(WebKitDOMDOMNamedFlowCollection, webkit_dom_dom_named_flow_collection, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_LENGTH,
-};
-
-static void webkit_dom_dom_named_flow_collection_finalize(GObject* object)
-{
-    WebKitDOMDOMNamedFlowCollectionPrivate* priv = WEBKIT_DOM_DOM_NAMED_FLOW_COLLECTION_GET_PRIVATE(object);
-#if ENABLE(CSS_REGIONS)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(CSS_REGIONS)
-    priv-&gt;~WebKitDOMDOMNamedFlowCollectionPrivate();
-    G_OBJECT_CLASS(webkit_dom_dom_named_flow_collection_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_dom_named_flow_collection_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMDOMNamedFlowCollection* self = WEBKIT_DOM_DOM_NAMED_FLOW_COLLECTION(object);
-
-    switch (propertyId) {
-    case PROP_LENGTH:
-        g_value_set_ulong(value, webkit_dom_dom_named_flow_collection_get_length(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_dom_named_flow_collection_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_dom_named_flow_collection_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(CSS_REGIONS)
-    WebKitDOMDOMNamedFlowCollectionPrivate* priv = WEBKIT_DOM_DOM_NAMED_FLOW_COLLECTION_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::DOMNamedFlowCollection*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(CSS_REGIONS)
-    return object;
-}
-
-static void webkit_dom_dom_named_flow_collection_class_init(WebKitDOMDOMNamedFlowCollectionClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMDOMNamedFlowCollectionPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_dom_named_flow_collection_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_dom_named_flow_collection_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_dom_named_flow_collection_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LENGTH,
-        g_param_spec_ulong(
-            &quot;length&quot;,
-            &quot;DOMNamedFlowCollection:length&quot;,
-            &quot;read-only gulong DOMNamedFlowCollection:length&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_dom_named_flow_collection_init(WebKitDOMDOMNamedFlowCollection* request)
-{
-    WebKitDOMDOMNamedFlowCollectionPrivate* priv = WEBKIT_DOM_DOM_NAMED_FLOW_COLLECTION_GET_PRIVATE(request);
-    new (priv) WebKitDOMDOMNamedFlowCollectionPrivate();
-}
-
-WebKitDOMWebKitNamedFlow* webkit_dom_dom_named_flow_collection_item(WebKitDOMDOMNamedFlowCollection* self, gulong index)
-{
-#if ENABLE(CSS_REGIONS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_NAMED_FLOW_COLLECTION(self), 0);
-    WebCore::DOMNamedFlowCollection* item = WebKit::core(self);
-    RefPtr&lt;WebCore::WebKitNamedFlow&gt; gobjectResult = WTF::getPtr(item-&gt;item(index));
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(index);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Css Regions&quot;)
-    return 0;
-#endif /* ENABLE(CSS_REGIONS) */
-}
-
-WebKitDOMWebKitNamedFlow* webkit_dom_dom_named_flow_collection_named_item(WebKitDOMDOMNamedFlowCollection* self, const gchar* name)
-{
-#if ENABLE(CSS_REGIONS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_NAMED_FLOW_COLLECTION(self), 0);
-    g_return_val_if_fail(name, 0);
-    WebCore::DOMNamedFlowCollection* item = WebKit::core(self);
-    WTF::String convertedName = WTF::String::fromUTF8(name);
-    RefPtr&lt;WebCore::WebKitNamedFlow&gt; gobjectResult = WTF::getPtr(item-&gt;namedItem(convertedName));
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(name);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Css Regions&quot;)
-    return 0;
-#endif /* ENABLE(CSS_REGIONS) */
-}
-
-gulong webkit_dom_dom_named_flow_collection_get_length(WebKitDOMDOMNamedFlowCollection* self)
-{
-#if ENABLE(CSS_REGIONS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_NAMED_FLOW_COLLECTION(self), 0);
-    WebCore::DOMNamedFlowCollection* item = WebKit::core(self);
-    gulong result = item-&gt;length();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Css Regions&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(CSS_REGIONS) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMNamedFlowCollectionh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollection.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollection.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollection.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,88 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMNamedFlowCollection_h
-#define WebKitDOMDOMNamedFlowCollection_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_DOM_NAMED_FLOW_COLLECTION            (webkit_dom_dom_named_flow_collection_get_type())
-#define WEBKIT_DOM_DOM_NAMED_FLOW_COLLECTION(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_DOM_NAMED_FLOW_COLLECTION, WebKitDOMDOMNamedFlowCollection))
-#define WEBKIT_DOM_DOM_NAMED_FLOW_COLLECTION_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_DOM_NAMED_FLOW_COLLECTION, WebKitDOMDOMNamedFlowCollectionClass)
-#define WEBKIT_DOM_IS_DOM_NAMED_FLOW_COLLECTION(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_DOM_NAMED_FLOW_COLLECTION))
-#define WEBKIT_DOM_IS_DOM_NAMED_FLOW_COLLECTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_DOM_NAMED_FLOW_COLLECTION))
-#define WEBKIT_DOM_DOM_NAMED_FLOW_COLLECTION_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_DOM_NAMED_FLOW_COLLECTION, WebKitDOMDOMNamedFlowCollectionClass))
-
-struct _WebKitDOMDOMNamedFlowCollection {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMDOMNamedFlowCollectionClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_dom_named_flow_collection_get_type(void);
-
-/**
- * webkit_dom_dom_named_flow_collection_item:
- * @self: A #WebKitDOMDOMNamedFlowCollection
- * @index: A #gulong
- *
- * Returns: (transfer full): A #WebKitDOMWebKitNamedFlow
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMWebKitNamedFlow*
-webkit_dom_dom_named_flow_collection_item(WebKitDOMDOMNamedFlowCollection* self, gulong index);
-
-/**
- * webkit_dom_dom_named_flow_collection_named_item:
- * @self: A #WebKitDOMDOMNamedFlowCollection
- * @name: A #gchar
- *
- * Returns: (transfer full): A #WebKitDOMWebKitNamedFlow
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMWebKitNamedFlow*
-webkit_dom_dom_named_flow_collection_named_item(WebKitDOMDOMNamedFlowCollection* self, const gchar* name);
-
-/**
- * webkit_dom_dom_named_flow_collection_get_length:
- * @self: A #WebKitDOMDOMNamedFlowCollection
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_dom_named_flow_collection_get_length(WebKitDOMDOMNamedFlowCollection* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMDOMNamedFlowCollection_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMNamedFlowCollectionPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollectionPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollectionPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMNamedFlowCollectionPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMNamedFlowCollectionPrivate_h
-#define WebKitDOMDOMNamedFlowCollectionPrivate_h
-
-#include &lt;WebCore/DOMNamedFlowCollection.h&gt;
-#include &lt;webkitdom/WebKitDOMDOMNamedFlowCollection.h&gt;
-#if ENABLE(CSS_REGIONS)
-
-namespace WebKit {
-WebKitDOMDOMNamedFlowCollection* wrapDOMNamedFlowCollection(WebCore::DOMNamedFlowCollection*);
-WebKitDOMDOMNamedFlowCollection* kit(WebCore::DOMNamedFlowCollection*);
-WebCore::DOMNamedFlowCollection* core(WebKitDOMDOMNamedFlowCollection*);
-} // namespace WebKit
-
-#endif /* ENABLE(CSS_REGIONS) */
-
-#endif /* WebKitDOMDOMNamedFlowCollectionPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMPlugincpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPlugin.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPlugin.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPlugin.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,234 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMDOMPlugin.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMDOMMimeTypePrivate.h&quot;
-#include &quot;WebKitDOMDOMPluginPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_DOM_PLUGIN_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_DOM_PLUGIN, WebKitDOMDOMPluginPrivate)
-
-typedef struct _WebKitDOMDOMPluginPrivate {
-    RefPtr&lt;WebCore::DOMPlugin&gt; coreObject;
-} WebKitDOMDOMPluginPrivate;
-
-namespace WebKit {
-
-WebKitDOMDOMPlugin* kit(WebCore::DOMPlugin* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_DOM_PLUGIN(ret);
-
-    return wrapDOMPlugin(obj);
-}
-
-WebCore::DOMPlugin* core(WebKitDOMDOMPlugin* request)
-{
-    return request ? static_cast&lt;WebCore::DOMPlugin*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMDOMPlugin* wrapDOMPlugin(WebCore::DOMPlugin* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_DOM_PLUGIN(g_object_new(WEBKIT_DOM_TYPE_DOM_PLUGIN, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMDOMPlugin, webkit_dom_dom_plugin, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_NAME,
-    PROP_FILENAME,
-    PROP_DESCRIPTION,
-    PROP_LENGTH,
-};
-
-static void webkit_dom_dom_plugin_finalize(GObject* object)
-{
-    WebKitDOMDOMPluginPrivate* priv = WEBKIT_DOM_DOM_PLUGIN_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMDOMPluginPrivate();
-    G_OBJECT_CLASS(webkit_dom_dom_plugin_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_dom_plugin_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMDOMPlugin* self = WEBKIT_DOM_DOM_PLUGIN(object);
-
-    switch (propertyId) {
-    case PROP_NAME:
-        g_value_take_string(value, webkit_dom_dom_plugin_get_name(self));
-        break;
-    case PROP_FILENAME:
-        g_value_take_string(value, webkit_dom_dom_plugin_get_filename(self));
-        break;
-    case PROP_DESCRIPTION:
-        g_value_take_string(value, webkit_dom_dom_plugin_get_description(self));
-        break;
-    case PROP_LENGTH:
-        g_value_set_ulong(value, webkit_dom_dom_plugin_get_length(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_dom_plugin_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_dom_plugin_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMDOMPluginPrivate* priv = WEBKIT_DOM_DOM_PLUGIN_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::DOMPlugin*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_dom_plugin_class_init(WebKitDOMDOMPluginClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMDOMPluginPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_dom_plugin_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_dom_plugin_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_dom_plugin_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_NAME,
-        g_param_spec_string(
-            &quot;name&quot;,
-            &quot;DOMPlugin:name&quot;,
-            &quot;read-only gchar* DOMPlugin:name&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_FILENAME,
-        g_param_spec_string(
-            &quot;filename&quot;,
-            &quot;DOMPlugin:filename&quot;,
-            &quot;read-only gchar* DOMPlugin:filename&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DESCRIPTION,
-        g_param_spec_string(
-            &quot;description&quot;,
-            &quot;DOMPlugin:description&quot;,
-            &quot;read-only gchar* DOMPlugin:description&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LENGTH,
-        g_param_spec_ulong(
-            &quot;length&quot;,
-            &quot;DOMPlugin:length&quot;,
-            &quot;read-only gulong DOMPlugin:length&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_dom_plugin_init(WebKitDOMDOMPlugin* request)
-{
-    WebKitDOMDOMPluginPrivate* priv = WEBKIT_DOM_DOM_PLUGIN_GET_PRIVATE(request);
-    new (priv) WebKitDOMDOMPluginPrivate();
-}
-
-WebKitDOMDOMMimeType* webkit_dom_dom_plugin_item(WebKitDOMDOMPlugin* self, gulong index)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_PLUGIN(self), 0);
-    WebCore::DOMPlugin* item = WebKit::core(self);
-    RefPtr&lt;WebCore::DOMMimeType&gt; gobjectResult = WTF::getPtr(item-&gt;item(index));
-    return WebKit::kit(gobjectResult.get());
-}
-
-WebKitDOMDOMMimeType* webkit_dom_dom_plugin_named_item(WebKitDOMDOMPlugin* self, const gchar* name)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_PLUGIN(self), 0);
-    g_return_val_if_fail(name, 0);
-    WebCore::DOMPlugin* item = WebKit::core(self);
-    WTF::String convertedName = WTF::String::fromUTF8(name);
-    RefPtr&lt;WebCore::DOMMimeType&gt; gobjectResult = WTF::getPtr(item-&gt;namedItem(convertedName));
-    return WebKit::kit(gobjectResult.get());
-}
-
-gchar* webkit_dom_dom_plugin_get_name(WebKitDOMDOMPlugin* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_PLUGIN(self), 0);
-    WebCore::DOMPlugin* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;name());
-    return result;
-}
-
-gchar* webkit_dom_dom_plugin_get_filename(WebKitDOMDOMPlugin* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_PLUGIN(self), 0);
-    WebCore::DOMPlugin* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;filename());
-    return result;
-}
-
-gchar* webkit_dom_dom_plugin_get_description(WebKitDOMDOMPlugin* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_PLUGIN(self), 0);
-    WebCore::DOMPlugin* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;description());
-    return result;
-}
-
-gulong webkit_dom_dom_plugin_get_length(WebKitDOMDOMPlugin* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_PLUGIN(self), 0);
-    WebCore::DOMPlugin* item = WebKit::core(self);
-    gulong result = item-&gt;length();
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMPluginh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPlugin.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPlugin.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPlugin.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,121 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMPlugin_h
-#define WebKitDOMDOMPlugin_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_DOM_PLUGIN            (webkit_dom_dom_plugin_get_type())
-#define WEBKIT_DOM_DOM_PLUGIN(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_DOM_PLUGIN, WebKitDOMDOMPlugin))
-#define WEBKIT_DOM_DOM_PLUGIN_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_DOM_PLUGIN, WebKitDOMDOMPluginClass)
-#define WEBKIT_DOM_IS_DOM_PLUGIN(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_DOM_PLUGIN))
-#define WEBKIT_DOM_IS_DOM_PLUGIN_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_DOM_PLUGIN))
-#define WEBKIT_DOM_DOM_PLUGIN_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_DOM_PLUGIN, WebKitDOMDOMPluginClass))
-
-struct _WebKitDOMDOMPlugin {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMDOMPluginClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_dom_plugin_get_type(void);
-
-/**
- * webkit_dom_dom_plugin_item:
- * @self: A #WebKitDOMDOMPlugin
- * @index: A #gulong
- *
- * Returns: (transfer full): A #WebKitDOMDOMMimeType
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMDOMMimeType*
-webkit_dom_dom_plugin_item(WebKitDOMDOMPlugin* self, gulong index);
-
-/**
- * webkit_dom_dom_plugin_named_item:
- * @self: A #WebKitDOMDOMPlugin
- * @name: A #gchar
- *
- * Returns: (transfer full): A #WebKitDOMDOMMimeType
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMDOMMimeType*
-webkit_dom_dom_plugin_named_item(WebKitDOMDOMPlugin* self, const gchar* name);
-
-/**
- * webkit_dom_dom_plugin_get_name:
- * @self: A #WebKitDOMDOMPlugin
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_dom_plugin_get_name(WebKitDOMDOMPlugin* self);
-
-/**
- * webkit_dom_dom_plugin_get_filename:
- * @self: A #WebKitDOMDOMPlugin
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_dom_plugin_get_filename(WebKitDOMDOMPlugin* self);
-
-/**
- * webkit_dom_dom_plugin_get_description:
- * @self: A #WebKitDOMDOMPlugin
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_dom_plugin_get_description(WebKitDOMDOMPlugin* self);
-
-/**
- * webkit_dom_dom_plugin_get_length:
- * @self: A #WebKitDOMDOMPlugin
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_dom_plugin_get_length(WebKitDOMDOMPlugin* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMDOMPlugin_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMPluginArraycpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArray.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArray.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArray.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,173 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMDOMPluginArray.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMDOMPluginArrayPrivate.h&quot;
-#include &quot;WebKitDOMDOMPluginPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_DOM_PLUGIN_ARRAY_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_DOM_PLUGIN_ARRAY, WebKitDOMDOMPluginArrayPrivate)
-
-typedef struct _WebKitDOMDOMPluginArrayPrivate {
-    RefPtr&lt;WebCore::DOMPluginArray&gt; coreObject;
-} WebKitDOMDOMPluginArrayPrivate;
-
-namespace WebKit {
-
-WebKitDOMDOMPluginArray* kit(WebCore::DOMPluginArray* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_DOM_PLUGIN_ARRAY(ret);
-
-    return wrapDOMPluginArray(obj);
-}
-
-WebCore::DOMPluginArray* core(WebKitDOMDOMPluginArray* request)
-{
-    return request ? static_cast&lt;WebCore::DOMPluginArray*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMDOMPluginArray* wrapDOMPluginArray(WebCore::DOMPluginArray* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_DOM_PLUGIN_ARRAY(g_object_new(WEBKIT_DOM_TYPE_DOM_PLUGIN_ARRAY, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMDOMPluginArray, webkit_dom_dom_plugin_array, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_LENGTH,
-};
-
-static void webkit_dom_dom_plugin_array_finalize(GObject* object)
-{
-    WebKitDOMDOMPluginArrayPrivate* priv = WEBKIT_DOM_DOM_PLUGIN_ARRAY_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMDOMPluginArrayPrivate();
-    G_OBJECT_CLASS(webkit_dom_dom_plugin_array_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_dom_plugin_array_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMDOMPluginArray* self = WEBKIT_DOM_DOM_PLUGIN_ARRAY(object);
-
-    switch (propertyId) {
-    case PROP_LENGTH:
-        g_value_set_ulong(value, webkit_dom_dom_plugin_array_get_length(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_dom_plugin_array_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_dom_plugin_array_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMDOMPluginArrayPrivate* priv = WEBKIT_DOM_DOM_PLUGIN_ARRAY_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::DOMPluginArray*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_dom_plugin_array_class_init(WebKitDOMDOMPluginArrayClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMDOMPluginArrayPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_dom_plugin_array_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_dom_plugin_array_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_dom_plugin_array_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LENGTH,
-        g_param_spec_ulong(
-            &quot;length&quot;,
-            &quot;DOMPluginArray:length&quot;,
-            &quot;read-only gulong DOMPluginArray:length&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_dom_plugin_array_init(WebKitDOMDOMPluginArray* request)
-{
-    WebKitDOMDOMPluginArrayPrivate* priv = WEBKIT_DOM_DOM_PLUGIN_ARRAY_GET_PRIVATE(request);
-    new (priv) WebKitDOMDOMPluginArrayPrivate();
-}
-
-WebKitDOMDOMPlugin* webkit_dom_dom_plugin_array_item(WebKitDOMDOMPluginArray* self, gulong index)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_PLUGIN_ARRAY(self), 0);
-    WebCore::DOMPluginArray* item = WebKit::core(self);
-    RefPtr&lt;WebCore::DOMPlugin&gt; gobjectResult = WTF::getPtr(item-&gt;item(index));
-    return WebKit::kit(gobjectResult.get());
-}
-
-WebKitDOMDOMPlugin* webkit_dom_dom_plugin_array_named_item(WebKitDOMDOMPluginArray* self, const gchar* name)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_PLUGIN_ARRAY(self), 0);
-    g_return_val_if_fail(name, 0);
-    WebCore::DOMPluginArray* item = WebKit::core(self);
-    WTF::String convertedName = WTF::String::fromUTF8(name);
-    RefPtr&lt;WebCore::DOMPlugin&gt; gobjectResult = WTF::getPtr(item-&gt;namedItem(convertedName));
-    return WebKit::kit(gobjectResult.get());
-}
-
-void webkit_dom_dom_plugin_array_refresh(WebKitDOMDOMPluginArray* self, gboolean reload)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_DOM_PLUGIN_ARRAY(self));
-    WebCore::DOMPluginArray* item = WebKit::core(self);
-    item-&gt;refresh(reload);
-}
-
-gulong webkit_dom_dom_plugin_array_get_length(WebKitDOMDOMPluginArray* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_PLUGIN_ARRAY(self), 0);
-    WebCore::DOMPluginArray* item = WebKit::core(self);
-    gulong result = item-&gt;length();
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMPluginArrayh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArray.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArray.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArray.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,98 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMPluginArray_h
-#define WebKitDOMDOMPluginArray_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_DOM_PLUGIN_ARRAY            (webkit_dom_dom_plugin_array_get_type())
-#define WEBKIT_DOM_DOM_PLUGIN_ARRAY(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_DOM_PLUGIN_ARRAY, WebKitDOMDOMPluginArray))
-#define WEBKIT_DOM_DOM_PLUGIN_ARRAY_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_DOM_PLUGIN_ARRAY, WebKitDOMDOMPluginArrayClass)
-#define WEBKIT_DOM_IS_DOM_PLUGIN_ARRAY(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_DOM_PLUGIN_ARRAY))
-#define WEBKIT_DOM_IS_DOM_PLUGIN_ARRAY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_DOM_PLUGIN_ARRAY))
-#define WEBKIT_DOM_DOM_PLUGIN_ARRAY_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_DOM_PLUGIN_ARRAY, WebKitDOMDOMPluginArrayClass))
-
-struct _WebKitDOMDOMPluginArray {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMDOMPluginArrayClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_dom_plugin_array_get_type(void);
-
-/**
- * webkit_dom_dom_plugin_array_item:
- * @self: A #WebKitDOMDOMPluginArray
- * @index: A #gulong
- *
- * Returns: (transfer full): A #WebKitDOMDOMPlugin
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMDOMPlugin*
-webkit_dom_dom_plugin_array_item(WebKitDOMDOMPluginArray* self, gulong index);
-
-/**
- * webkit_dom_dom_plugin_array_named_item:
- * @self: A #WebKitDOMDOMPluginArray
- * @name: A #gchar
- *
- * Returns: (transfer full): A #WebKitDOMDOMPlugin
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMDOMPlugin*
-webkit_dom_dom_plugin_array_named_item(WebKitDOMDOMPluginArray* self, const gchar* name);
-
-/**
- * webkit_dom_dom_plugin_array_refresh:
- * @self: A #WebKitDOMDOMPluginArray
- * @reload: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_dom_plugin_array_refresh(WebKitDOMDOMPluginArray* self, gboolean reload);
-
-/**
- * webkit_dom_dom_plugin_array_get_length:
- * @self: A #WebKitDOMDOMPluginArray
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_dom_plugin_array_get_length(WebKitDOMDOMPluginArray* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMDOMPluginArray_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMPluginArrayPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArrayPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArrayPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginArrayPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMPluginArrayPrivate_h
-#define WebKitDOMDOMPluginArrayPrivate_h
-
-#include &lt;WebCore/DOMPluginArray.h&gt;
-#include &lt;webkitdom/WebKitDOMDOMPluginArray.h&gt;
-
-namespace WebKit {
-WebKitDOMDOMPluginArray* wrapDOMPluginArray(WebCore::DOMPluginArray*);
-WebKitDOMDOMPluginArray* kit(WebCore::DOMPluginArray*);
-WebCore::DOMPluginArray* core(WebKitDOMDOMPluginArray*);
-} // namespace WebKit
-
-#endif /* WebKitDOMDOMPluginArrayPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMPluginPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMPluginPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMPluginPrivate_h
-#define WebKitDOMDOMPluginPrivate_h
-
-#include &lt;WebCore/DOMPlugin.h&gt;
-#include &lt;webkitdom/WebKitDOMDOMPlugin.h&gt;
-
-namespace WebKit {
-WebKitDOMDOMPlugin* wrapDOMPlugin(WebCore::DOMPlugin*);
-WebKitDOMDOMPlugin* kit(WebCore::DOMPlugin*);
-WebCore::DOMPlugin* core(WebKitDOMDOMPlugin*);
-} // namespace WebKit
-
-#endif /* WebKitDOMDOMPluginPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMStringListcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringList.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringList.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringList.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,164 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMDOMStringList.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMDOMStringListPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_DOM_STRING_LIST_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_DOM_STRING_LIST, WebKitDOMDOMStringListPrivate)
-
-typedef struct _WebKitDOMDOMStringListPrivate {
-    RefPtr&lt;WebCore::DOMStringList&gt; coreObject;
-} WebKitDOMDOMStringListPrivate;
-
-namespace WebKit {
-
-WebKitDOMDOMStringList* kit(WebCore::DOMStringList* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_DOM_STRING_LIST(ret);
-
-    return wrapDOMStringList(obj);
-}
-
-WebCore::DOMStringList* core(WebKitDOMDOMStringList* request)
-{
-    return request ? static_cast&lt;WebCore::DOMStringList*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMDOMStringList* wrapDOMStringList(WebCore::DOMStringList* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_DOM_STRING_LIST(g_object_new(WEBKIT_DOM_TYPE_DOM_STRING_LIST, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMDOMStringList, webkit_dom_dom_string_list, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_LENGTH,
-};
-
-static void webkit_dom_dom_string_list_finalize(GObject* object)
-{
-    WebKitDOMDOMStringListPrivate* priv = WEBKIT_DOM_DOM_STRING_LIST_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMDOMStringListPrivate();
-    G_OBJECT_CLASS(webkit_dom_dom_string_list_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_dom_string_list_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMDOMStringList* self = WEBKIT_DOM_DOM_STRING_LIST(object);
-
-    switch (propertyId) {
-    case PROP_LENGTH:
-        g_value_set_ulong(value, webkit_dom_dom_string_list_get_length(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_dom_string_list_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_dom_string_list_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMDOMStringListPrivate* priv = WEBKIT_DOM_DOM_STRING_LIST_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::DOMStringList*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_dom_string_list_class_init(WebKitDOMDOMStringListClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMDOMStringListPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_dom_string_list_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_dom_string_list_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_dom_string_list_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LENGTH,
-        g_param_spec_ulong(
-            &quot;length&quot;,
-            &quot;DOMStringList:length&quot;,
-            &quot;read-only gulong DOMStringList:length&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_dom_string_list_init(WebKitDOMDOMStringList* request)
-{
-    WebKitDOMDOMStringListPrivate* priv = WEBKIT_DOM_DOM_STRING_LIST_GET_PRIVATE(request);
-    new (priv) WebKitDOMDOMStringListPrivate();
-}
-
-gchar* webkit_dom_dom_string_list_item(WebKitDOMDOMStringList* self, gulong index)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_STRING_LIST(self), 0);
-    WebCore::DOMStringList* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;item(index));
-    return result;
-}
-
-gboolean webkit_dom_dom_string_list_contains(WebKitDOMDOMStringList* self, const gchar* string)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_STRING_LIST(self), FALSE);
-    g_return_val_if_fail(string, FALSE);
-    WebCore::DOMStringList* item = WebKit::core(self);
-    WTF::String convertedString = WTF::String::fromUTF8(string);
-    gboolean result = item-&gt;contains(convertedString);
-    return result;
-}
-
-gulong webkit_dom_dom_string_list_get_length(WebKitDOMDOMStringList* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DOM_STRING_LIST(self), 0);
-    WebCore::DOMStringList* item = WebKit::core(self);
-    gulong result = item-&gt;length();
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMStringListh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringList.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringList.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringList.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,88 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMStringList_h
-#define WebKitDOMDOMStringList_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_DOM_STRING_LIST            (webkit_dom_dom_string_list_get_type())
-#define WEBKIT_DOM_DOM_STRING_LIST(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_DOM_STRING_LIST, WebKitDOMDOMStringList))
-#define WEBKIT_DOM_DOM_STRING_LIST_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_DOM_STRING_LIST, WebKitDOMDOMStringListClass)
-#define WEBKIT_DOM_IS_DOM_STRING_LIST(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_DOM_STRING_LIST))
-#define WEBKIT_DOM_IS_DOM_STRING_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_DOM_STRING_LIST))
-#define WEBKIT_DOM_DOM_STRING_LIST_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_DOM_STRING_LIST, WebKitDOMDOMStringListClass))
-
-struct _WebKitDOMDOMStringList {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMDOMStringListClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_dom_string_list_get_type(void);
-
-/**
- * webkit_dom_dom_string_list_item:
- * @self: A #WebKitDOMDOMStringList
- * @index: A #gulong
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_dom_string_list_item(WebKitDOMDOMStringList* self, gulong index);
-
-/**
- * webkit_dom_dom_string_list_contains:
- * @self: A #WebKitDOMDOMStringList
- * @string: A #gchar
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_dom_string_list_contains(WebKitDOMDOMStringList* self, const gchar* string);
-
-/**
- * webkit_dom_dom_string_list_get_length:
- * @self: A #WebKitDOMDOMStringList
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_dom_string_list_get_length(WebKitDOMDOMStringList* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMDOMStringList_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMStringListPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringListPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringListPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringListPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMStringListPrivate_h
-#define WebKitDOMDOMStringListPrivate_h
-
-#include &lt;WebCore/DOMStringList.h&gt;
-#include &lt;webkitdom/WebKitDOMDOMStringList.h&gt;
-
-namespace WebKit {
-WebKitDOMDOMStringList* wrapDOMStringList(WebCore::DOMStringList*);
-WebKitDOMDOMStringList* kit(WebCore::DOMStringList*);
-WebCore::DOMStringList* core(WebKitDOMDOMStringList*);
-} // namespace WebKit
-
-#endif /* WebKitDOMDOMStringListPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMStringMapcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMap.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMap.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMap.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,104 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMDOMStringMap.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMDOMStringMapPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_DOM_STRING_MAP_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_DOM_STRING_MAP, WebKitDOMDOMStringMapPrivate)
-
-typedef struct _WebKitDOMDOMStringMapPrivate {
-    RefPtr&lt;WebCore::DOMStringMap&gt; coreObject;
-} WebKitDOMDOMStringMapPrivate;
-
-namespace WebKit {
-
-WebKitDOMDOMStringMap* kit(WebCore::DOMStringMap* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_DOM_STRING_MAP(ret);
-
-    return wrapDOMStringMap(obj);
-}
-
-WebCore::DOMStringMap* core(WebKitDOMDOMStringMap* request)
-{
-    return request ? static_cast&lt;WebCore::DOMStringMap*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMDOMStringMap* wrapDOMStringMap(WebCore::DOMStringMap* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_DOM_STRING_MAP(g_object_new(WEBKIT_DOM_TYPE_DOM_STRING_MAP, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMDOMStringMap, webkit_dom_dom_string_map, WEBKIT_DOM_TYPE_OBJECT)
-
-static void webkit_dom_dom_string_map_finalize(GObject* object)
-{
-    WebKitDOMDOMStringMapPrivate* priv = WEBKIT_DOM_DOM_STRING_MAP_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMDOMStringMapPrivate();
-    G_OBJECT_CLASS(webkit_dom_dom_string_map_parent_class)-&gt;finalize(object);
-}
-
-static GObject* webkit_dom_dom_string_map_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_dom_string_map_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMDOMStringMapPrivate* priv = WEBKIT_DOM_DOM_STRING_MAP_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::DOMStringMap*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_dom_string_map_class_init(WebKitDOMDOMStringMapClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMDOMStringMapPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_dom_string_map_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_dom_string_map_finalize;
-}
-
-static void webkit_dom_dom_string_map_init(WebKitDOMDOMStringMap* request)
-{
-    WebKitDOMDOMStringMapPrivate* priv = WEBKIT_DOM_DOM_STRING_MAP_GET_PRIVATE(request);
-    new (priv) WebKitDOMDOMStringMapPrivate();
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMStringMaph"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMap.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMap.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMap.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,53 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMStringMap_h
-#define WebKitDOMDOMStringMap_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_DOM_STRING_MAP            (webkit_dom_dom_string_map_get_type())
-#define WEBKIT_DOM_DOM_STRING_MAP(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_DOM_STRING_MAP, WebKitDOMDOMStringMap))
-#define WEBKIT_DOM_DOM_STRING_MAP_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_DOM_STRING_MAP, WebKitDOMDOMStringMapClass)
-#define WEBKIT_DOM_IS_DOM_STRING_MAP(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_DOM_STRING_MAP))
-#define WEBKIT_DOM_IS_DOM_STRING_MAP_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_DOM_STRING_MAP))
-#define WEBKIT_DOM_DOM_STRING_MAP_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_DOM_STRING_MAP, WebKitDOMDOMStringMapClass))
-
-struct _WebKitDOMDOMStringMap {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMDOMStringMapClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_dom_string_map_get_type(void);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMDOMStringMap_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMStringMapPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMapPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMapPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMStringMapPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDOMStringMapPrivate_h
-#define WebKitDOMDOMStringMapPrivate_h
-
-#include &lt;WebCore/DOMStringMap.h&gt;
-#include &lt;webkitdom/WebKitDOMDOMStringMap.h&gt;
-
-namespace WebKit {
-WebKitDOMDOMStringMap* wrapDOMStringMap(WebCore::DOMStringMap*);
-WebKitDOMDOMStringMap* kit(WebCore::DOMStringMap*);
-WebCore::DOMStringMap* core(WebKitDOMDOMStringMap*);
-} // namespace WebKit
-
-#endif /* WebKitDOMDOMStringMapPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMTokenListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMTokenList.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMTokenList.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMTokenList.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> 
</span><span class="cx"> #include &lt;glib-object.h&gt;
</span><span class="cx"> #include &lt;webkitdom/WebKitDOMObject.h&gt;
</span><del>-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
</del><ins>+#include &lt;webkitdom/webkitdomdefines.h&gt;
</ins><span class="cx"> 
</span><span class="cx"> G_BEGIN_DECLS
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMWindowSpeechSynthesiscpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowSpeechSynthesis.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowSpeechSynthesis.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowSpeechSynthesis.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-/*
-    This file is generated just to tell build scripts that WebKitDOMDOMWindowSpeechSynthesis.h and
-    WebKitDOMDOMWindowSpeechSynthesis.cpp are created for DOMWindowSpeechSynthesis.idl, and thus
-    prevent the build scripts from trying to generate WebKitDOMDOMWindowSpeechSynthesis.h and
-    WebKitDOMDOMWindowSpeechSynthesis.cpp at every build. This file must not be tried to compile.
-*/
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDOMWindowSpeechSynthesish"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowSpeechSynthesis.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowSpeechSynthesis.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDOMWindowSpeechSynthesis.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-/*
-    This file is generated just to tell build scripts that WebKitDOMDOMWindowSpeechSynthesis.h and
-    WebKitDOMDOMWindowSpeechSynthesis.cpp are created for DOMWindowSpeechSynthesis.idl, and thus
-    prevent the build scripts from trying to generate WebKitDOMDOMWindowSpeechSynthesis.h and
-    WebKitDOMDOMWindowSpeechSynthesis.cpp at every build. This file must not be tried to compile.
-*/
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDataCuecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCue.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCue.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCue.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,136 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMDataCue.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMDataCuePrivate.h&quot;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMTextTrackCuePrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-
-WebKitDOMDataCue* kit(WebCore::DataCue* obj)
-{
-    return WEBKIT_DOM_DATA_CUE(kit(static_cast&lt;WebCore::TextTrackCue*&gt;(obj)));
-}
-
-WebCore::DataCue* core(WebKitDOMDataCue* request)
-{
-    return request ? static_cast&lt;WebCore::DataCue*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMDataCue* wrapDataCue(WebCore::DataCue* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_DATA_CUE(g_object_new(WEBKIT_DOM_TYPE_DATA_CUE, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO_TRACK)
-
-static gboolean webkit_dom_data_cue_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::DataCue* coreTarget = static_cast&lt;WebCore::DataCue*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(event);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static gboolean webkit_dom_data_cue_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::DataCue* coreTarget = static_cast&lt;WebCore::DataCue*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static gboolean webkit_dom_data_cue_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::DataCue* coreTarget = static_cast&lt;WebCore::DataCue*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_data_cue_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_data_cue_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_data_cue_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMDataCue, webkit_dom_data_cue, WEBKIT_DOM_TYPE_TEXT_TRACK_CUE, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-static void webkit_dom_data_cue_class_init(WebKitDOMDataCueClass* requestClass)
-{
-    UNUSED_PARAM(requestClass);
-}
-
-static void webkit_dom_data_cue_init(WebKitDOMDataCue* request)
-{
-    UNUSED_PARAM(request);
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDataCueh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCue.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCue.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCue.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,53 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDataCue_h
-#define WebKitDOMDataCue_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMTextTrackCue.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_DATA_CUE            (webkit_dom_data_cue_get_type())
-#define WEBKIT_DOM_DATA_CUE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_DATA_CUE, WebKitDOMDataCue))
-#define WEBKIT_DOM_DATA_CUE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_DATA_CUE, WebKitDOMDataCueClass)
-#define WEBKIT_DOM_IS_DATA_CUE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_DATA_CUE))
-#define WEBKIT_DOM_IS_DATA_CUE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_DATA_CUE))
-#define WEBKIT_DOM_DATA_CUE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_DATA_CUE, WebKitDOMDataCueClass))
-
-struct _WebKitDOMDataCue {
-    WebKitDOMTextTrackCue parent_instance;
-};
-
-struct _WebKitDOMDataCueClass {
-    WebKitDOMTextTrackCueClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_data_cue_get_type(void);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMDataCue_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDataCuePrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCuePrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCuePrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDataCuePrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDataCuePrivate_h
-#define WebKitDOMDataCuePrivate_h
-
-#include &lt;WebCore/DataCue.h&gt;
-#include &lt;webkitdom/WebKitDOMDataCue.h&gt;
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-WebKitDOMDataCue* wrapDataCue(WebCore::DataCue*);
-WebKitDOMDataCue* kit(WebCore::DataCue*);
-WebCore::DataCue* core(WebKitDOMDataCue*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO_TRACK) */
-
-#endif /* WebKitDOMDataCuePrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDatabasecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabase.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabase.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabase.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,144 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMDatabase.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMDatabasePrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_DATABASE_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_DATABASE, WebKitDOMDatabasePrivate)
-
-typedef struct _WebKitDOMDatabasePrivate {
-    RefPtr&lt;WebCore::Database&gt; coreObject;
-} WebKitDOMDatabasePrivate;
-
-namespace WebKit {
-
-WebKitDOMDatabase* kit(WebCore::Database* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_DATABASE(ret);
-
-    return wrapDatabase(obj);
-}
-
-WebCore::Database* core(WebKitDOMDatabase* request)
-{
-    return request ? static_cast&lt;WebCore::Database*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMDatabase* wrapDatabase(WebCore::Database* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_DATABASE(g_object_new(WEBKIT_DOM_TYPE_DATABASE, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMDatabase, webkit_dom_database, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_VERSION,
-};
-
-static void webkit_dom_database_finalize(GObject* object)
-{
-    WebKitDOMDatabasePrivate* priv = WEBKIT_DOM_DATABASE_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMDatabasePrivate();
-    G_OBJECT_CLASS(webkit_dom_database_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_database_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMDatabase* self = WEBKIT_DOM_DATABASE(object);
-
-    switch (propertyId) {
-    case PROP_VERSION:
-        g_value_take_string(value, webkit_dom_database_get_version(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_database_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_database_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMDatabasePrivate* priv = WEBKIT_DOM_DATABASE_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::Database*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_database_class_init(WebKitDOMDatabaseClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMDatabasePrivate));
-    gobjectClass-&gt;constructor = webkit_dom_database_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_database_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_database_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VERSION,
-        g_param_spec_string(
-            &quot;version&quot;,
-            &quot;Database:version&quot;,
-            &quot;read-only gchar* Database:version&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_database_init(WebKitDOMDatabase* request)
-{
-    WebKitDOMDatabasePrivate* priv = WEBKIT_DOM_DATABASE_GET_PRIVATE(request);
-    new (priv) WebKitDOMDatabasePrivate();
-}
-
-gchar* webkit_dom_database_get_version(WebKitDOMDatabase* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_DATABASE(self), 0);
-    WebCore::Database* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;version());
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDatabaseh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabase.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabase.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabase.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,64 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDatabase_h
-#define WebKitDOMDatabase_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_DATABASE            (webkit_dom_database_get_type())
-#define WEBKIT_DOM_DATABASE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_DATABASE, WebKitDOMDatabase))
-#define WEBKIT_DOM_DATABASE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_DATABASE, WebKitDOMDatabaseClass)
-#define WEBKIT_DOM_IS_DATABASE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_DATABASE))
-#define WEBKIT_DOM_IS_DATABASE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_DATABASE))
-#define WEBKIT_DOM_DATABASE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_DATABASE, WebKitDOMDatabaseClass))
-
-struct _WebKitDOMDatabase {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMDatabaseClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_database_get_type(void);
-
-/**
- * webkit_dom_database_get_version:
- * @self: A #WebKitDOMDatabase
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_database_get_version(WebKitDOMDatabase* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMDatabase_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDatabasePrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabasePrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabasePrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDatabasePrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDatabasePrivate_h
-#define WebKitDOMDatabasePrivate_h
-
-#include &lt;WebCore/Database.h&gt;
-#include &lt;webkitdom/WebKitDOMDatabase.h&gt;
-
-namespace WebKit {
-WebKitDOMDatabase* wrapDatabase(WebCore::Database*);
-WebKitDOMDatabase* kit(WebCore::Database*);
-WebCore::Database* core(WebKitDOMDatabase*);
-} // namespace WebKit
-
-#endif /* WebKitDOMDatabasePrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDocumentAnimationcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentAnimation.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentAnimation.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentAnimation.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-/*
-    This file is generated just to tell build scripts that WebKitDOMDocumentAnimation.h and
-    WebKitDOMDocumentAnimation.cpp are created for DocumentAnimation.idl, and thus
-    prevent the build scripts from trying to generate WebKitDOMDocumentAnimation.h and
-    WebKitDOMDocumentAnimation.cpp at every build. This file must not be tried to compile.
-*/
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDocumentAnimationh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentAnimation.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentAnimation.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentAnimation.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-/*
-    This file is generated just to tell build scripts that WebKitDOMDocumentAnimation.h and
-    WebKitDOMDocumentAnimation.cpp are created for DocumentAnimation.idl, and thus
-    prevent the build scripts from trying to generate WebKitDOMDocumentAnimation.h and
-    WebKitDOMDocumentAnimation.cpp at every build. This file must not be tried to compile.
-*/
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDocumentTimelinecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimeline.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimeline.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimeline.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,77 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMDocumentTimeline.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMDocumentTimelinePrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#if ENABLE(WEB_ANIMATIONS)
-
-namespace WebKit {
-
-WebKitDOMDocumentTimeline* kit(WebCore::DocumentTimeline* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_DOCUMENT_TIMELINE(ret);
-
-    return wrapDocumentTimeline(obj);
-}
-
-WebCore::DocumentTimeline* core(WebKitDOMDocumentTimeline* request)
-{
-    return request ? static_cast&lt;WebCore::DocumentTimeline*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMDocumentTimeline* wrapDocumentTimeline(WebCore::DocumentTimeline* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_DOCUMENT_TIMELINE(g_object_new(WEBKIT_DOM_TYPE_DOCUMENT_TIMELINE, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(WEB_ANIMATIONS)
-
-G_DEFINE_TYPE(WebKitDOMDocumentTimeline, webkit_dom_document_timeline, WEBKIT_DOM_TYPE_ANIMATION_TIMELINE)
-
-static void webkit_dom_document_timeline_class_init(WebKitDOMDocumentTimelineClass* requestClass)
-{
-    UNUSED_PARAM(requestClass);
-}
-
-static void webkit_dom_document_timeline_init(WebKitDOMDocumentTimeline* request)
-{
-    UNUSED_PARAM(request);
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDocumentTimelineh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimeline.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimeline.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimeline.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,53 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDocumentTimeline_h
-#define WebKitDOMDocumentTimeline_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMAnimationTimeline.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_DOCUMENT_TIMELINE            (webkit_dom_document_timeline_get_type())
-#define WEBKIT_DOM_DOCUMENT_TIMELINE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_DOCUMENT_TIMELINE, WebKitDOMDocumentTimeline))
-#define WEBKIT_DOM_DOCUMENT_TIMELINE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_DOCUMENT_TIMELINE, WebKitDOMDocumentTimelineClass)
-#define WEBKIT_DOM_IS_DOCUMENT_TIMELINE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_DOCUMENT_TIMELINE))
-#define WEBKIT_DOM_IS_DOCUMENT_TIMELINE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_DOCUMENT_TIMELINE))
-#define WEBKIT_DOM_DOCUMENT_TIMELINE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_DOCUMENT_TIMELINE, WebKitDOMDocumentTimelineClass))
-
-struct _WebKitDOMDocumentTimeline {
-    WebKitDOMAnimationTimeline parent_instance;
-};
-
-struct _WebKitDOMDocumentTimelineClass {
-    WebKitDOMAnimationTimelineClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_document_timeline_get_type(void);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMDocumentTimeline_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDocumentTimelinePrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimelinePrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimelinePrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTimelinePrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDocumentTimelinePrivate_h
-#define WebKitDOMDocumentTimelinePrivate_h
-
-#include &lt;WebCore/DocumentTimeline.h&gt;
-#include &lt;webkitdom/WebKitDOMDocumentTimeline.h&gt;
-#if ENABLE(WEB_ANIMATIONS)
-
-namespace WebKit {
-WebKitDOMDocumentTimeline* wrapDocumentTimeline(WebCore::DocumentTimeline*);
-WebKitDOMDocumentTimeline* kit(WebCore::DocumentTimeline*);
-WebCore::DocumentTimeline* core(WebKitDOMDocumentTimeline*);
-} // namespace WebKit
-
-#endif /* ENABLE(WEB_ANIMATIONS) */
-
-#endif /* WebKitDOMDocumentTimelinePrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDocumentTypecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentType.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentType.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentType.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMDocumentTypeUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -207,20 +206,6 @@
</span><span class="cx">     UNUSED_PARAM(request);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void webkit_dom_document_type_remove(WebKitDOMDocumentType* self, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_DOCUMENT_TYPE(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::DocumentType* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;remove(ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-}
-
</del><span class="cx"> gchar* webkit_dom_document_type_get_name(WebKitDOMDocumentType* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMDocumentTypeUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTypeUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTypeUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMDocumentTypeUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,44 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMDocumentTypeUnstable_h
-#define WebKitDOMDocumentTypeUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_document_type_remove:
- * @self: A #WebKitDOMDocumentType
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_document_type_remove(WebKitDOMDocumentType* self, GError** error);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMDocumentTypeUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEvent.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEvent.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEvent.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -31,7 +31,6 @@
</span><span class="cx"> #include &quot;WebKitDOMEventTargetPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMEventUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -77,10 +76,7 @@
</span><span class="cx">     PROP_EVENT_PHASE,
</span><span class="cx">     PROP_BUBBLES,
</span><span class="cx">     PROP_CANCELABLE,
</span><del>-    PROP_COMPOSED,
</del><span class="cx">     PROP_TIME_STAMP,
</span><del>-    PROP_DEFAULT_PREVENTED,
-    PROP_IS_TRUSTED,
</del><span class="cx">     PROP_SRC_ELEMENT,
</span><span class="cx">     PROP_RETURN_VALUE,
</span><span class="cx">     PROP_CANCEL_BUBBLE,
</span><span class="lines">@@ -136,18 +132,9 @@
</span><span class="cx">     case PROP_CANCELABLE:
</span><span class="cx">         g_value_set_boolean(value, webkit_dom_event_get_cancelable(self));
</span><span class="cx">         break;
</span><del>-    case PROP_COMPOSED:
-        g_value_set_boolean(value, webkit_dom_event_get_composed(self));
-        break;
</del><span class="cx">     case PROP_TIME_STAMP:
</span><span class="cx">         g_value_set_uint(value, webkit_dom_event_get_time_stamp(self));
</span><span class="cx">         break;
</span><del>-    case PROP_DEFAULT_PREVENTED:
-        g_value_set_boolean(value, webkit_dom_event_get_default_prevented(self));
-        break;
-    case PROP_IS_TRUSTED:
-        g_value_set_boolean(value, webkit_dom_event_get_is_trusted(self));
-        break;
</del><span class="cx">     case PROP_SRC_ELEMENT:
</span><span class="cx">         g_value_set_object(value, webkit_dom_event_get_src_element(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -245,16 +232,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_COMPOSED,
-        g_param_spec_boolean(
-            &quot;composed&quot;,
-            &quot;Event:composed&quot;,
-            &quot;read-only gboolean Event:composed&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_TIME_STAMP,
</span><span class="cx">         g_param_spec_uint(
</span><span class="cx">             &quot;time-stamp&quot;,
</span><span class="lines">@@ -265,26 +242,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_DEFAULT_PREVENTED,
-        g_param_spec_boolean(
-            &quot;default-prevented&quot;,
-            &quot;Event:default-prevented&quot;,
-            &quot;read-only gboolean Event:default-prevented&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_IS_TRUSTED,
-        g_param_spec_boolean(
-            &quot;is-trusted&quot;,
-            &quot;Event:is-trusted&quot;,
-            &quot;read-only gboolean Event:is-trusted&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_SRC_ELEMENT,
</span><span class="cx">         g_param_spec_object(
</span><span class="cx">             &quot;src-element&quot;,
</span><span class="lines">@@ -347,14 +304,6 @@
</span><span class="cx">     item-&gt;initEvent(convertedEventTypeArg, canBubbleArg, cancelableArg);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void webkit_dom_event_stop_immediate_propagation(WebKitDOMEvent* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_EVENT(self));
-    WebCore::Event* item = WebKit::core(self);
-    item-&gt;stopImmediatePropagation();
-}
-
</del><span class="cx"> gchar* webkit_dom_event_get_event_type(WebKitDOMEvent* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -409,15 +358,6 @@
</span><span class="cx">     return result;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_event_get_composed(WebKitDOMEvent* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_EVENT(self), FALSE);
-    WebCore::Event* item = WebKit::core(self);
-    gboolean result = item-&gt;composed();
-    return result;
-}
-
</del><span class="cx"> guint32 webkit_dom_event_get_time_stamp(WebKitDOMEvent* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -427,24 +367,6 @@
</span><span class="cx">     return result;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_event_get_default_prevented(WebKitDOMEvent* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_EVENT(self), FALSE);
-    WebCore::Event* item = WebKit::core(self);
-    gboolean result = item-&gt;defaultPrevented();
-    return result;
-}
-
-gboolean webkit_dom_event_get_is_trusted(WebKitDOMEvent* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_EVENT(self), FALSE);
-    WebCore::Event* item = WebKit::core(self);
-    gboolean result = item-&gt;isTrusted();
-    return result;
-}
-
</del><span class="cx"> WebKitDOMEventTarget* webkit_dom_event_get_src_element(WebKitDOMEvent* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMEventUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEventUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEventUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEventUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,76 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMEventUnstable_h
-#define WebKitDOMEventUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_event_stop_immediate_propagation:
- * @self: A #WebKitDOMEvent
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_event_stop_immediate_propagation(WebKitDOMEvent* self);
-
-/**
- * webkit_dom_event_get_composed:
- * @self: A #WebKitDOMEvent
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_event_get_composed(WebKitDOMEvent* self);
-
-/**
- * webkit_dom_event_get_default_prevented:
- * @self: A #WebKitDOMEvent
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_event_get_default_prevented(WebKitDOMEvent* self);
-
-/**
- * webkit_dom_event_get_is_trusted:
- * @self: A #WebKitDOMEvent
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_event_get_is_trusted(WebKitDOMEvent* self);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMEventUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMFilecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFile.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFile.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFile.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -31,7 +31,6 @@
</span><span class="cx"> #include &quot;WebKitDOMFilePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMFileUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -60,7 +59,6 @@
</span><span class="cx"> enum {
</span><span class="cx">     PROP_0,
</span><span class="cx">     PROP_NAME,
</span><del>-    PROP_LAST_MODIFIED,
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_file_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
</span><span class="lines">@@ -71,9 +69,6 @@
</span><span class="cx">     case PROP_NAME:
</span><span class="cx">         g_value_take_string(value, webkit_dom_file_get_name(self));
</span><span class="cx">         break;
</span><del>-    case PROP_LAST_MODIFIED:
-        g_value_set_int64(value, webkit_dom_file_get_last_modified(self));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -94,17 +89,6 @@
</span><span class="cx">             &quot;read-only gchar* File:name&quot;,
</span><span class="cx">             &quot;&quot;,
</span><span class="cx">             WEBKIT_PARAM_READABLE));
</span><del>-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LAST_MODIFIED,
-        g_param_spec_int64(
-            &quot;last-modified&quot;,
-            &quot;File:last-modified&quot;,
-            &quot;read-only gint64 File:last-modified&quot;,
-            G_MININT64, G_MAXINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_file_init(WebKitDOMFile* request)
</span><span class="lines">@@ -120,13 +104,3 @@
</span><span class="cx">     gchar* result = convertToUTF8String(item-&gt;name());
</span><span class="cx">     return result;
</span><span class="cx"> }
</span><del>-
-gint64 webkit_dom_file_get_last_modified(WebKitDOMFile* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_FILE(self), 0);
-    WebCore::File* item = WebKit::core(self);
-    gint64 result = item-&gt;lastModified();
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMFileUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFileUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFileUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMFileUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,45 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMFileUnstable_h
-#define WebKitDOMFileUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_file_get_last_modified:
- * @self: A #WebKitDOMFile
- *
- * Returns: A #gint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API gint64
-webkit_dom_file_get_last_modified(WebKitDOMFile* self);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMFileUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMGamepadcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepad.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepad.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepad.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-/*
-    This file is generated just to tell build scripts that WebKitDOMGamepad.h and
-    WebKitDOMGamepad.cpp are created for Gamepad.idl, and thus
-    prevent the build scripts from trying to generate WebKitDOMGamepad.h and
-    WebKitDOMGamepad.cpp at every build. This file must not be tried to compile.
-*/
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMGamepadh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepad.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepad.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepad.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-/*
-    This file is generated just to tell build scripts that WebKitDOMGamepad.h and
-    WebKitDOMGamepad.cpp are created for Gamepad.idl, and thus
-    prevent the build scripts from trying to generate WebKitDOMGamepad.h and
-    WebKitDOMGamepad.cpp at every build. This file must not be tried to compile.
-*/
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMGamepadListcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepadList.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepadList.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepadList.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-/*
-    This file is generated just to tell build scripts that WebKitDOMGamepadList.h and
-    WebKitDOMGamepadList.cpp are created for GamepadList.idl, and thus
-    prevent the build scripts from trying to generate WebKitDOMGamepadList.h and
-    WebKitDOMGamepadList.cpp at every build. This file must not be tried to compile.
-*/
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMGamepadListh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepadList.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepadList.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGamepadList.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-/*
-    This file is generated just to tell build scripts that WebKitDOMGamepadList.h and
-    WebKitDOMGamepadList.cpp are created for GamepadList.idl, and thus
-    prevent the build scripts from trying to generate WebKitDOMGamepadList.h and
-    WebKitDOMGamepadList.cpp at every build. This file must not be tried to compile.
-*/
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMGeolocationcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocation.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocation.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocation.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,124 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMGeolocation.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMGeolocationPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_GEOLOCATION_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_GEOLOCATION, WebKitDOMGeolocationPrivate)
-
-typedef struct _WebKitDOMGeolocationPrivate {
-#if ENABLE(GEOLOCATION)
-    RefPtr&lt;WebCore::Geolocation&gt; coreObject;
-#endif // ENABLE(GEOLOCATION)
-} WebKitDOMGeolocationPrivate;
-
-#if ENABLE(GEOLOCATION)
-
-namespace WebKit {
-
-WebKitDOMGeolocation* kit(WebCore::Geolocation* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_GEOLOCATION(ret);
-
-    return wrapGeolocation(obj);
-}
-
-WebCore::Geolocation* core(WebKitDOMGeolocation* request)
-{
-    return request ? static_cast&lt;WebCore::Geolocation*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMGeolocation* wrapGeolocation(WebCore::Geolocation* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_GEOLOCATION(g_object_new(WEBKIT_DOM_TYPE_GEOLOCATION, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(GEOLOCATION)
-
-G_DEFINE_TYPE(WebKitDOMGeolocation, webkit_dom_geolocation, WEBKIT_DOM_TYPE_OBJECT)
-
-static void webkit_dom_geolocation_finalize(GObject* object)
-{
-    WebKitDOMGeolocationPrivate* priv = WEBKIT_DOM_GEOLOCATION_GET_PRIVATE(object);
-#if ENABLE(GEOLOCATION)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(GEOLOCATION)
-    priv-&gt;~WebKitDOMGeolocationPrivate();
-    G_OBJECT_CLASS(webkit_dom_geolocation_parent_class)-&gt;finalize(object);
-}
-
-static GObject* webkit_dom_geolocation_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_geolocation_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(GEOLOCATION)
-    WebKitDOMGeolocationPrivate* priv = WEBKIT_DOM_GEOLOCATION_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::Geolocation*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(GEOLOCATION)
-    return object;
-}
-
-static void webkit_dom_geolocation_class_init(WebKitDOMGeolocationClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMGeolocationPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_geolocation_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_geolocation_finalize;
-}
-
-static void webkit_dom_geolocation_init(WebKitDOMGeolocation* request)
-{
-    WebKitDOMGeolocationPrivate* priv = WEBKIT_DOM_GEOLOCATION_GET_PRIVATE(request);
-    new (priv) WebKitDOMGeolocationPrivate();
-}
-
-void webkit_dom_geolocation_clear_watch(WebKitDOMGeolocation* self, glong watchID)
-{
-#if ENABLE(GEOLOCATION)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_GEOLOCATION(self));
-    WebCore::Geolocation* item = WebKit::core(self);
-    item-&gt;clearWatch(watchID);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(watchID);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Geolocation&quot;)
-#endif /* ENABLE(GEOLOCATION) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMGeolocationh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocation.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocation.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocation.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,63 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMGeolocation_h
-#define WebKitDOMGeolocation_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_GEOLOCATION            (webkit_dom_geolocation_get_type())
-#define WEBKIT_DOM_GEOLOCATION(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_GEOLOCATION, WebKitDOMGeolocation))
-#define WEBKIT_DOM_GEOLOCATION_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_GEOLOCATION, WebKitDOMGeolocationClass)
-#define WEBKIT_DOM_IS_GEOLOCATION(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_GEOLOCATION))
-#define WEBKIT_DOM_IS_GEOLOCATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_GEOLOCATION))
-#define WEBKIT_DOM_GEOLOCATION_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_GEOLOCATION, WebKitDOMGeolocationClass))
-
-struct _WebKitDOMGeolocation {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMGeolocationClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_geolocation_get_type(void);
-
-/**
- * webkit_dom_geolocation_clear_watch:
- * @self: A #WebKitDOMGeolocation
- * @watchID: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_geolocation_clear_watch(WebKitDOMGeolocation* self, glong watchID);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMGeolocation_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMGeolocationPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocationPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocationPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMGeolocationPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMGeolocationPrivate_h
-#define WebKitDOMGeolocationPrivate_h
-
-#include &lt;WebCore/Geolocation.h&gt;
-#include &lt;webkitdom/WebKitDOMGeolocation.h&gt;
-#if ENABLE(GEOLOCATION)
-
-namespace WebKit {
-WebKitDOMGeolocation* wrapGeolocation(WebCore::Geolocation*);
-WebKitDOMGeolocation* kit(WebCore::Geolocation*);
-WebCore::Geolocation* core(WebKitDOMGeolocation*);
-} // namespace WebKit
-
-#endif /* ENABLE(GEOLOCATION) */
-
-#endif /* WebKitDOMGeolocationPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAnchorElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -36,7 +36,6 @@
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLAnchorElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -101,10 +100,8 @@
</span><span class="cx">     PROP_0,
</span><span class="cx">     PROP_CHARSET,
</span><span class="cx">     PROP_COORDS,
</span><del>-    PROP_DOWNLOAD,
</del><span class="cx">     PROP_HREFLANG,
</span><span class="cx">     PROP_NAME,
</span><del>-    PROP_PING,
</del><span class="cx">     PROP_REL,
</span><span class="cx">     PROP_REV,
</span><span class="cx">     PROP_SHAPE,
</span><span class="lines">@@ -111,12 +108,8 @@
</span><span class="cx">     PROP_TARGET,
</span><span class="cx">     PROP_TYPE,
</span><span class="cx">     PROP_TEXT,
</span><del>-    PROP_REL_LIST,
</del><span class="cx">     PROP_HREF,
</span><del>-    PROP_ORIGIN,
</del><span class="cx">     PROP_PROTOCOL,
</span><del>-    PROP_USERNAME,
-    PROP_PASSWORD,
</del><span class="cx">     PROP_HOST,
</span><span class="cx">     PROP_HOSTNAME,
</span><span class="cx">     PROP_PORT,
</span><span class="lines">@@ -136,9 +129,6 @@
</span><span class="cx">     case PROP_COORDS:
</span><span class="cx">         webkit_dom_html_anchor_element_set_coords(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_DOWNLOAD:
-        webkit_dom_html_anchor_element_set_download(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_HREFLANG:
</span><span class="cx">         webkit_dom_html_anchor_element_set_hreflang(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -145,9 +135,6 @@
</span><span class="cx">     case PROP_NAME:
</span><span class="cx">         webkit_dom_html_anchor_element_set_name(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_PING:
-        webkit_dom_html_anchor_element_set_ping(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_REL:
</span><span class="cx">         webkit_dom_html_anchor_element_set_rel(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -172,12 +159,6 @@
</span><span class="cx">     case PROP_PROTOCOL:
</span><span class="cx">         webkit_dom_html_anchor_element_set_protocol(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_USERNAME:
-        webkit_dom_html_anchor_element_set_username(self, g_value_get_string(value));
-        break;
-    case PROP_PASSWORD:
-        webkit_dom_html_anchor_element_set_password(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_HOST:
</span><span class="cx">         webkit_dom_html_anchor_element_set_host(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -213,9 +194,6 @@
</span><span class="cx">     case PROP_COORDS:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_anchor_element_get_coords(self));
</span><span class="cx">         break;
</span><del>-    case PROP_DOWNLOAD:
-        g_value_take_string(value, webkit_dom_html_anchor_element_get_download(self));
-        break;
</del><span class="cx">     case PROP_HREFLANG:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_anchor_element_get_hreflang(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -222,9 +200,6 @@
</span><span class="cx">     case PROP_NAME:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_anchor_element_get_name(self));
</span><span class="cx">         break;
</span><del>-    case PROP_PING:
-        g_value_take_string(value, webkit_dom_html_anchor_element_get_ping(self));
-        break;
</del><span class="cx">     case PROP_REL:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_anchor_element_get_rel(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -243,24 +218,12 @@
</span><span class="cx">     case PROP_TEXT:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_anchor_element_get_text(self));
</span><span class="cx">         break;
</span><del>-    case PROP_REL_LIST:
-        g_value_set_object(value, webkit_dom_html_anchor_element_get_rel_list(self));
-        break;
</del><span class="cx">     case PROP_HREF:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_anchor_element_get_href(self));
</span><span class="cx">         break;
</span><del>-    case PROP_ORIGIN:
-        g_value_take_string(value, webkit_dom_html_anchor_element_get_origin(self));
-        break;
</del><span class="cx">     case PROP_PROTOCOL:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_anchor_element_get_protocol(self));
</span><span class="cx">         break;
</span><del>-    case PROP_USERNAME:
-        g_value_take_string(value, webkit_dom_html_anchor_element_get_username(self));
-        break;
-    case PROP_PASSWORD:
-        g_value_take_string(value, webkit_dom_html_anchor_element_get_password(self));
-        break;
</del><span class="cx">     case PROP_HOST:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_anchor_element_get_host(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -313,16 +276,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_DOWNLOAD,
-        g_param_spec_string(
-            &quot;download&quot;,
-            &quot;HTMLAnchorElement:download&quot;,
-            &quot;read-write gchar* HTMLAnchorElement:download&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_HREFLANG,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;hreflang&quot;,
</span><span class="lines">@@ -343,16 +296,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_PING,
-        g_param_spec_string(
-            &quot;ping&quot;,
-            &quot;HTMLAnchorElement:ping&quot;,
-            &quot;read-write gchar* HTMLAnchorElement:ping&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_REL,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;rel&quot;,
</span><span class="lines">@@ -413,16 +356,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_REL_LIST,
-        g_param_spec_object(
-            &quot;rel-list&quot;,
-            &quot;HTMLAnchorElement:rel-list&quot;,
-            &quot;read-only WebKitDOMDOMTokenList* HTMLAnchorElement:rel-list&quot;,
-            WEBKIT_DOM_TYPE_DOM_TOKEN_LIST,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_HREF,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;href&quot;,
</span><span class="lines">@@ -433,16 +366,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_ORIGIN,
-        g_param_spec_string(
-            &quot;origin&quot;,
-            &quot;HTMLAnchorElement:origin&quot;,
-            &quot;read-only gchar* HTMLAnchorElement:origin&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_PROTOCOL,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;protocol&quot;,
</span><span class="lines">@@ -453,26 +376,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_USERNAME,
-        g_param_spec_string(
-            &quot;username&quot;,
-            &quot;HTMLAnchorElement:username&quot;,
-            &quot;read-write gchar* HTMLAnchorElement:username&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PASSWORD,
-        g_param_spec_string(
-            &quot;password&quot;,
-            &quot;HTMLAnchorElement:password&quot;,
-            &quot;read-write gchar* HTMLAnchorElement:password&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_HOST,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;host&quot;,
</span><span class="lines">@@ -576,37 +479,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::coordsAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_anchor_element_get_download(WebKitDOMHTMLAnchorElement* self)
-{
-#if ENABLE(DOWNLOAD_ATTRIBUTE)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_ANCHOR_ELEMENT(self), 0);
-    WebCore::HTMLAnchorElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::downloadAttr));
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Download Attribute&quot;)
-    return 0;
-#endif /* ENABLE(DOWNLOAD_ATTRIBUTE) */
-}
-
-void webkit_dom_html_anchor_element_set_download(WebKitDOMHTMLAnchorElement* self, const gchar* value)
-{
-#if ENABLE(DOWNLOAD_ATTRIBUTE)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_ANCHOR_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLAnchorElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::downloadAttr, convertedValue);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Download Attribute&quot;)
-#endif /* ENABLE(DOWNLOAD_ATTRIBUTE) */
-}
-
</del><span class="cx"> gchar* webkit_dom_html_anchor_element_get_hreflang(WebKitDOMHTMLAnchorElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -645,25 +517,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::nameAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_anchor_element_get_ping(WebKitDOMHTMLAnchorElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_ANCHOR_ELEMENT(self), 0);
-    WebCore::HTMLAnchorElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::pingAttr));
-    return result;
-}
-
-void webkit_dom_html_anchor_element_set_ping(WebKitDOMHTMLAnchorElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_ANCHOR_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLAnchorElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::pingAttr, convertedValue);
-}
-
</del><span class="cx"> gchar* webkit_dom_html_anchor_element_get_rel(WebKitDOMHTMLAnchorElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -778,15 +631,6 @@
</span><span class="cx">     item-&gt;setText(convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebKitDOMDOMTokenList* webkit_dom_html_anchor_element_get_rel_list(WebKitDOMHTMLAnchorElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_ANCHOR_ELEMENT(self), 0);
-    WebCore::HTMLAnchorElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::DOMTokenList&gt; gobjectResult = WTF::getPtr(item-&gt;relList());
-    return WebKit::kit(gobjectResult.get());
-}
-
</del><span class="cx"> gchar* webkit_dom_html_anchor_element_get_href(WebKitDOMHTMLAnchorElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -806,15 +650,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::hrefAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_anchor_element_get_origin(WebKitDOMHTMLAnchorElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_ANCHOR_ELEMENT(self), 0);
-    WebCore::HTMLAnchorElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;origin());
-    return result;
-}
-
</del><span class="cx"> gchar* webkit_dom_html_anchor_element_get_protocol(WebKitDOMHTMLAnchorElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -834,44 +669,6 @@
</span><span class="cx">     item-&gt;setProtocol(convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_anchor_element_get_username(WebKitDOMHTMLAnchorElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_ANCHOR_ELEMENT(self), 0);
-    WebCore::HTMLAnchorElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;username());
-    return result;
-}
-
-void webkit_dom_html_anchor_element_set_username(WebKitDOMHTMLAnchorElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_ANCHOR_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLAnchorElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setUsername(convertedValue);
-}
-
-gchar* webkit_dom_html_anchor_element_get_password(WebKitDOMHTMLAnchorElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_ANCHOR_ELEMENT(self), 0);
-    WebCore::HTMLAnchorElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;password());
-    return result;
-}
-
-void webkit_dom_html_anchor_element_set_password(WebKitDOMHTMLAnchorElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_ANCHOR_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLAnchorElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setPassword(convertedValue);
-}
-
</del><span class="cx"> gchar* webkit_dom_html_anchor_element_get_host(WebKitDOMHTMLAnchorElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAnchorElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElement.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -221,6 +221,16 @@
</span><span class="cx"> webkit_dom_html_anchor_element_get_text(WebKitDOMHTMLAnchorElement* self);
</span><span class="cx"> 
</span><span class="cx"> /**
</span><ins>+ * webkit_dom_html_anchor_element_set_text:
+ * @self: A #WebKitDOMHTMLAnchorElement
+ * @value: A #gchar
+ *
+ * Since: 2.16
+**/
+WEBKIT_API void
+webkit_dom_html_anchor_element_set_text(WebKitDOMHTMLAnchorElement* self, const gchar* value);
+
+/**
</ins><span class="cx">  * webkit_dom_html_anchor_element_get_href:
</span><span class="cx">  * @self: A #WebKitDOMHTMLAnchorElement
</span><span class="cx">  *
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAnchorElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAnchorElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,150 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLAnchorElementUnstable_h
-#define WebKitDOMHTMLAnchorElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_anchor_element_get_download:
- * @self: A #WebKitDOMHTMLAnchorElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_anchor_element_get_download(WebKitDOMHTMLAnchorElement* self);
-
-/**
- * webkit_dom_html_anchor_element_set_download:
- * @self: A #WebKitDOMHTMLAnchorElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_anchor_element_set_download(WebKitDOMHTMLAnchorElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_anchor_element_get_ping:
- * @self: A #WebKitDOMHTMLAnchorElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_anchor_element_get_ping(WebKitDOMHTMLAnchorElement* self);
-
-/**
- * webkit_dom_html_anchor_element_set_ping:
- * @self: A #WebKitDOMHTMLAnchorElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_anchor_element_set_ping(WebKitDOMHTMLAnchorElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_anchor_element_set_text:
- * @self: A #WebKitDOMHTMLAnchorElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_anchor_element_set_text(WebKitDOMHTMLAnchorElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_anchor_element_get_rel_list:
- * @self: A #WebKitDOMHTMLAnchorElement
- *
- * Returns: (transfer full): A #WebKitDOMDOMTokenList
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMDOMTokenList*
-webkit_dom_html_anchor_element_get_rel_list(WebKitDOMHTMLAnchorElement* self);
-
-/**
- * webkit_dom_html_anchor_element_get_origin:
- * @self: A #WebKitDOMHTMLAnchorElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_anchor_element_get_origin(WebKitDOMHTMLAnchorElement* self);
-
-/**
- * webkit_dom_html_anchor_element_get_username:
- * @self: A #WebKitDOMHTMLAnchorElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_anchor_element_get_username(WebKitDOMHTMLAnchorElement* self);
-
-/**
- * webkit_dom_html_anchor_element_set_username:
- * @self: A #WebKitDOMHTMLAnchorElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_anchor_element_set_username(WebKitDOMHTMLAnchorElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_anchor_element_get_password:
- * @self: A #WebKitDOMHTMLAnchorElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_anchor_element_get_password(WebKitDOMHTMLAnchorElement* self);
-
-/**
- * webkit_dom_html_anchor_element_set_password:
- * @self: A #WebKitDOMHTMLAnchorElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_anchor_element_set_password(WebKitDOMHTMLAnchorElement* self, const gchar* value);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLAnchorElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAreaElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -36,7 +36,6 @@
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLAreaElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -102,16 +101,10 @@
</span><span class="cx">     PROP_ALT,
</span><span class="cx">     PROP_COORDS,
</span><span class="cx">     PROP_NO_HREF,
</span><del>-    PROP_PING,
-    PROP_REL,
</del><span class="cx">     PROP_SHAPE,
</span><span class="cx">     PROP_TARGET,
</span><del>-    PROP_REL_LIST,
</del><span class="cx">     PROP_HREF,
</span><del>-    PROP_ORIGIN,
</del><span class="cx">     PROP_PROTOCOL,
</span><del>-    PROP_USERNAME,
-    PROP_PASSWORD,
</del><span class="cx">     PROP_HOST,
</span><span class="cx">     PROP_HOSTNAME,
</span><span class="cx">     PROP_PORT,
</span><span class="lines">@@ -134,12 +127,6 @@
</span><span class="cx">     case PROP_NO_HREF:
</span><span class="cx">         webkit_dom_html_area_element_set_no_href(self, g_value_get_boolean(value));
</span><span class="cx">         break;
</span><del>-    case PROP_PING:
-        webkit_dom_html_area_element_set_ping(self, g_value_get_string(value));
-        break;
-    case PROP_REL:
-        webkit_dom_html_area_element_set_rel(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_SHAPE:
</span><span class="cx">         webkit_dom_html_area_element_set_shape(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -152,12 +139,6 @@
</span><span class="cx">     case PROP_PROTOCOL:
</span><span class="cx">         webkit_dom_html_area_element_set_protocol(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_USERNAME:
-        webkit_dom_html_area_element_set_username(self, g_value_get_string(value));
-        break;
-    case PROP_PASSWORD:
-        webkit_dom_html_area_element_set_password(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_HOST:
</span><span class="cx">         webkit_dom_html_area_element_set_host(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -196,12 +177,6 @@
</span><span class="cx">     case PROP_NO_HREF:
</span><span class="cx">         g_value_set_boolean(value, webkit_dom_html_area_element_get_no_href(self));
</span><span class="cx">         break;
</span><del>-    case PROP_PING:
-        g_value_take_string(value, webkit_dom_html_area_element_get_ping(self));
-        break;
-    case PROP_REL:
-        g_value_take_string(value, webkit_dom_html_area_element_get_rel(self));
-        break;
</del><span class="cx">     case PROP_SHAPE:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_area_element_get_shape(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -208,24 +183,12 @@
</span><span class="cx">     case PROP_TARGET:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_area_element_get_target(self));
</span><span class="cx">         break;
</span><del>-    case PROP_REL_LIST:
-        g_value_set_object(value, webkit_dom_html_area_element_get_rel_list(self));
-        break;
</del><span class="cx">     case PROP_HREF:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_area_element_get_href(self));
</span><span class="cx">         break;
</span><del>-    case PROP_ORIGIN:
-        g_value_take_string(value, webkit_dom_html_area_element_get_origin(self));
-        break;
</del><span class="cx">     case PROP_PROTOCOL:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_area_element_get_protocol(self));
</span><span class="cx">         break;
</span><del>-    case PROP_USERNAME:
-        g_value_take_string(value, webkit_dom_html_area_element_get_username(self));
-        break;
-    case PROP_PASSWORD:
-        g_value_take_string(value, webkit_dom_html_area_element_get_password(self));
-        break;
</del><span class="cx">     case PROP_HOST:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_area_element_get_host(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -288,26 +251,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_PING,
-        g_param_spec_string(
-            &quot;ping&quot;,
-            &quot;HTMLAreaElement:ping&quot;,
-            &quot;read-write gchar* HTMLAreaElement:ping&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_REL,
-        g_param_spec_string(
-            &quot;rel&quot;,
-            &quot;HTMLAreaElement:rel&quot;,
-            &quot;read-write gchar* HTMLAreaElement:rel&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_SHAPE,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;shape&quot;,
</span><span class="lines">@@ -328,16 +271,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_REL_LIST,
-        g_param_spec_object(
-            &quot;rel-list&quot;,
-            &quot;HTMLAreaElement:rel-list&quot;,
-            &quot;read-only WebKitDOMDOMTokenList* HTMLAreaElement:rel-list&quot;,
-            WEBKIT_DOM_TYPE_DOM_TOKEN_LIST,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_HREF,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;href&quot;,
</span><span class="lines">@@ -348,16 +281,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_ORIGIN,
-        g_param_spec_string(
-            &quot;origin&quot;,
-            &quot;HTMLAreaElement:origin&quot;,
-            &quot;read-only gchar* HTMLAreaElement:origin&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_PROTOCOL,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;protocol&quot;,
</span><span class="lines">@@ -368,26 +291,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_USERNAME,
-        g_param_spec_string(
-            &quot;username&quot;,
-            &quot;HTMLAreaElement:username&quot;,
-            &quot;read-write gchar* HTMLAreaElement:username&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PASSWORD,
-        g_param_spec_string(
-            &quot;password&quot;,
-            &quot;HTMLAreaElement:password&quot;,
-            &quot;read-write gchar* HTMLAreaElement:password&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_HOST,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;host&quot;,
</span><span class="lines">@@ -508,44 +411,6 @@
</span><span class="cx">     item-&gt;setBooleanAttribute(WebCore::HTMLNames::nohrefAttr, value);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_area_element_get_ping(WebKitDOMHTMLAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_AREA_ELEMENT(self), 0);
-    WebCore::HTMLAreaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::pingAttr));
-    return result;
-}
-
-void webkit_dom_html_area_element_set_ping(WebKitDOMHTMLAreaElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_AREA_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLAreaElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::pingAttr, convertedValue);
-}
-
-gchar* webkit_dom_html_area_element_get_rel(WebKitDOMHTMLAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_AREA_ELEMENT(self), 0);
-    WebCore::HTMLAreaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::relAttr));
-    return result;
-}
-
-void webkit_dom_html_area_element_set_rel(WebKitDOMHTMLAreaElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_AREA_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLAreaElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::relAttr, convertedValue);
-}
-
</del><span class="cx"> gchar* webkit_dom_html_area_element_get_shape(WebKitDOMHTMLAreaElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -584,15 +449,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::targetAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebKitDOMDOMTokenList* webkit_dom_html_area_element_get_rel_list(WebKitDOMHTMLAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_AREA_ELEMENT(self), 0);
-    WebCore::HTMLAreaElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::DOMTokenList&gt; gobjectResult = WTF::getPtr(item-&gt;relList());
-    return WebKit::kit(gobjectResult.get());
-}
-
</del><span class="cx"> gchar* webkit_dom_html_area_element_get_href(WebKitDOMHTMLAreaElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -612,15 +468,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::hrefAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_area_element_get_origin(WebKitDOMHTMLAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_AREA_ELEMENT(self), 0);
-    WebCore::HTMLAreaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;origin());
-    return result;
-}
-
</del><span class="cx"> gchar* webkit_dom_html_area_element_get_protocol(WebKitDOMHTMLAreaElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -640,44 +487,6 @@
</span><span class="cx">     item-&gt;setProtocol(convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_area_element_get_username(WebKitDOMHTMLAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_AREA_ELEMENT(self), 0);
-    WebCore::HTMLAreaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;username());
-    return result;
-}
-
-void webkit_dom_html_area_element_set_username(WebKitDOMHTMLAreaElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_AREA_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLAreaElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setUsername(convertedValue);
-}
-
-gchar* webkit_dom_html_area_element_get_password(WebKitDOMHTMLAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_AREA_ELEMENT(self), 0);
-    WebCore::HTMLAreaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;password());
-    return result;
-}
-
-void webkit_dom_html_area_element_set_password(WebKitDOMHTMLAreaElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_AREA_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLAreaElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setPassword(convertedValue);
-}
-
</del><span class="cx"> gchar* webkit_dom_html_area_element_get_host(WebKitDOMHTMLAreaElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAreaElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElement.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -167,6 +167,16 @@
</span><span class="cx"> webkit_dom_html_area_element_get_protocol(WebKitDOMHTMLAreaElement* self);
</span><span class="cx"> 
</span><span class="cx"> /**
</span><ins>+ * webkit_dom_html_area_element_set_protocol:
+ * @self: A #WebKitDOMHTMLAreaElement
+ * @value: A #gchar
+ *
+ * Since: 2.16
+**/
+WEBKIT_API void
+webkit_dom_html_area_element_set_protocol(WebKitDOMHTMLAreaElement* self, const gchar* value);
+
+/**
</ins><span class="cx">  * webkit_dom_html_area_element_get_host:
</span><span class="cx">  * @self: A #WebKitDOMHTMLAreaElement
</span><span class="cx">  *
</span><span class="lines">@@ -176,6 +186,16 @@
</span><span class="cx"> webkit_dom_html_area_element_get_host(WebKitDOMHTMLAreaElement* self);
</span><span class="cx"> 
</span><span class="cx"> /**
</span><ins>+ * webkit_dom_html_area_element_set_host:
+ * @self: A #WebKitDOMHTMLAreaElement
+ * @value: A #gchar
+ *
+ * Since: 2.16
+**/
+WEBKIT_API void
+webkit_dom_html_area_element_set_host(WebKitDOMHTMLAreaElement* self, const gchar* value);
+
+/**
</ins><span class="cx">  * webkit_dom_html_area_element_get_hostname:
</span><span class="cx">  * @self: A #WebKitDOMHTMLAreaElement
</span><span class="cx">  *
</span><span class="lines">@@ -185,6 +205,16 @@
</span><span class="cx"> webkit_dom_html_area_element_get_hostname(WebKitDOMHTMLAreaElement* self);
</span><span class="cx"> 
</span><span class="cx"> /**
</span><ins>+ * webkit_dom_html_area_element_set_hostname:
+ * @self: A #WebKitDOMHTMLAreaElement
+ * @value: A #gchar
+ *
+ * Since: 2.16
+**/
+WEBKIT_API void
+webkit_dom_html_area_element_set_hostname(WebKitDOMHTMLAreaElement* self, const gchar* value);
+
+/**
</ins><span class="cx">  * webkit_dom_html_area_element_get_port:
</span><span class="cx">  * @self: A #WebKitDOMHTMLAreaElement
</span><span class="cx">  *
</span><span class="lines">@@ -194,6 +224,16 @@
</span><span class="cx"> webkit_dom_html_area_element_get_port(WebKitDOMHTMLAreaElement* self);
</span><span class="cx"> 
</span><span class="cx"> /**
</span><ins>+ * webkit_dom_html_area_element_set_port:
+ * @self: A #WebKitDOMHTMLAreaElement
+ * @value: A #gchar
+ *
+ * Since: 2.16
+**/
+WEBKIT_API void
+webkit_dom_html_area_element_set_port(WebKitDOMHTMLAreaElement* self, const gchar* value);
+
+/**
</ins><span class="cx">  * webkit_dom_html_area_element_get_pathname:
</span><span class="cx">  * @self: A #WebKitDOMHTMLAreaElement
</span><span class="cx">  *
</span><span class="lines">@@ -203,6 +243,16 @@
</span><span class="cx"> webkit_dom_html_area_element_get_pathname(WebKitDOMHTMLAreaElement* self);
</span><span class="cx"> 
</span><span class="cx"> /**
</span><ins>+ * webkit_dom_html_area_element_set_pathname:
+ * @self: A #WebKitDOMHTMLAreaElement
+ * @value: A #gchar
+ *
+ * Since: 2.16
+**/
+WEBKIT_API void
+webkit_dom_html_area_element_set_pathname(WebKitDOMHTMLAreaElement* self, const gchar* value);
+
+/**
</ins><span class="cx">  * webkit_dom_html_area_element_get_search:
</span><span class="cx">  * @self: A #WebKitDOMHTMLAreaElement
</span><span class="cx">  *
</span><span class="lines">@@ -212,6 +262,16 @@
</span><span class="cx"> webkit_dom_html_area_element_get_search(WebKitDOMHTMLAreaElement* self);
</span><span class="cx"> 
</span><span class="cx"> /**
</span><ins>+ * webkit_dom_html_area_element_set_search:
+ * @self: A #WebKitDOMHTMLAreaElement
+ * @value: A #gchar
+ *
+ * Since: 2.16
+**/
+WEBKIT_API void
+webkit_dom_html_area_element_set_search(WebKitDOMHTMLAreaElement* self, const gchar* value);
+
+/**
</ins><span class="cx">  * webkit_dom_html_area_element_get_hash:
</span><span class="cx">  * @self: A #WebKitDOMHTMLAreaElement
</span><span class="cx">  *
</span><span class="lines">@@ -220,6 +280,16 @@
</span><span class="cx"> WEBKIT_API gchar*
</span><span class="cx"> webkit_dom_html_area_element_get_hash(WebKitDOMHTMLAreaElement* self);
</span><span class="cx"> 
</span><ins>+/**
+ * webkit_dom_html_area_element_set_hash:
+ * @self: A #WebKitDOMHTMLAreaElement
+ * @value: A #gchar
+ *
+ * Stability: Unstable
+**/
+WEBKIT_API void
+webkit_dom_html_area_element_set_hash(WebKitDOMHTMLAreaElement* self, const gchar* value);
+
</ins><span class="cx"> G_END_DECLS
</span><span class="cx"> 
</span><span class="cx"> #endif /* WebKitDOMHTMLAreaElement_h */
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAreaElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAreaElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,210 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLAreaElementUnstable_h
-#define WebKitDOMHTMLAreaElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_area_element_get_ping:
- * @self: A #WebKitDOMHTMLAreaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_area_element_get_ping(WebKitDOMHTMLAreaElement* self);
-
-/**
- * webkit_dom_html_area_element_set_ping:
- * @self: A #WebKitDOMHTMLAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_area_element_set_ping(WebKitDOMHTMLAreaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_area_element_get_rel:
- * @self: A #WebKitDOMHTMLAreaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_area_element_get_rel(WebKitDOMHTMLAreaElement* self);
-
-/**
- * webkit_dom_html_area_element_set_rel:
- * @self: A #WebKitDOMHTMLAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_area_element_set_rel(WebKitDOMHTMLAreaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_area_element_get_rel_list:
- * @self: A #WebKitDOMHTMLAreaElement
- *
- * Returns: (transfer full): A #WebKitDOMDOMTokenList
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMDOMTokenList*
-webkit_dom_html_area_element_get_rel_list(WebKitDOMHTMLAreaElement* self);
-
-/**
- * webkit_dom_html_area_element_get_origin:
- * @self: A #WebKitDOMHTMLAreaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_area_element_get_origin(WebKitDOMHTMLAreaElement* self);
-
-/**
- * webkit_dom_html_area_element_set_protocol:
- * @self: A #WebKitDOMHTMLAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_area_element_set_protocol(WebKitDOMHTMLAreaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_area_element_get_username:
- * @self: A #WebKitDOMHTMLAreaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_area_element_get_username(WebKitDOMHTMLAreaElement* self);
-
-/**
- * webkit_dom_html_area_element_set_username:
- * @self: A #WebKitDOMHTMLAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_area_element_set_username(WebKitDOMHTMLAreaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_area_element_get_password:
- * @self: A #WebKitDOMHTMLAreaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_area_element_get_password(WebKitDOMHTMLAreaElement* self);
-
-/**
- * webkit_dom_html_area_element_set_password:
- * @self: A #WebKitDOMHTMLAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_area_element_set_password(WebKitDOMHTMLAreaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_area_element_set_host:
- * @self: A #WebKitDOMHTMLAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_area_element_set_host(WebKitDOMHTMLAreaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_area_element_set_hostname:
- * @self: A #WebKitDOMHTMLAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_area_element_set_hostname(WebKitDOMHTMLAreaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_area_element_set_port:
- * @self: A #WebKitDOMHTMLAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_area_element_set_port(WebKitDOMHTMLAreaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_area_element_set_pathname:
- * @self: A #WebKitDOMHTMLAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_area_element_set_pathname(WebKitDOMHTMLAreaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_area_element_set_search:
- * @self: A #WebKitDOMHTMLAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_area_element_set_search(WebKitDOMHTMLAreaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_area_element_set_hash:
- * @self: A #WebKitDOMHTMLAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_area_element_set_hash(WebKitDOMHTMLAreaElement* self, const gchar* value);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLAreaElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAudioElementcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,136 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMHTMLAudioElement.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMHTMLAudioElementPrivate.h&quot;
-#include &quot;WebKitDOMNodePrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#if ENABLE(VIDEO)
-
-namespace WebKit {
-
-WebKitDOMHTMLAudioElement* kit(WebCore::HTMLAudioElement* obj)
-{
-    return WEBKIT_DOM_HTML_AUDIO_ELEMENT(kit(static_cast&lt;WebCore::Node*&gt;(obj)));
-}
-
-WebCore::HTMLAudioElement* core(WebKitDOMHTMLAudioElement* request)
-{
-    return request ? static_cast&lt;WebCore::HTMLAudioElement*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMHTMLAudioElement* wrapHTMLAudioElement(WebCore::HTMLAudioElement* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_HTML_AUDIO_ELEMENT(g_object_new(WEBKIT_DOM_TYPE_HTML_AUDIO_ELEMENT, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO)
-
-static gboolean webkit_dom_html_audio_element_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-#if ENABLE(VIDEO)
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::HTMLAudioElement* coreTarget = static_cast&lt;WebCore::HTMLAudioElement*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(event);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return false;
-#endif // ENABLE(VIDEO)
-}
-
-static gboolean webkit_dom_html_audio_element_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO)
-    WebCore::HTMLAudioElement* coreTarget = static_cast&lt;WebCore::HTMLAudioElement*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return false;
-#endif // ENABLE(VIDEO)
-}
-
-static gboolean webkit_dom_html_audio_element_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO)
-    WebCore::HTMLAudioElement* coreTarget = static_cast&lt;WebCore::HTMLAudioElement*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return false;
-#endif // ENABLE(VIDEO)
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_html_audio_element_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_html_audio_element_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_html_audio_element_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMHTMLAudioElement, webkit_dom_html_audio_element, WEBKIT_DOM_TYPE_HTML_MEDIA_ELEMENT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-static void webkit_dom_html_audio_element_class_init(WebKitDOMHTMLAudioElementClass* requestClass)
-{
-    UNUSED_PARAM(requestClass);
-}
-
-static void webkit_dom_html_audio_element_init(WebKitDOMHTMLAudioElement* request)
-{
-    UNUSED_PARAM(request);
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAudioElementh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElement.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElement.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElement.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,53 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLAudioElement_h
-#define WebKitDOMHTMLAudioElement_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMHTMLMediaElement.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_HTML_AUDIO_ELEMENT            (webkit_dom_html_audio_element_get_type())
-#define WEBKIT_DOM_HTML_AUDIO_ELEMENT(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_HTML_AUDIO_ELEMENT, WebKitDOMHTMLAudioElement))
-#define WEBKIT_DOM_HTML_AUDIO_ELEMENT_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_HTML_AUDIO_ELEMENT, WebKitDOMHTMLAudioElementClass)
-#define WEBKIT_DOM_IS_HTML_AUDIO_ELEMENT(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_HTML_AUDIO_ELEMENT))
-#define WEBKIT_DOM_IS_HTML_AUDIO_ELEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_HTML_AUDIO_ELEMENT))
-#define WEBKIT_DOM_HTML_AUDIO_ELEMENT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_HTML_AUDIO_ELEMENT, WebKitDOMHTMLAudioElementClass))
-
-struct _WebKitDOMHTMLAudioElement {
-    WebKitDOMHTMLMediaElement parent_instance;
-};
-
-struct _WebKitDOMHTMLAudioElementClass {
-    WebKitDOMHTMLMediaElementClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_html_audio_element_get_type(void);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLAudioElement_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLAudioElementPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElementPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElementPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAudioElementPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLAudioElementPrivate_h
-#define WebKitDOMHTMLAudioElementPrivate_h
-
-#include &lt;WebCore/HTMLAudioElement.h&gt;
-#include &lt;webkitdom/WebKitDOMHTMLAudioElement.h&gt;
-#if ENABLE(VIDEO)
-
-namespace WebKit {
-WebKitDOMHTMLAudioElement* wrapHTMLAudioElement(WebCore::HTMLAudioElement*);
-WebKitDOMHTMLAudioElement* kit(WebCore::HTMLAudioElement*);
-WebCore::HTMLAudioElement* core(WebKitDOMHTMLAudioElement*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO) */
-
-#endif /* WebKitDOMHTMLAudioElementPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLButtonElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -36,9 +36,7 @@
</span><span class="cx"> #include &quot;WebKitDOMNodeListPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><del>-#include &quot;WebKitDOMValidityStatePrivate.h&quot;
</del><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLButtonElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -104,18 +102,10 @@
</span><span class="cx">     PROP_AUTOFOCUS,
</span><span class="cx">     PROP_DISABLED,
</span><span class="cx">     PROP_FORM,
</span><del>-    PROP_FORM_ACTION,
-    PROP_FORM_ENCTYPE,
-    PROP_FORM_METHOD,
</del><span class="cx">     PROP_TYPE,
</span><del>-    PROP_FORM_NO_VALIDATE,
-    PROP_FORM_TARGET,
</del><span class="cx">     PROP_NAME,
</span><span class="cx">     PROP_VALUE,
</span><span class="cx">     PROP_WILL_VALIDATE,
</span><del>-    PROP_VALIDITY,
-    PROP_VALIDATION_MESSAGE,
-    PROP_LABELS,
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_button_element_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
</span><span class="lines">@@ -129,24 +119,9 @@
</span><span class="cx">     case PROP_DISABLED:
</span><span class="cx">         webkit_dom_html_button_element_set_disabled(self, g_value_get_boolean(value));
</span><span class="cx">         break;
</span><del>-    case PROP_FORM_ACTION:
-        webkit_dom_html_button_element_set_form_action(self, g_value_get_string(value));
-        break;
-    case PROP_FORM_ENCTYPE:
-        webkit_dom_html_button_element_set_form_enctype(self, g_value_get_string(value));
-        break;
-    case PROP_FORM_METHOD:
-        webkit_dom_html_button_element_set_form_method(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_TYPE:
</span><span class="cx">         webkit_dom_html_button_element_set_button_type(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_FORM_NO_VALIDATE:
-        webkit_dom_html_button_element_set_form_no_validate(self, g_value_get_boolean(value));
-        break;
-    case PROP_FORM_TARGET:
-        webkit_dom_html_button_element_set_form_target(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_NAME:
</span><span class="cx">         webkit_dom_html_button_element_set_name(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -173,24 +148,9 @@
</span><span class="cx">     case PROP_FORM:
</span><span class="cx">         g_value_set_object(value, webkit_dom_html_button_element_get_form(self));
</span><span class="cx">         break;
</span><del>-    case PROP_FORM_ACTION:
-        g_value_take_string(value, webkit_dom_html_button_element_get_form_action(self));
-        break;
-    case PROP_FORM_ENCTYPE:
-        g_value_take_string(value, webkit_dom_html_button_element_get_form_enctype(self));
-        break;
-    case PROP_FORM_METHOD:
-        g_value_take_string(value, webkit_dom_html_button_element_get_form_method(self));
-        break;
</del><span class="cx">     case PROP_TYPE:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_button_element_get_button_type(self));
</span><span class="cx">         break;
</span><del>-    case PROP_FORM_NO_VALIDATE:
-        g_value_set_boolean(value, webkit_dom_html_button_element_get_form_no_validate(self));
-        break;
-    case PROP_FORM_TARGET:
-        g_value_take_string(value, webkit_dom_html_button_element_get_form_target(self));
-        break;
</del><span class="cx">     case PROP_NAME:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_button_element_get_name(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -200,15 +160,6 @@
</span><span class="cx">     case PROP_WILL_VALIDATE:
</span><span class="cx">         g_value_set_boolean(value, webkit_dom_html_button_element_get_will_validate(self));
</span><span class="cx">         break;
</span><del>-    case PROP_VALIDITY:
-        g_value_set_object(value, webkit_dom_html_button_element_get_validity(self));
-        break;
-    case PROP_VALIDATION_MESSAGE:
-        g_value_take_string(value, webkit_dom_html_button_element_get_validation_message(self));
-        break;
-    case PROP_LABELS:
-        g_value_set_object(value, webkit_dom_html_button_element_get_labels(self));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -253,36 +204,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_FORM_ACTION,
-        g_param_spec_string(
-            &quot;form-action&quot;,
-            &quot;HTMLButtonElement:form-action&quot;,
-            &quot;read-write gchar* HTMLButtonElement:form-action&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_FORM_ENCTYPE,
-        g_param_spec_string(
-            &quot;form-enctype&quot;,
-            &quot;HTMLButtonElement:form-enctype&quot;,
-            &quot;read-write gchar* HTMLButtonElement:form-enctype&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_FORM_METHOD,
-        g_param_spec_string(
-            &quot;form-method&quot;,
-            &quot;HTMLButtonElement:form-method&quot;,
-            &quot;read-write gchar* HTMLButtonElement:form-method&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_TYPE,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;type&quot;,
</span><span class="lines">@@ -293,26 +214,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_FORM_NO_VALIDATE,
-        g_param_spec_boolean(
-            &quot;form-no-validate&quot;,
-            &quot;HTMLButtonElement:form-no-validate&quot;,
-            &quot;read-write gboolean HTMLButtonElement:form-no-validate&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_FORM_TARGET,
-        g_param_spec_string(
-            &quot;form-target&quot;,
-            &quot;HTMLButtonElement:form-target&quot;,
-            &quot;read-write gchar* HTMLButtonElement:form-target&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_NAME,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;name&quot;,
</span><span class="lines">@@ -340,37 +241,6 @@
</span><span class="cx">             &quot;read-only gboolean HTMLButtonElement:will-validate&quot;,
</span><span class="cx">             FALSE,
</span><span class="cx">             WEBKIT_PARAM_READABLE));
</span><del>-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VALIDITY,
-        g_param_spec_object(
-            &quot;validity&quot;,
-            &quot;HTMLButtonElement:validity&quot;,
-            &quot;read-only WebKitDOMValidityState* HTMLButtonElement:validity&quot;,
-            WEBKIT_DOM_TYPE_VALIDITY_STATE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VALIDATION_MESSAGE,
-        g_param_spec_string(
-            &quot;validation-message&quot;,
-            &quot;HTMLButtonElement:validation-message&quot;,
-            &quot;read-only gchar* HTMLButtonElement:validation-message&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LABELS,
-        g_param_spec_object(
-            &quot;labels&quot;,
-            &quot;HTMLButtonElement:labels&quot;,
-            &quot;read-only WebKitDOMNodeList* HTMLButtonElement:labels&quot;,
-            WEBKIT_DOM_TYPE_NODE_LIST,
-            WEBKIT_PARAM_READABLE));
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_button_element_init(WebKitDOMHTMLButtonElement* request)
</span><span class="lines">@@ -378,33 +248,6 @@
</span><span class="cx">     UNUSED_PARAM(request);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_html_button_element_check_validity(WebKitDOMHTMLButtonElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_BUTTON_ELEMENT(self), FALSE);
-    WebCore::HTMLButtonElement* item = WebKit::core(self);
-    gboolean result = item-&gt;checkValidity();
-    return result;
-}
-
-void webkit_dom_html_button_element_set_custom_validity(WebKitDOMHTMLButtonElement* self, const gchar* error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_BUTTON_ELEMENT(self));
-    g_return_if_fail(error);
-    WebCore::HTMLButtonElement* item = WebKit::core(self);
-    WTF::String convertedError = WTF::String::fromUTF8(error);
-    item-&gt;setCustomValidity(convertedError);
-}
-
-void webkit_dom_html_button_element_click(WebKitDOMHTMLButtonElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_BUTTON_ELEMENT(self));
-    WebCore::HTMLButtonElement* item = WebKit::core(self);
-    item-&gt;click();
-}
-
</del><span class="cx"> gboolean webkit_dom_html_button_element_get_autofocus(WebKitDOMHTMLButtonElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -448,63 +291,6 @@
</span><span class="cx">     return WebKit::kit(gobjectResult.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_button_element_get_form_action(WebKitDOMHTMLButtonElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_BUTTON_ELEMENT(self), 0);
-    WebCore::HTMLButtonElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;formAction());
-    return result;
-}
-
-void webkit_dom_html_button_element_set_form_action(WebKitDOMHTMLButtonElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_BUTTON_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLButtonElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setFormAction(convertedValue);
-}
-
-gchar* webkit_dom_html_button_element_get_form_enctype(WebKitDOMHTMLButtonElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_BUTTON_ELEMENT(self), 0);
-    WebCore::HTMLButtonElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;formEnctype());
-    return result;
-}
-
-void webkit_dom_html_button_element_set_form_enctype(WebKitDOMHTMLButtonElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_BUTTON_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLButtonElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setFormEnctype(convertedValue);
-}
-
-gchar* webkit_dom_html_button_element_get_form_method(WebKitDOMHTMLButtonElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_BUTTON_ELEMENT(self), 0);
-    WebCore::HTMLButtonElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;formMethod());
-    return result;
-}
-
-void webkit_dom_html_button_element_set_form_method(WebKitDOMHTMLButtonElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_BUTTON_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLButtonElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setFormMethod(convertedValue);
-}
-
</del><span class="cx"> gchar* webkit_dom_html_button_element_get_button_type(WebKitDOMHTMLButtonElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -524,42 +310,6 @@
</span><span class="cx">     item-&gt;setType(convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_html_button_element_get_form_no_validate(WebKitDOMHTMLButtonElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_BUTTON_ELEMENT(self), FALSE);
-    WebCore::HTMLButtonElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::formnovalidateAttr);
-    return result;
-}
-
-void webkit_dom_html_button_element_set_form_no_validate(WebKitDOMHTMLButtonElement* self, gboolean value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_BUTTON_ELEMENT(self));
-    WebCore::HTMLButtonElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::formnovalidateAttr, value);
-}
-
-gchar* webkit_dom_html_button_element_get_form_target(WebKitDOMHTMLButtonElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_BUTTON_ELEMENT(self), 0);
-    WebCore::HTMLButtonElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::formtargetAttr));
-    return result;
-}
-
-void webkit_dom_html_button_element_set_form_target(WebKitDOMHTMLButtonElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_BUTTON_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLButtonElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::formtargetAttr, convertedValue);
-}
-
</del><span class="cx"> gchar* webkit_dom_html_button_element_get_name(WebKitDOMHTMLButtonElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -606,31 +356,3 @@
</span><span class="cx">     gboolean result = item-&gt;willValidate();
</span><span class="cx">     return result;
</span><span class="cx"> }
</span><del>-
-WebKitDOMValidityState* webkit_dom_html_button_element_get_validity(WebKitDOMHTMLButtonElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_BUTTON_ELEMENT(self), 0);
-    WebCore::HTMLButtonElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::ValidityState&gt; gobjectResult = WTF::getPtr(item-&gt;validity());
-    return WebKit::kit(gobjectResult.get());
-}
-
-gchar* webkit_dom_html_button_element_get_validation_message(WebKitDOMHTMLButtonElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_BUTTON_ELEMENT(self), 0);
-    WebCore::HTMLButtonElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;validationMessage());
-    return result;
-}
-
-WebKitDOMNodeList* webkit_dom_html_button_element_get_labels(WebKitDOMHTMLButtonElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_BUTTON_ELEMENT(self), 0);
-    WebCore::HTMLButtonElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::NodeList&gt; gobjectResult = WTF::getPtr(item-&gt;labels());
-    return WebKit::kit(gobjectResult.get());
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLButtonElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,202 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLButtonElementUnstable_h
-#define WebKitDOMHTMLButtonElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_button_element_check_validity:
- * @self: A #WebKitDOMHTMLButtonElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_button_element_check_validity(WebKitDOMHTMLButtonElement* self);
-
-/**
- * webkit_dom_html_button_element_set_custom_validity:
- * @self: A #WebKitDOMHTMLButtonElement
- * @error: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_button_element_set_custom_validity(WebKitDOMHTMLButtonElement* self, const gchar* error);
-
-/**
- * webkit_dom_html_button_element_click:
- * @self: A #WebKitDOMHTMLButtonElement
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_button_element_click(WebKitDOMHTMLButtonElement* self);
-
-/**
- * webkit_dom_html_button_element_get_form_action:
- * @self: A #WebKitDOMHTMLButtonElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_button_element_get_form_action(WebKitDOMHTMLButtonElement* self);
-
-/**
- * webkit_dom_html_button_element_set_form_action:
- * @self: A #WebKitDOMHTMLButtonElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_button_element_set_form_action(WebKitDOMHTMLButtonElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_button_element_get_form_enctype:
- * @self: A #WebKitDOMHTMLButtonElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_button_element_get_form_enctype(WebKitDOMHTMLButtonElement* self);
-
-/**
- * webkit_dom_html_button_element_set_form_enctype:
- * @self: A #WebKitDOMHTMLButtonElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_button_element_set_form_enctype(WebKitDOMHTMLButtonElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_button_element_get_form_method:
- * @self: A #WebKitDOMHTMLButtonElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_button_element_get_form_method(WebKitDOMHTMLButtonElement* self);
-
-/**
- * webkit_dom_html_button_element_set_form_method:
- * @self: A #WebKitDOMHTMLButtonElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_button_element_set_form_method(WebKitDOMHTMLButtonElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_button_element_get_form_no_validate:
- * @self: A #WebKitDOMHTMLButtonElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_button_element_get_form_no_validate(WebKitDOMHTMLButtonElement* self);
-
-/**
- * webkit_dom_html_button_element_set_form_no_validate:
- * @self: A #WebKitDOMHTMLButtonElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_button_element_set_form_no_validate(WebKitDOMHTMLButtonElement* self, gboolean value);
-
-/**
- * webkit_dom_html_button_element_get_form_target:
- * @self: A #WebKitDOMHTMLButtonElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_button_element_get_form_target(WebKitDOMHTMLButtonElement* self);
-
-/**
- * webkit_dom_html_button_element_set_form_target:
- * @self: A #WebKitDOMHTMLButtonElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_button_element_set_form_target(WebKitDOMHTMLButtonElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_button_element_get_validity:
- * @self: A #WebKitDOMHTMLButtonElement
- *
- * Returns: (transfer full): A #WebKitDOMValidityState
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMValidityState*
-webkit_dom_html_button_element_get_validity(WebKitDOMHTMLButtonElement* self);
-
-/**
- * webkit_dom_html_button_element_get_validation_message:
- * @self: A #WebKitDOMHTMLButtonElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_button_element_get_validation_message(WebKitDOMHTMLButtonElement* self);
-
-/**
- * webkit_dom_html_button_element_get_labels:
- * @self: A #WebKitDOMHTMLButtonElement
- *
- * Returns: (transfer full): A #WebKitDOMNodeList
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMNodeList*
-webkit_dom_html_button_element_get_labels(WebKitDOMHTMLButtonElement* self);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLButtonElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLDetailsElementcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,212 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMHTMLDetailsElement.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/HTMLNames.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMHTMLDetailsElementPrivate.h&quot;
-#include &quot;WebKitDOMNodePrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#if ENABLE(DETAILS_ELEMENT)
-
-namespace WebKit {
-
-WebKitDOMHTMLDetailsElement* kit(WebCore::HTMLDetailsElement* obj)
-{
-    return WEBKIT_DOM_HTML_DETAILS_ELEMENT(kit(static_cast&lt;WebCore::Node*&gt;(obj)));
-}
-
-WebCore::HTMLDetailsElement* core(WebKitDOMHTMLDetailsElement* request)
-{
-    return request ? static_cast&lt;WebCore::HTMLDetailsElement*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMHTMLDetailsElement* wrapHTMLDetailsElement(WebCore::HTMLDetailsElement* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_HTML_DETAILS_ELEMENT(g_object_new(WEBKIT_DOM_TYPE_HTML_DETAILS_ELEMENT, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(DETAILS_ELEMENT)
-
-static gboolean webkit_dom_html_details_element_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-#if ENABLE(DETAILS_ELEMENT)
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::HTMLDetailsElement* coreTarget = static_cast&lt;WebCore::HTMLDetailsElement*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(event);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Details Element&quot;)
-    return false;
-#endif // ENABLE(DETAILS_ELEMENT)
-}
-
-static gboolean webkit_dom_html_details_element_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(DETAILS_ELEMENT)
-    WebCore::HTMLDetailsElement* coreTarget = static_cast&lt;WebCore::HTMLDetailsElement*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Details Element&quot;)
-    return false;
-#endif // ENABLE(DETAILS_ELEMENT)
-}
-
-static gboolean webkit_dom_html_details_element_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(DETAILS_ELEMENT)
-    WebCore::HTMLDetailsElement* coreTarget = static_cast&lt;WebCore::HTMLDetailsElement*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Details Element&quot;)
-    return false;
-#endif // ENABLE(DETAILS_ELEMENT)
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_html_details_element_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_html_details_element_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_html_details_element_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMHTMLDetailsElement, webkit_dom_html_details_element, WEBKIT_DOM_TYPE_HTML_ELEMENT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-enum {
-    PROP_0,
-    PROP_OPEN,
-};
-
-static void webkit_dom_html_details_element_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMHTMLDetailsElement* self = WEBKIT_DOM_HTML_DETAILS_ELEMENT(object);
-
-    switch (propertyId) {
-    case PROP_OPEN:
-        webkit_dom_html_details_element_set_open(self, g_value_get_boolean(value));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_html_details_element_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMHTMLDetailsElement* self = WEBKIT_DOM_HTML_DETAILS_ELEMENT(object);
-
-    switch (propertyId) {
-    case PROP_OPEN:
-        g_value_set_boolean(value, webkit_dom_html_details_element_get_open(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_html_details_element_class_init(WebKitDOMHTMLDetailsElementClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    gobjectClass-&gt;set_property = webkit_dom_html_details_element_set_property;
-    gobjectClass-&gt;get_property = webkit_dom_html_details_element_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_OPEN,
-        g_param_spec_boolean(
-            &quot;open&quot;,
-            &quot;HTMLDetailsElement:open&quot;,
-            &quot;read-write gboolean HTMLDetailsElement:open&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-}
-
-static void webkit_dom_html_details_element_init(WebKitDOMHTMLDetailsElement* request)
-{
-    UNUSED_PARAM(request);
-}
-
-gboolean webkit_dom_html_details_element_get_open(WebKitDOMHTMLDetailsElement* self)
-{
-#if ENABLE(DETAILS_ELEMENT)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_DETAILS_ELEMENT(self), FALSE);
-    WebCore::HTMLDetailsElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::openAttr);
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Details Element&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(DETAILS_ELEMENT) */
-}
-
-void webkit_dom_html_details_element_set_open(WebKitDOMHTMLDetailsElement* self, gboolean value)
-{
-#if ENABLE(DETAILS_ELEMENT)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_DETAILS_ELEMENT(self));
-    WebCore::HTMLDetailsElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::openAttr, value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Details Element&quot;)
-#endif /* ENABLE(DETAILS_ELEMENT) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLDetailsElementh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElement.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElement.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElement.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,74 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLDetailsElement_h
-#define WebKitDOMHTMLDetailsElement_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMHTMLElement.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_HTML_DETAILS_ELEMENT            (webkit_dom_html_details_element_get_type())
-#define WEBKIT_DOM_HTML_DETAILS_ELEMENT(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_HTML_DETAILS_ELEMENT, WebKitDOMHTMLDetailsElement))
-#define WEBKIT_DOM_HTML_DETAILS_ELEMENT_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_HTML_DETAILS_ELEMENT, WebKitDOMHTMLDetailsElementClass)
-#define WEBKIT_DOM_IS_HTML_DETAILS_ELEMENT(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_HTML_DETAILS_ELEMENT))
-#define WEBKIT_DOM_IS_HTML_DETAILS_ELEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_HTML_DETAILS_ELEMENT))
-#define WEBKIT_DOM_HTML_DETAILS_ELEMENT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_HTML_DETAILS_ELEMENT, WebKitDOMHTMLDetailsElementClass))
-
-struct _WebKitDOMHTMLDetailsElement {
-    WebKitDOMHTMLElement parent_instance;
-};
-
-struct _WebKitDOMHTMLDetailsElementClass {
-    WebKitDOMHTMLElementClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_html_details_element_get_type(void);
-
-/**
- * webkit_dom_html_details_element_get_open:
- * @self: A #WebKitDOMHTMLDetailsElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_details_element_get_open(WebKitDOMHTMLDetailsElement* self);
-
-/**
- * webkit_dom_html_details_element_set_open:
- * @self: A #WebKitDOMHTMLDetailsElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_details_element_set_open(WebKitDOMHTMLDetailsElement* self, gboolean value);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLDetailsElement_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLDetailsElementPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElementPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElementPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDetailsElementPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLDetailsElementPrivate_h
-#define WebKitDOMHTMLDetailsElementPrivate_h
-
-#include &lt;WebCore/HTMLDetailsElement.h&gt;
-#include &lt;webkitdom/WebKitDOMHTMLDetailsElement.h&gt;
-#if ENABLE(DETAILS_ELEMENT)
-
-namespace WebKit {
-WebKitDOMHTMLDetailsElement* wrapHTMLDetailsElement(WebCore::HTMLDetailsElement*);
-WebKitDOMHTMLDetailsElement* kit(WebCore::HTMLDetailsElement*);
-WebCore::HTMLDetailsElement* core(WebKitDOMHTMLDetailsElement*);
-} // namespace WebKit
-
-#endif /* ENABLE(DETAILS_ELEMENT) */
-
-#endif /* WebKitDOMHTMLDetailsElementPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLFieldSetElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -36,9 +36,7 @@
</span><span class="cx"> #include &quot;WebKitDOMHTMLFormElementPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><del>-#include &quot;WebKitDOMValidityStatePrivate.h&quot;
</del><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLFieldSetElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -101,62 +99,17 @@
</span><span class="cx"> 
</span><span class="cx"> enum {
</span><span class="cx">     PROP_0,
</span><del>-    PROP_DISABLED,
</del><span class="cx">     PROP_FORM,
</span><del>-    PROP_NAME,
-    PROP_TYPE,
-    PROP_ELEMENTS,
-    PROP_WILL_VALIDATE,
-    PROP_VALIDITY,
-    PROP_VALIDATION_MESSAGE,
</del><span class="cx"> };
</span><span class="cx"> 
</span><del>-static void webkit_dom_html_field_set_element_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMHTMLFieldSetElement* self = WEBKIT_DOM_HTML_FIELD_SET_ELEMENT(object);
-
-    switch (propertyId) {
-    case PROP_DISABLED:
-        webkit_dom_html_field_set_element_set_disabled(self, g_value_get_boolean(value));
-        break;
-    case PROP_NAME:
-        webkit_dom_html_field_set_element_set_name(self, g_value_get_string(value));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
</del><span class="cx"> static void webkit_dom_html_field_set_element_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
</span><span class="cx"> {
</span><span class="cx">     WebKitDOMHTMLFieldSetElement* self = WEBKIT_DOM_HTML_FIELD_SET_ELEMENT(object);
</span><span class="cx"> 
</span><span class="cx">     switch (propertyId) {
</span><del>-    case PROP_DISABLED:
-        g_value_set_boolean(value, webkit_dom_html_field_set_element_get_disabled(self));
-        break;
</del><span class="cx">     case PROP_FORM:
</span><span class="cx">         g_value_set_object(value, webkit_dom_html_field_set_element_get_form(self));
</span><span class="cx">         break;
</span><del>-    case PROP_NAME:
-        g_value_take_string(value, webkit_dom_html_field_set_element_get_name(self));
-        break;
-    case PROP_TYPE:
-        g_value_take_string(value, webkit_dom_html_field_set_element_get_set_type(self));
-        break;
-    case PROP_ELEMENTS:
-        g_value_set_object(value, webkit_dom_html_field_set_element_get_elements(self));
-        break;
-    case PROP_WILL_VALIDATE:
-        g_value_set_boolean(value, webkit_dom_html_field_set_element_get_will_validate(self));
-        break;
-    case PROP_VALIDITY:
-        g_value_set_object(value, webkit_dom_html_field_set_element_get_validity(self));
-        break;
-    case PROP_VALIDATION_MESSAGE:
-        g_value_take_string(value, webkit_dom_html_field_set_element_get_validation_message(self));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -166,21 +119,10 @@
</span><span class="cx"> static void webkit_dom_html_field_set_element_class_init(WebKitDOMHTMLFieldSetElementClass* requestClass)
</span><span class="cx"> {
</span><span class="cx">     GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
</span><del>-    gobjectClass-&gt;set_property = webkit_dom_html_field_set_element_set_property;
</del><span class="cx">     gobjectClass-&gt;get_property = webkit_dom_html_field_set_element_get_property;
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_DISABLED,
-        g_param_spec_boolean(
-            &quot;disabled&quot;,
-            &quot;HTMLFieldSetElement:disabled&quot;,
-            &quot;read-write gboolean HTMLFieldSetElement:disabled&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_FORM,
</span><span class="cx">         g_param_spec_object(
</span><span class="cx">             &quot;form&quot;,
</span><span class="lines">@@ -188,67 +130,6 @@
</span><span class="cx">             &quot;read-only WebKitDOMHTMLFormElement* HTMLFieldSetElement:form&quot;,
</span><span class="cx">             WEBKIT_DOM_TYPE_HTML_FORM_ELEMENT,
</span><span class="cx">             WEBKIT_PARAM_READABLE));
</span><del>-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_NAME,
-        g_param_spec_string(
-            &quot;name&quot;,
-            &quot;HTMLFieldSetElement:name&quot;,
-            &quot;read-write gchar* HTMLFieldSetElement:name&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TYPE,
-        g_param_spec_string(
-            &quot;type&quot;,
-            &quot;HTMLFieldSetElement:type&quot;,
-            &quot;read-only gchar* HTMLFieldSetElement:type&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_ELEMENTS,
-        g_param_spec_object(
-            &quot;elements&quot;,
-            &quot;HTMLFieldSetElement:elements&quot;,
-            &quot;read-only WebKitDOMHTMLCollection* HTMLFieldSetElement:elements&quot;,
-            WEBKIT_DOM_TYPE_HTML_COLLECTION,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WILL_VALIDATE,
-        g_param_spec_boolean(
-            &quot;will-validate&quot;,
-            &quot;HTMLFieldSetElement:will-validate&quot;,
-            &quot;read-only gboolean HTMLFieldSetElement:will-validate&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VALIDITY,
-        g_param_spec_object(
-            &quot;validity&quot;,
-            &quot;HTMLFieldSetElement:validity&quot;,
-            &quot;read-only WebKitDOMValidityState* HTMLFieldSetElement:validity&quot;,
-            WEBKIT_DOM_TYPE_VALIDITY_STATE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VALIDATION_MESSAGE,
-        g_param_spec_string(
-            &quot;validation-message&quot;,
-            &quot;HTMLFieldSetElement:validation-message&quot;,
-            &quot;read-only gchar* HTMLFieldSetElement:validation-message&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_field_set_element_init(WebKitDOMHTMLFieldSetElement* request)
</span><span class="lines">@@ -256,42 +137,6 @@
</span><span class="cx">     UNUSED_PARAM(request);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_html_field_set_element_check_validity(WebKitDOMHTMLFieldSetElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_FIELD_SET_ELEMENT(self), FALSE);
-    WebCore::HTMLFieldSetElement* item = WebKit::core(self);
-    gboolean result = item-&gt;checkValidity();
-    return result;
-}
-
-void webkit_dom_html_field_set_element_set_custom_validity(WebKitDOMHTMLFieldSetElement* self, const gchar* error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_FIELD_SET_ELEMENT(self));
-    g_return_if_fail(error);
-    WebCore::HTMLFieldSetElement* item = WebKit::core(self);
-    WTF::String convertedError = WTF::String::fromUTF8(error);
-    item-&gt;setCustomValidity(convertedError);
-}
-
-gboolean webkit_dom_html_field_set_element_get_disabled(WebKitDOMHTMLFieldSetElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_FIELD_SET_ELEMENT(self), FALSE);
-    WebCore::HTMLFieldSetElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::disabledAttr);
-    return result;
-}
-
-void webkit_dom_html_field_set_element_set_disabled(WebKitDOMHTMLFieldSetElement* self, gboolean value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_FIELD_SET_ELEMENT(self));
-    WebCore::HTMLFieldSetElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::disabledAttr, value);
-}
-
</del><span class="cx"> WebKitDOMHTMLFormElement* webkit_dom_html_field_set_element_get_form(WebKitDOMHTMLFieldSetElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -300,68 +145,3 @@
</span><span class="cx">     RefPtr&lt;WebCore::HTMLFormElement&gt; gobjectResult = WTF::getPtr(item-&gt;form());
</span><span class="cx">     return WebKit::kit(gobjectResult.get());
</span><span class="cx"> }
</span><del>-
-gchar* webkit_dom_html_field_set_element_get_name(WebKitDOMHTMLFieldSetElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_FIELD_SET_ELEMENT(self), 0);
-    WebCore::HTMLFieldSetElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;getNameAttribute());
-    return result;
-}
-
-void webkit_dom_html_field_set_element_set_name(WebKitDOMHTMLFieldSetElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_FIELD_SET_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLFieldSetElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::nameAttr, convertedValue);
-}
-
-gchar* webkit_dom_html_field_set_element_get_set_type(WebKitDOMHTMLFieldSetElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_FIELD_SET_ELEMENT(self), 0);
-    WebCore::HTMLFieldSetElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;type());
-    return result;
-}
-
-WebKitDOMHTMLCollection* webkit_dom_html_field_set_element_get_elements(WebKitDOMHTMLFieldSetElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_FIELD_SET_ELEMENT(self), 0);
-    WebCore::HTMLFieldSetElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::HTMLCollection&gt; gobjectResult = WTF::getPtr(item-&gt;elementsForNativeBindings());
-    return WebKit::kit(gobjectResult.get());
-}
-
-gboolean webkit_dom_html_field_set_element_get_will_validate(WebKitDOMHTMLFieldSetElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_FIELD_SET_ELEMENT(self), FALSE);
-    WebCore::HTMLFieldSetElement* item = WebKit::core(self);
-    gboolean result = item-&gt;willValidate();
-    return result;
-}
-
-WebKitDOMValidityState* webkit_dom_html_field_set_element_get_validity(WebKitDOMHTMLFieldSetElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_FIELD_SET_ELEMENT(self), 0);
-    WebCore::HTMLFieldSetElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::ValidityState&gt; gobjectResult = WTF::getPtr(item-&gt;validity());
-    return WebKit::kit(gobjectResult.get());
-}
-
-gchar* webkit_dom_html_field_set_element_get_validation_message(WebKitDOMHTMLFieldSetElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_FIELD_SET_ELEMENT(self), 0);
-    WebCore::HTMLFieldSetElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;validationMessage());
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLFieldSetElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFieldSetElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,152 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLFieldSetElementUnstable_h
-#define WebKitDOMHTMLFieldSetElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_field_set_element_check_validity:
- * @self: A #WebKitDOMHTMLFieldSetElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_field_set_element_check_validity(WebKitDOMHTMLFieldSetElement* self);
-
-/**
- * webkit_dom_html_field_set_element_set_custom_validity:
- * @self: A #WebKitDOMHTMLFieldSetElement
- * @error: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_field_set_element_set_custom_validity(WebKitDOMHTMLFieldSetElement* self, const gchar* error);
-
-/**
- * webkit_dom_html_field_set_element_get_disabled:
- * @self: A #WebKitDOMHTMLFieldSetElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_field_set_element_get_disabled(WebKitDOMHTMLFieldSetElement* self);
-
-/**
- * webkit_dom_html_field_set_element_set_disabled:
- * @self: A #WebKitDOMHTMLFieldSetElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_field_set_element_set_disabled(WebKitDOMHTMLFieldSetElement* self, gboolean value);
-
-/**
- * webkit_dom_html_field_set_element_get_name:
- * @self: A #WebKitDOMHTMLFieldSetElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_field_set_element_get_name(WebKitDOMHTMLFieldSetElement* self);
-
-/**
- * webkit_dom_html_field_set_element_set_name:
- * @self: A #WebKitDOMHTMLFieldSetElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_field_set_element_set_name(WebKitDOMHTMLFieldSetElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_field_set_element_get_set_type:
- * @self: A #WebKitDOMHTMLFieldSetElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_field_set_element_get_set_type(WebKitDOMHTMLFieldSetElement* self);
-
-/**
- * webkit_dom_html_field_set_element_get_elements:
- * @self: A #WebKitDOMHTMLFieldSetElement
- *
- * Returns: (transfer full): A #WebKitDOMHTMLCollection
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMHTMLCollection*
-webkit_dom_html_field_set_element_get_elements(WebKitDOMHTMLFieldSetElement* self);
-
-/**
- * webkit_dom_html_field_set_element_get_will_validate:
- * @self: A #WebKitDOMHTMLFieldSetElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_field_set_element_get_will_validate(WebKitDOMHTMLFieldSetElement* self);
-
-/**
- * webkit_dom_html_field_set_element_get_validity:
- * @self: A #WebKitDOMHTMLFieldSetElement
- *
- * Returns: (transfer full): A #WebKitDOMValidityState
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMValidityState*
-webkit_dom_html_field_set_element_get_validity(WebKitDOMHTMLFieldSetElement* self);
-
-/**
- * webkit_dom_html_field_set_element_get_validation_message:
- * @self: A #WebKitDOMHTMLFieldSetElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_field_set_element_get_validation_message(WebKitDOMHTMLFieldSetElement* self);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLFieldSetElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLFormElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -36,7 +36,6 @@
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLFormElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -101,17 +100,13 @@
</span><span class="cx">     PROP_0,
</span><span class="cx">     PROP_ACCEPT_CHARSET,
</span><span class="cx">     PROP_ACTION,
</span><del>-    PROP_AUTOCOMPLETE,
</del><span class="cx">     PROP_ENCTYPE,
</span><span class="cx">     PROP_ENCODING,
</span><span class="cx">     PROP_METHOD,
</span><span class="cx">     PROP_NAME,
</span><del>-    PROP_NO_VALIDATE,
</del><span class="cx">     PROP_TARGET,
</span><span class="cx">     PROP_ELEMENTS,
</span><span class="cx">     PROP_LENGTH,
</span><del>-    PROP_AUTOCORRECT,
-    PROP_AUTOCAPITALIZE,
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_form_element_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
</span><span class="lines">@@ -125,9 +120,6 @@
</span><span class="cx">     case PROP_ACTION:
</span><span class="cx">         webkit_dom_html_form_element_set_action(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_AUTOCOMPLETE:
-        webkit_dom_html_form_element_set_autocomplete(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_ENCTYPE:
</span><span class="cx">         webkit_dom_html_form_element_set_enctype(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -140,18 +132,9 @@
</span><span class="cx">     case PROP_NAME:
</span><span class="cx">         webkit_dom_html_form_element_set_name(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_NO_VALIDATE:
-        webkit_dom_html_form_element_set_no_validate(self, g_value_get_boolean(value));
-        break;
</del><span class="cx">     case PROP_TARGET:
</span><span class="cx">         webkit_dom_html_form_element_set_target(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_AUTOCORRECT:
-        webkit_dom_html_form_element_set_autocorrect(self, g_value_get_boolean(value));
-        break;
-    case PROP_AUTOCAPITALIZE:
-        webkit_dom_html_form_element_set_autocapitalize(self, g_value_get_string(value));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -169,9 +152,6 @@
</span><span class="cx">     case PROP_ACTION:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_form_element_get_action(self));
</span><span class="cx">         break;
</span><del>-    case PROP_AUTOCOMPLETE:
-        g_value_take_string(value, webkit_dom_html_form_element_get_autocomplete(self));
-        break;
</del><span class="cx">     case PROP_ENCTYPE:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_form_element_get_enctype(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -184,9 +164,6 @@
</span><span class="cx">     case PROP_NAME:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_form_element_get_name(self));
</span><span class="cx">         break;
</span><del>-    case PROP_NO_VALIDATE:
-        g_value_set_boolean(value, webkit_dom_html_form_element_get_no_validate(self));
-        break;
</del><span class="cx">     case PROP_TARGET:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_form_element_get_target(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -196,12 +173,6 @@
</span><span class="cx">     case PROP_LENGTH:
</span><span class="cx">         g_value_set_long(value, webkit_dom_html_form_element_get_length(self));
</span><span class="cx">         break;
</span><del>-    case PROP_AUTOCORRECT:
-        g_value_set_boolean(value, webkit_dom_html_form_element_get_autocorrect(self));
-        break;
-    case PROP_AUTOCAPITALIZE:
-        g_value_take_string(value, webkit_dom_html_form_element_get_autocapitalize(self));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -236,16 +207,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_AUTOCOMPLETE,
-        g_param_spec_string(
-            &quot;autocomplete&quot;,
-            &quot;HTMLFormElement:autocomplete&quot;,
-            &quot;read-write gchar* HTMLFormElement:autocomplete&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_ENCTYPE,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;enctype&quot;,
</span><span class="lines">@@ -286,16 +247,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_NO_VALIDATE,
-        g_param_spec_boolean(
-            &quot;no-validate&quot;,
-            &quot;HTMLFormElement:no-validate&quot;,
-            &quot;read-write gboolean HTMLFormElement:no-validate&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_TARGET,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;target&quot;,
</span><span class="lines">@@ -323,27 +274,6 @@
</span><span class="cx">             &quot;read-only glong HTMLFormElement:length&quot;,
</span><span class="cx">             G_MINLONG, G_MAXLONG, 0,
</span><span class="cx">             WEBKIT_PARAM_READABLE));
</span><del>-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_AUTOCORRECT,
-        g_param_spec_boolean(
-            &quot;autocorrect&quot;,
-            &quot;HTMLFormElement:autocorrect&quot;,
-            &quot;read-write gboolean HTMLFormElement:autocorrect&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_AUTOCAPITALIZE,
-        g_param_spec_string(
-            &quot;autocapitalize&quot;,
-            &quot;HTMLFormElement:autocapitalize&quot;,
-            &quot;read-write gchar* HTMLFormElement:autocapitalize&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_form_element_init(WebKitDOMHTMLFormElement* request)
</span><span class="lines">@@ -367,28 +297,6 @@
</span><span class="cx">     item-&gt;reset();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_html_form_element_check_validity(WebKitDOMHTMLFormElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_FORM_ELEMENT(self), FALSE);
-    WebCore::HTMLFormElement* item = WebKit::core(self);
-    gboolean result = item-&gt;checkValidity();
-    return result;
-}
-
-void webkit_dom_html_form_element_request_autocomplete(WebKitDOMHTMLFormElement* self)
-{
-#if ENABLE(REQUEST_AUTOCOMPLETE)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_FORM_ELEMENT(self));
-    WebCore::HTMLFormElement* item = WebKit::core(self);
-    item-&gt;requestAutocomplete();
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Request Autocomplete&quot;)
-#endif /* ENABLE(REQUEST_AUTOCOMPLETE) */
-}
-
</del><span class="cx"> gchar* webkit_dom_html_form_element_get_accept_charset(WebKitDOMHTMLFormElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -427,25 +335,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::actionAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_form_element_get_autocomplete(WebKitDOMHTMLFormElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_FORM_ELEMENT(self), 0);
-    WebCore::HTMLFormElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;autocomplete());
-    return result;
-}
-
-void webkit_dom_html_form_element_set_autocomplete(WebKitDOMHTMLFormElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_FORM_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLFormElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAutocomplete(convertedValue);
-}
-
</del><span class="cx"> gchar* webkit_dom_html_form_element_get_enctype(WebKitDOMHTMLFormElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -522,23 +411,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::nameAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_html_form_element_get_no_validate(WebKitDOMHTMLFormElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_FORM_ELEMENT(self), FALSE);
-    WebCore::HTMLFormElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::novalidateAttr);
-    return result;
-}
-
-void webkit_dom_html_form_element_set_no_validate(WebKitDOMHTMLFormElement* self, gboolean value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_FORM_ELEMENT(self));
-    WebCore::HTMLFormElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::novalidateAttr, value);
-}
-
</del><span class="cx"> gchar* webkit_dom_html_form_element_get_target(WebKitDOMHTMLFormElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -575,64 +447,3 @@
</span><span class="cx">     glong result = item-&gt;length();
</span><span class="cx">     return result;
</span><span class="cx"> }
</span><del>-
-gboolean webkit_dom_html_form_element_get_autocorrect(WebKitDOMHTMLFormElement* self)
-{
-#if ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_FORM_ELEMENT(self), FALSE);
-    WebCore::HTMLFormElement* item = WebKit::core(self);
-    gboolean result = item-&gt;autocorrect();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Ios Autocorrect And Autocapitalize&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE) */
-}
-
-void webkit_dom_html_form_element_set_autocorrect(WebKitDOMHTMLFormElement* self, gboolean value)
-{
-#if ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_FORM_ELEMENT(self));
-    WebCore::HTMLFormElement* item = WebKit::core(self);
-    item-&gt;setAutocorrect(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Ios Autocorrect And Autocapitalize&quot;)
-#endif /* ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE) */
-}
-
-gchar* webkit_dom_html_form_element_get_autocapitalize(WebKitDOMHTMLFormElement* self)
-{
-#if ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_FORM_ELEMENT(self), 0);
-    WebCore::HTMLFormElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;autocapitalize());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Ios Autocorrect And Autocapitalize&quot;)
-    return 0;
-#endif /* ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE) */
-}
-
-void webkit_dom_html_form_element_set_autocapitalize(WebKitDOMHTMLFormElement* self, const gchar* value)
-{
-#if ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_FORM_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLFormElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAutocapitalize(convertedValue);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Ios Autocorrect And Autocapitalize&quot;)
-#endif /* ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLFormElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,138 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLFormElementUnstable_h
-#define WebKitDOMHTMLFormElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_form_element_check_validity:
- * @self: A #WebKitDOMHTMLFormElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_form_element_check_validity(WebKitDOMHTMLFormElement* self);
-
-/**
- * webkit_dom_html_form_element_request_autocomplete:
- * @self: A #WebKitDOMHTMLFormElement
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_form_element_request_autocomplete(WebKitDOMHTMLFormElement* self);
-
-/**
- * webkit_dom_html_form_element_get_autocomplete:
- * @self: A #WebKitDOMHTMLFormElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_form_element_get_autocomplete(WebKitDOMHTMLFormElement* self);
-
-/**
- * webkit_dom_html_form_element_set_autocomplete:
- * @self: A #WebKitDOMHTMLFormElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_form_element_set_autocomplete(WebKitDOMHTMLFormElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_form_element_get_no_validate:
- * @self: A #WebKitDOMHTMLFormElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_form_element_get_no_validate(WebKitDOMHTMLFormElement* self);
-
-/**
- * webkit_dom_html_form_element_set_no_validate:
- * @self: A #WebKitDOMHTMLFormElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_form_element_set_no_validate(WebKitDOMHTMLFormElement* self, gboolean value);
-
-/**
- * webkit_dom_html_form_element_get_autocorrect:
- * @self: A #WebKitDOMHTMLFormElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_form_element_get_autocorrect(WebKitDOMHTMLFormElement* self);
-
-/**
- * webkit_dom_html_form_element_set_autocorrect:
- * @self: A #WebKitDOMHTMLFormElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_form_element_set_autocorrect(WebKitDOMHTMLFormElement* self, gboolean value);
-
-/**
- * webkit_dom_html_form_element_get_autocapitalize:
- * @self: A #WebKitDOMHTMLFormElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_form_element_get_autocapitalize(WebKitDOMHTMLFormElement* self);
-
-/**
- * webkit_dom_html_form_element_set_autocapitalize:
- * @self: A #WebKitDOMHTMLFormElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_form_element_set_autocapitalize(WebKitDOMHTMLFormElement* self, const gchar* value);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLFormElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLHtmlElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLHtmlElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -99,7 +98,6 @@
</span><span class="cx"> enum {
</span><span class="cx">     PROP_0,
</span><span class="cx">     PROP_VERSION,
</span><del>-    PROP_MANIFEST,
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_html_element_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
</span><span class="lines">@@ -110,9 +108,6 @@
</span><span class="cx">     case PROP_VERSION:
</span><span class="cx">         webkit_dom_html_html_element_set_version(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_MANIFEST:
-        webkit_dom_html_html_element_set_manifest(self, g_value_get_string(value));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -127,9 +122,6 @@
</span><span class="cx">     case PROP_VERSION:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_html_element_get_version(self));
</span><span class="cx">         break;
</span><del>-    case PROP_MANIFEST:
-        g_value_take_string(value, webkit_dom_html_html_element_get_manifest(self));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -151,17 +143,6 @@
</span><span class="cx">             &quot;read-write gchar* HTMLHtmlElement:version&quot;,
</span><span class="cx">             &quot;&quot;,
</span><span class="cx">             WEBKIT_PARAM_READWRITE));
</span><del>-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_MANIFEST,
-        g_param_spec_string(
-            &quot;manifest&quot;,
-            &quot;HTMLHtmlElement:manifest&quot;,
-            &quot;read-write gchar* HTMLHtmlElement:manifest&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_html_element_init(WebKitDOMHTMLHtmlElement* request)
</span><span class="lines">@@ -187,23 +168,3 @@
</span><span class="cx">     WTF::String convertedValue = WTF::String::fromUTF8(value);
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::versionAttr, convertedValue);
</span><span class="cx"> }
</span><del>-
-gchar* webkit_dom_html_html_element_get_manifest(WebKitDOMHTMLHtmlElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_HTML_ELEMENT(self), 0);
-    WebCore::HTMLHtmlElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;getURLAttribute(WebCore::HTMLNames::manifestAttr));
-    return result;
-}
-
-void webkit_dom_html_html_element_set_manifest(WebKitDOMHTMLHtmlElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_HTML_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLHtmlElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::manifestAttr, convertedValue);
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLHtmlElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLHtmlElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,55 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLHtmlElementUnstable_h
-#define WebKitDOMHTMLHtmlElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_html_element_get_manifest:
- * @self: A #WebKitDOMHTMLHtmlElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_html_element_get_manifest(WebKitDOMHTMLHtmlElement* self);
-
-/**
- * webkit_dom_html_html_element_set_manifest:
- * @self: A #WebKitDOMHTMLHtmlElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_html_element_set_manifest(WebKitDOMHTMLHtmlElement* self, const gchar* value);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLHtmlElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLIFrameElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -37,7 +37,6 @@
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLIFrameElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -107,10 +106,8 @@
</span><span class="cx">     PROP_MARGIN_HEIGHT,
</span><span class="cx">     PROP_MARGIN_WIDTH,
</span><span class="cx">     PROP_NAME,
</span><del>-    PROP_SANDBOX,
</del><span class="cx">     PROP_SCROLLING,
</span><span class="cx">     PROP_SRC,
</span><del>-    PROP_SRCDOC,
</del><span class="cx">     PROP_WIDTH,
</span><span class="cx">     PROP_CONTENT_DOCUMENT,
</span><span class="cx">     PROP_CONTENT_WINDOW,
</span><span class="lines">@@ -142,9 +139,6 @@
</span><span class="cx">     case PROP_NAME:
</span><span class="cx">         webkit_dom_html_iframe_element_set_name(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_SANDBOX:
-        webkit_dom_html_iframe_element_set_sandbox(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_SCROLLING:
</span><span class="cx">         webkit_dom_html_iframe_element_set_scrolling(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -151,9 +145,6 @@
</span><span class="cx">     case PROP_SRC:
</span><span class="cx">         webkit_dom_html_iframe_element_set_src(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_SRCDOC:
-        webkit_dom_html_iframe_element_set_srcdoc(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_WIDTH:
</span><span class="cx">         webkit_dom_html_iframe_element_set_width(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -189,9 +180,6 @@
</span><span class="cx">     case PROP_NAME:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_iframe_element_get_name(self));
</span><span class="cx">         break;
</span><del>-    case PROP_SANDBOX:
-        g_value_take_string(value, webkit_dom_html_iframe_element_get_sandbox(self));
-        break;
</del><span class="cx">     case PROP_SCROLLING:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_iframe_element_get_scrolling(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -198,9 +186,6 @@
</span><span class="cx">     case PROP_SRC:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_iframe_element_get_src(self));
</span><span class="cx">         break;
</span><del>-    case PROP_SRCDOC:
-        g_value_take_string(value, webkit_dom_html_iframe_element_get_srcdoc(self));
-        break;
</del><span class="cx">     case PROP_WIDTH:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_iframe_element_get_width(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -294,16 +279,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_SANDBOX,
-        g_param_spec_string(
-            &quot;sandbox&quot;,
-            &quot;HTMLIFrameElement:sandbox&quot;,
-            &quot;read-write gchar* HTMLIFrameElement:sandbox&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_SCROLLING,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;scrolling&quot;,
</span><span class="lines">@@ -324,16 +299,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_SRCDOC,
-        g_param_spec_string(
-            &quot;srcdoc&quot;,
-            &quot;HTMLIFrameElement:srcdoc&quot;,
-            &quot;read-write gchar* HTMLIFrameElement:srcdoc&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_WIDTH,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;width&quot;,
</span><span class="lines">@@ -502,25 +467,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::nameAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_iframe_element_get_sandbox(WebKitDOMHTMLIFrameElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_IFRAME_ELEMENT(self), 0);
-    WebCore::HTMLIFrameElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::sandboxAttr));
-    return result;
-}
-
-void webkit_dom_html_iframe_element_set_sandbox(WebKitDOMHTMLIFrameElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_IFRAME_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLIFrameElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::sandboxAttr, convertedValue);
-}
-
</del><span class="cx"> gchar* webkit_dom_html_iframe_element_get_scrolling(WebKitDOMHTMLIFrameElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -559,25 +505,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::srcAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_iframe_element_get_srcdoc(WebKitDOMHTMLIFrameElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_IFRAME_ELEMENT(self), 0);
-    WebCore::HTMLIFrameElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::srcdocAttr));
-    return result;
-}
-
-void webkit_dom_html_iframe_element_set_srcdoc(WebKitDOMHTMLIFrameElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_IFRAME_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLIFrameElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::srcdocAttr, convertedValue);
-}
-
</del><span class="cx"> gchar* webkit_dom_html_iframe_element_get_width(WebKitDOMHTMLIFrameElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLIFrameElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLIFrameElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,76 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLIFrameElementUnstable_h
-#define WebKitDOMHTMLIFrameElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_iframe_element_get_sandbox:
- * @self: A #WebKitDOMHTMLIFrameElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_iframe_element_get_sandbox(WebKitDOMHTMLIFrameElement* self);
-
-/**
- * webkit_dom_html_iframe_element_set_sandbox:
- * @self: A #WebKitDOMHTMLIFrameElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_iframe_element_set_sandbox(WebKitDOMHTMLIFrameElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_iframe_element_get_srcdoc:
- * @self: A #WebKitDOMHTMLIFrameElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_iframe_element_get_srcdoc(WebKitDOMHTMLIFrameElement* self);
-
-/**
- * webkit_dom_html_iframe_element_set_srcdoc:
- * @self: A #WebKitDOMHTMLIFrameElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_iframe_element_set_srcdoc(WebKitDOMHTMLIFrameElement* self, const gchar* value);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLIFrameElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLImageElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLImageElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -102,15 +101,11 @@
</span><span class="cx">     PROP_ALIGN,
</span><span class="cx">     PROP_ALT,
</span><span class="cx">     PROP_BORDER,
</span><del>-    PROP_CROSS_ORIGIN,
</del><span class="cx">     PROP_HEIGHT,
</span><span class="cx">     PROP_HSPACE,
</span><span class="cx">     PROP_IS_MAP,
</span><span class="cx">     PROP_LONG_DESC,
</span><span class="cx">     PROP_SRC,
</span><del>-    PROP_SRCSET,
-    PROP_SIZES,
-    PROP_CURRENT_SRC,
</del><span class="cx">     PROP_USE_MAP,
</span><span class="cx">     PROP_VSPACE,
</span><span class="cx">     PROP_WIDTH,
</span><span class="lines">@@ -139,9 +134,6 @@
</span><span class="cx">     case PROP_BORDER:
</span><span class="cx">         webkit_dom_html_image_element_set_border(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_CROSS_ORIGIN:
-        webkit_dom_html_image_element_set_cross_origin(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_HEIGHT:
</span><span class="cx">         webkit_dom_html_image_element_set_height(self, g_value_get_long(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -157,12 +149,6 @@
</span><span class="cx">     case PROP_SRC:
</span><span class="cx">         webkit_dom_html_image_element_set_src(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_SRCSET:
-        webkit_dom_html_image_element_set_srcset(self, g_value_get_string(value));
-        break;
-    case PROP_SIZES:
-        webkit_dom_html_image_element_set_sizes(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_USE_MAP:
</span><span class="cx">         webkit_dom_html_image_element_set_use_map(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -198,9 +184,6 @@
</span><span class="cx">     case PROP_BORDER:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_image_element_get_border(self));
</span><span class="cx">         break;
</span><del>-    case PROP_CROSS_ORIGIN:
-        g_value_take_string(value, webkit_dom_html_image_element_get_cross_origin(self));
-        break;
</del><span class="cx">     case PROP_HEIGHT:
</span><span class="cx">         g_value_set_long(value, webkit_dom_html_image_element_get_height(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -216,15 +199,6 @@
</span><span class="cx">     case PROP_SRC:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_image_element_get_src(self));
</span><span class="cx">         break;
</span><del>-    case PROP_SRCSET:
-        g_value_take_string(value, webkit_dom_html_image_element_get_srcset(self));
-        break;
-    case PROP_SIZES:
-        g_value_take_string(value, webkit_dom_html_image_element_get_sizes(self));
-        break;
-    case PROP_CURRENT_SRC:
-        g_value_take_string(value, webkit_dom_html_image_element_get_current_src(self));
-        break;
</del><span class="cx">     case PROP_USE_MAP:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_image_element_get_use_map(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -306,16 +280,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_CROSS_ORIGIN,
-        g_param_spec_string(
-            &quot;cross-origin&quot;,
-            &quot;HTMLImageElement:cross-origin&quot;,
-            &quot;read-write gchar* HTMLImageElement:cross-origin&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_HEIGHT,
</span><span class="cx">         g_param_spec_long(
</span><span class="cx">             &quot;height&quot;,
</span><span class="lines">@@ -366,36 +330,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_SRCSET,
-        g_param_spec_string(
-            &quot;srcset&quot;,
-            &quot;HTMLImageElement:srcset&quot;,
-            &quot;read-write gchar* HTMLImageElement:srcset&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SIZES,
-        g_param_spec_string(
-            &quot;sizes&quot;,
-            &quot;HTMLImageElement:sizes&quot;,
-            &quot;read-write gchar* HTMLImageElement:sizes&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CURRENT_SRC,
-        g_param_spec_string(
-            &quot;current-src&quot;,
-            &quot;HTMLImageElement:current-src&quot;,
-            &quot;read-only gchar* HTMLImageElement:current-src&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_USE_MAP,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;use-map&quot;,
</span><span class="lines">@@ -567,25 +501,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::borderAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_image_element_get_cross_origin(WebKitDOMHTMLImageElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_IMAGE_ELEMENT(self), 0);
-    WebCore::HTMLImageElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;crossOrigin());
-    return result;
-}
-
-void webkit_dom_html_image_element_set_cross_origin(WebKitDOMHTMLImageElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_IMAGE_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLImageElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setCrossOrigin(convertedValue);
-}
-
</del><span class="cx"> glong webkit_dom_html_image_element_get_height(WebKitDOMHTMLImageElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -675,53 +590,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::srcAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_image_element_get_srcset(WebKitDOMHTMLImageElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_IMAGE_ELEMENT(self), 0);
-    WebCore::HTMLImageElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::srcsetAttr));
-    return result;
-}
-
-void webkit_dom_html_image_element_set_srcset(WebKitDOMHTMLImageElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_IMAGE_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLImageElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::srcsetAttr, convertedValue);
-}
-
-gchar* webkit_dom_html_image_element_get_sizes(WebKitDOMHTMLImageElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_IMAGE_ELEMENT(self), 0);
-    WebCore::HTMLImageElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::sizesAttr));
-    return result;
-}
-
-void webkit_dom_html_image_element_set_sizes(WebKitDOMHTMLImageElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_IMAGE_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLImageElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::sizesAttr, convertedValue);
-}
-
-gchar* webkit_dom_html_image_element_get_current_src(WebKitDOMHTMLImageElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_IMAGE_ELEMENT(self), 0);
-    WebCore::HTMLImageElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;currentSrc());
-    return result;
-}
-
</del><span class="cx"> gchar* webkit_dom_html_image_element_get_use_map(WebKitDOMHTMLImageElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLImageElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,108 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLImageElementUnstable_h
-#define WebKitDOMHTMLImageElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_image_element_get_cross_origin:
- * @self: A #WebKitDOMHTMLImageElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_image_element_get_cross_origin(WebKitDOMHTMLImageElement* self);
-
-/**
- * webkit_dom_html_image_element_set_cross_origin:
- * @self: A #WebKitDOMHTMLImageElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_image_element_set_cross_origin(WebKitDOMHTMLImageElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_image_element_get_srcset:
- * @self: A #WebKitDOMHTMLImageElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_image_element_get_srcset(WebKitDOMHTMLImageElement* self);
-
-/**
- * webkit_dom_html_image_element_set_srcset:
- * @self: A #WebKitDOMHTMLImageElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_image_element_set_srcset(WebKitDOMHTMLImageElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_image_element_get_sizes:
- * @self: A #WebKitDOMHTMLImageElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_image_element_get_sizes(WebKitDOMHTMLImageElement* self);
-
-/**
- * webkit_dom_html_image_element_set_sizes:
- * @self: A #WebKitDOMHTMLImageElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_image_element_set_sizes(WebKitDOMHTMLImageElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_image_element_get_current_src:
- * @self: A #WebKitDOMHTMLImageElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_image_element_get_current_src(WebKitDOMHTMLImageElement* self);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLImageElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLInputElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -38,9 +38,7 @@
</span><span class="cx"> #include &quot;WebKitDOMNodeListPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><del>-#include &quot;WebKitDOMValidityStatePrivate.h&quot;
</del><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLInputElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -105,48 +103,27 @@
</span><span class="cx">     PROP_0,
</span><span class="cx">     PROP_ACCEPT,
</span><span class="cx">     PROP_ALT,
</span><del>-    PROP_AUTOCOMPLETE,
</del><span class="cx">     PROP_AUTOFOCUS,
</span><span class="cx">     PROP_DEFAULT_CHECKED,
</span><span class="cx">     PROP_CHECKED,
</span><del>-    PROP_DIR_NAME,
</del><span class="cx">     PROP_DISABLED,
</span><span class="cx">     PROP_FORM,
</span><span class="cx">     PROP_FILES,
</span><del>-    PROP_FORM_ACTION,
-    PROP_FORM_ENCTYPE,
-    PROP_FORM_METHOD,
-    PROP_FORM_NO_VALIDATE,
-    PROP_FORM_TARGET,
</del><span class="cx">     PROP_HEIGHT,
</span><span class="cx">     PROP_INDETERMINATE,
</span><del>-    PROP_LIST,
-    PROP_MAX,
</del><span class="cx">     PROP_MAX_LENGTH,
</span><del>-    PROP_MIN,
</del><span class="cx">     PROP_MULTIPLE,
</span><span class="cx">     PROP_NAME,
</span><del>-    PROP_PATTERN,
-    PROP_PLACEHOLDER,
</del><span class="cx">     PROP_READ_ONLY,
</span><del>-    PROP_REQUIRED,
</del><span class="cx">     PROP_SIZE,
</span><span class="cx">     PROP_SRC,
</span><del>-    PROP_STEP,
</del><span class="cx">     PROP_TYPE,
</span><span class="cx">     PROP_DEFAULT_VALUE,
</span><span class="cx">     PROP_VALUE,
</span><del>-    PROP_VALUE_AS_NUMBER,
</del><span class="cx">     PROP_WIDTH,
</span><span class="cx">     PROP_WILL_VALIDATE,
</span><del>-    PROP_VALIDITY,
-    PROP_VALIDATION_MESSAGE,
-    PROP_LABELS,
</del><span class="cx">     PROP_ALIGN,
</span><span class="cx">     PROP_USE_MAP,
</span><del>-    PROP_INCREMENTAL,
-    PROP_AUTOCORRECT,
-    PROP_AUTOCAPITALIZE,
</del><span class="cx">     PROP_CAPTURE,
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="lines">@@ -161,9 +138,6 @@
</span><span class="cx">     case PROP_ALT:
</span><span class="cx">         webkit_dom_html_input_element_set_alt(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_AUTOCOMPLETE:
-        webkit_dom_html_input_element_set_autocomplete(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_AUTOFOCUS:
</span><span class="cx">         webkit_dom_html_input_element_set_autofocus(self, g_value_get_boolean(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -173,27 +147,9 @@
</span><span class="cx">     case PROP_CHECKED:
</span><span class="cx">         webkit_dom_html_input_element_set_checked(self, g_value_get_boolean(value));
</span><span class="cx">         break;
</span><del>-    case PROP_DIR_NAME:
-        webkit_dom_html_input_element_set_dir_name(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_DISABLED:
</span><span class="cx">         webkit_dom_html_input_element_set_disabled(self, g_value_get_boolean(value));
</span><span class="cx">         break;
</span><del>-    case PROP_FORM_ACTION:
-        webkit_dom_html_input_element_set_form_action(self, g_value_get_string(value));
-        break;
-    case PROP_FORM_ENCTYPE:
-        webkit_dom_html_input_element_set_form_enctype(self, g_value_get_string(value));
-        break;
-    case PROP_FORM_METHOD:
-        webkit_dom_html_input_element_set_form_method(self, g_value_get_string(value));
-        break;
-    case PROP_FORM_NO_VALIDATE:
-        webkit_dom_html_input_element_set_form_no_validate(self, g_value_get_boolean(value));
-        break;
-    case PROP_FORM_TARGET:
-        webkit_dom_html_input_element_set_form_target(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_HEIGHT:
</span><span class="cx">         webkit_dom_html_input_element_set_height(self, g_value_get_ulong(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -200,15 +156,9 @@
</span><span class="cx">     case PROP_INDETERMINATE:
</span><span class="cx">         webkit_dom_html_input_element_set_indeterminate(self, g_value_get_boolean(value));
</span><span class="cx">         break;
</span><del>-    case PROP_MAX:
-        webkit_dom_html_input_element_set_max(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_MAX_LENGTH:
</span><span class="cx">         webkit_dom_html_input_element_set_max_length(self, g_value_get_long(value), nullptr);
</span><span class="cx">         break;
</span><del>-    case PROP_MIN:
-        webkit_dom_html_input_element_set_min(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_MULTIPLE:
</span><span class="cx">         webkit_dom_html_input_element_set_multiple(self, g_value_get_boolean(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -215,18 +165,9 @@
</span><span class="cx">     case PROP_NAME:
</span><span class="cx">         webkit_dom_html_input_element_set_name(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_PATTERN:
-        webkit_dom_html_input_element_set_pattern(self, g_value_get_string(value));
-        break;
-    case PROP_PLACEHOLDER:
-        webkit_dom_html_input_element_set_placeholder(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_READ_ONLY:
</span><span class="cx">         webkit_dom_html_input_element_set_read_only(self, g_value_get_boolean(value));
</span><span class="cx">         break;
</span><del>-    case PROP_REQUIRED:
-        webkit_dom_html_input_element_set_required(self, g_value_get_boolean(value));
-        break;
</del><span class="cx">     case PROP_SIZE:
</span><span class="cx">         webkit_dom_html_input_element_set_size(self, g_value_get_ulong(value), nullptr);
</span><span class="cx">         break;
</span><span class="lines">@@ -233,9 +174,6 @@
</span><span class="cx">     case PROP_SRC:
</span><span class="cx">         webkit_dom_html_input_element_set_src(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_STEP:
-        webkit_dom_html_input_element_set_step(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_TYPE:
</span><span class="cx">         webkit_dom_html_input_element_set_input_type(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -245,9 +183,6 @@
</span><span class="cx">     case PROP_VALUE:
</span><span class="cx">         webkit_dom_html_input_element_set_value(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_VALUE_AS_NUMBER:
-        webkit_dom_html_input_element_set_value_as_number(self, g_value_get_double(value), nullptr);
-        break;
</del><span class="cx">     case PROP_WIDTH:
</span><span class="cx">         webkit_dom_html_input_element_set_width(self, g_value_get_ulong(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -257,17 +192,8 @@
</span><span class="cx">     case PROP_USE_MAP:
</span><span class="cx">         webkit_dom_html_input_element_set_use_map(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_INCREMENTAL:
-        webkit_dom_html_input_element_set_incremental(self, g_value_get_boolean(value));
-        break;
-    case PROP_AUTOCORRECT:
-        webkit_dom_html_input_element_set_autocorrect(self, g_value_get_boolean(value));
-        break;
-    case PROP_AUTOCAPITALIZE:
-        webkit_dom_html_input_element_set_autocapitalize(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_CAPTURE:
</span><del>-        webkit_dom_html_input_element_set_capture(self, g_value_get_string(value));
</del><ins>+        webkit_dom_html_input_element_set_capture_type(self, g_value_get_string(value));
</ins><span class="cx">         break;
</span><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="lines">@@ -286,9 +212,6 @@
</span><span class="cx">     case PROP_ALT:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_input_element_get_alt(self));
</span><span class="cx">         break;
</span><del>-    case PROP_AUTOCOMPLETE:
-        g_value_take_string(value, webkit_dom_html_input_element_get_autocomplete(self));
-        break;
</del><span class="cx">     case PROP_AUTOFOCUS:
</span><span class="cx">         g_value_set_boolean(value, webkit_dom_html_input_element_get_autofocus(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -298,9 +221,6 @@
</span><span class="cx">     case PROP_CHECKED:
</span><span class="cx">         g_value_set_boolean(value, webkit_dom_html_input_element_get_checked(self));
</span><span class="cx">         break;
</span><del>-    case PROP_DIR_NAME:
-        g_value_take_string(value, webkit_dom_html_input_element_get_dir_name(self));
-        break;
</del><span class="cx">     case PROP_DISABLED:
</span><span class="cx">         g_value_set_boolean(value, webkit_dom_html_input_element_get_disabled(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -310,21 +230,6 @@
</span><span class="cx">     case PROP_FILES:
</span><span class="cx">         g_value_set_object(value, webkit_dom_html_input_element_get_files(self));
</span><span class="cx">         break;
</span><del>-    case PROP_FORM_ACTION:
-        g_value_take_string(value, webkit_dom_html_input_element_get_form_action(self));
-        break;
-    case PROP_FORM_ENCTYPE:
-        g_value_take_string(value, webkit_dom_html_input_element_get_form_enctype(self));
-        break;
-    case PROP_FORM_METHOD:
-        g_value_take_string(value, webkit_dom_html_input_element_get_form_method(self));
-        break;
-    case PROP_FORM_NO_VALIDATE:
-        g_value_set_boolean(value, webkit_dom_html_input_element_get_form_no_validate(self));
-        break;
-    case PROP_FORM_TARGET:
-        g_value_take_string(value, webkit_dom_html_input_element_get_form_target(self));
-        break;
</del><span class="cx">     case PROP_HEIGHT:
</span><span class="cx">         g_value_set_ulong(value, webkit_dom_html_input_element_get_height(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -331,18 +236,9 @@
</span><span class="cx">     case PROP_INDETERMINATE:
</span><span class="cx">         g_value_set_boolean(value, webkit_dom_html_input_element_get_indeterminate(self));
</span><span class="cx">         break;
</span><del>-    case PROP_LIST:
-        g_value_set_object(value, webkit_dom_html_input_element_get_list(self));
-        break;
-    case PROP_MAX:
-        g_value_take_string(value, webkit_dom_html_input_element_get_max(self));
-        break;
</del><span class="cx">     case PROP_MAX_LENGTH:
</span><span class="cx">         g_value_set_long(value, webkit_dom_html_input_element_get_max_length(self));
</span><span class="cx">         break;
</span><del>-    case PROP_MIN:
-        g_value_take_string(value, webkit_dom_html_input_element_get_min(self));
-        break;
</del><span class="cx">     case PROP_MULTIPLE:
</span><span class="cx">         g_value_set_boolean(value, webkit_dom_html_input_element_get_multiple(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -349,18 +245,9 @@
</span><span class="cx">     case PROP_NAME:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_input_element_get_name(self));
</span><span class="cx">         break;
</span><del>-    case PROP_PATTERN:
-        g_value_take_string(value, webkit_dom_html_input_element_get_pattern(self));
-        break;
-    case PROP_PLACEHOLDER:
-        g_value_take_string(value, webkit_dom_html_input_element_get_placeholder(self));
-        break;
</del><span class="cx">     case PROP_READ_ONLY:
</span><span class="cx">         g_value_set_boolean(value, webkit_dom_html_input_element_get_read_only(self));
</span><span class="cx">         break;
</span><del>-    case PROP_REQUIRED:
-        g_value_set_boolean(value, webkit_dom_html_input_element_get_required(self));
-        break;
</del><span class="cx">     case PROP_SIZE:
</span><span class="cx">         g_value_set_ulong(value, webkit_dom_html_input_element_get_size(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -367,9 +254,6 @@
</span><span class="cx">     case PROP_SRC:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_input_element_get_src(self));
</span><span class="cx">         break;
</span><del>-    case PROP_STEP:
-        g_value_take_string(value, webkit_dom_html_input_element_get_step(self));
-        break;
</del><span class="cx">     case PROP_TYPE:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_input_element_get_input_type(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -379,9 +263,6 @@
</span><span class="cx">     case PROP_VALUE:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_input_element_get_value(self));
</span><span class="cx">         break;
</span><del>-    case PROP_VALUE_AS_NUMBER:
-        g_value_set_double(value, webkit_dom_html_input_element_get_value_as_number(self));
-        break;
</del><span class="cx">     case PROP_WIDTH:
</span><span class="cx">         g_value_set_ulong(value, webkit_dom_html_input_element_get_width(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -388,15 +269,6 @@
</span><span class="cx">     case PROP_WILL_VALIDATE:
</span><span class="cx">         g_value_set_boolean(value, webkit_dom_html_input_element_get_will_validate(self));
</span><span class="cx">         break;
</span><del>-    case PROP_VALIDITY:
-        g_value_set_object(value, webkit_dom_html_input_element_get_validity(self));
-        break;
-    case PROP_VALIDATION_MESSAGE:
-        g_value_take_string(value, webkit_dom_html_input_element_get_validation_message(self));
-        break;
-    case PROP_LABELS:
-        g_value_set_object(value, webkit_dom_html_input_element_get_labels(self));
-        break;
</del><span class="cx">     case PROP_ALIGN:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_input_element_get_align(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -403,15 +275,6 @@
</span><span class="cx">     case PROP_USE_MAP:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_input_element_get_use_map(self));
</span><span class="cx">         break;
</span><del>-    case PROP_INCREMENTAL:
-        g_value_set_boolean(value, webkit_dom_html_input_element_get_incremental(self));
-        break;
-    case PROP_AUTOCORRECT:
-        g_value_set_boolean(value, webkit_dom_html_input_element_get_autocorrect(self));
-        break;
-    case PROP_AUTOCAPITALIZE:
-        g_value_take_string(value, webkit_dom_html_input_element_get_autocapitalize(self));
-        break;
</del><span class="cx">     case PROP_CAPTURE:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_input_element_get_capture_type(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -449,16 +312,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_AUTOCOMPLETE,
-        g_param_spec_string(
-            &quot;autocomplete&quot;,
-            &quot;HTMLInputElement:autocomplete&quot;,
-            &quot;read-write gchar* HTMLInputElement:autocomplete&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_AUTOFOCUS,
</span><span class="cx">         g_param_spec_boolean(
</span><span class="cx">             &quot;autofocus&quot;,
</span><span class="lines">@@ -489,16 +342,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_DIR_NAME,
-        g_param_spec_string(
-            &quot;dir-name&quot;,
-            &quot;HTMLInputElement:dir-name&quot;,
-            &quot;read-write gchar* HTMLInputElement:dir-name&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_DISABLED,
</span><span class="cx">         g_param_spec_boolean(
</span><span class="cx">             &quot;disabled&quot;,
</span><span class="lines">@@ -529,56 +372,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_FORM_ACTION,
-        g_param_spec_string(
-            &quot;form-action&quot;,
-            &quot;HTMLInputElement:form-action&quot;,
-            &quot;read-write gchar* HTMLInputElement:form-action&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_FORM_ENCTYPE,
-        g_param_spec_string(
-            &quot;form-enctype&quot;,
-            &quot;HTMLInputElement:form-enctype&quot;,
-            &quot;read-write gchar* HTMLInputElement:form-enctype&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_FORM_METHOD,
-        g_param_spec_string(
-            &quot;form-method&quot;,
-            &quot;HTMLInputElement:form-method&quot;,
-            &quot;read-write gchar* HTMLInputElement:form-method&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_FORM_NO_VALIDATE,
-        g_param_spec_boolean(
-            &quot;form-no-validate&quot;,
-            &quot;HTMLInputElement:form-no-validate&quot;,
-            &quot;read-write gboolean HTMLInputElement:form-no-validate&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_FORM_TARGET,
-        g_param_spec_string(
-            &quot;form-target&quot;,
-            &quot;HTMLInputElement:form-target&quot;,
-            &quot;read-write gchar* HTMLInputElement:form-target&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_HEIGHT,
</span><span class="cx">         g_param_spec_ulong(
</span><span class="cx">             &quot;height&quot;,
</span><span class="lines">@@ -599,26 +392,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_LIST,
-        g_param_spec_object(
-            &quot;list&quot;,
-            &quot;HTMLInputElement:list&quot;,
-            &quot;read-only WebKitDOMHTMLElement* HTMLInputElement:list&quot;,
-            WEBKIT_DOM_TYPE_HTML_ELEMENT,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_MAX,
-        g_param_spec_string(
-            &quot;max&quot;,
-            &quot;HTMLInputElement:max&quot;,
-            &quot;read-write gchar* HTMLInputElement:max&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_MAX_LENGTH,
</span><span class="cx">         g_param_spec_long(
</span><span class="cx">             &quot;max-length&quot;,
</span><span class="lines">@@ -629,16 +402,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_MIN,
-        g_param_spec_string(
-            &quot;min&quot;,
-            &quot;HTMLInputElement:min&quot;,
-            &quot;read-write gchar* HTMLInputElement:min&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_MULTIPLE,
</span><span class="cx">         g_param_spec_boolean(
</span><span class="cx">             &quot;multiple&quot;,
</span><span class="lines">@@ -659,26 +422,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_PATTERN,
-        g_param_spec_string(
-            &quot;pattern&quot;,
-            &quot;HTMLInputElement:pattern&quot;,
-            &quot;read-write gchar* HTMLInputElement:pattern&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PLACEHOLDER,
-        g_param_spec_string(
-            &quot;placeholder&quot;,
-            &quot;HTMLInputElement:placeholder&quot;,
-            &quot;read-write gchar* HTMLInputElement:placeholder&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_READ_ONLY,
</span><span class="cx">         g_param_spec_boolean(
</span><span class="cx">             &quot;read-only&quot;,
</span><span class="lines">@@ -689,16 +432,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_REQUIRED,
-        g_param_spec_boolean(
-            &quot;required&quot;,
-            &quot;HTMLInputElement:required&quot;,
-            &quot;read-write gboolean HTMLInputElement:required&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_SIZE,
</span><span class="cx">         g_param_spec_ulong(
</span><span class="cx">             &quot;size&quot;,
</span><span class="lines">@@ -719,16 +452,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_STEP,
-        g_param_spec_string(
-            &quot;step&quot;,
-            &quot;HTMLInputElement:step&quot;,
-            &quot;read-write gchar* HTMLInputElement:step&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_TYPE,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;type&quot;,
</span><span class="lines">@@ -759,16 +482,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_VALUE_AS_NUMBER,
-        g_param_spec_double(
-            &quot;value-as-number&quot;,
-            &quot;HTMLInputElement:value-as-number&quot;,
-            &quot;read-write gdouble HTMLInputElement:value-as-number&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_WIDTH,
</span><span class="cx">         g_param_spec_ulong(
</span><span class="cx">             &quot;width&quot;,
</span><span class="lines">@@ -789,36 +502,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_VALIDITY,
-        g_param_spec_object(
-            &quot;validity&quot;,
-            &quot;HTMLInputElement:validity&quot;,
-            &quot;read-only WebKitDOMValidityState* HTMLInputElement:validity&quot;,
-            WEBKIT_DOM_TYPE_VALIDITY_STATE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VALIDATION_MESSAGE,
-        g_param_spec_string(
-            &quot;validation-message&quot;,
-            &quot;HTMLInputElement:validation-message&quot;,
-            &quot;read-only gchar* HTMLInputElement:validation-message&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LABELS,
-        g_param_spec_object(
-            &quot;labels&quot;,
-            &quot;HTMLInputElement:labels&quot;,
-            &quot;read-only WebKitDOMNodeList* HTMLInputElement:labels&quot;,
-            WEBKIT_DOM_TYPE_NODE_LIST,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_ALIGN,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;align&quot;,
</span><span class="lines">@@ -839,36 +522,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_INCREMENTAL,
-        g_param_spec_boolean(
-            &quot;incremental&quot;,
-            &quot;HTMLInputElement:incremental&quot;,
-            &quot;read-write gboolean HTMLInputElement:incremental&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_AUTOCORRECT,
-        g_param_spec_boolean(
-            &quot;autocorrect&quot;,
-            &quot;HTMLInputElement:autocorrect&quot;,
-            &quot;read-write gboolean HTMLInputElement:autocorrect&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_AUTOCAPITALIZE,
-        g_param_spec_string(
-            &quot;autocapitalize&quot;,
-            &quot;HTMLInputElement:autocapitalize&quot;,
-            &quot;read-write gchar* HTMLInputElement:autocapitalize&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_CAPTURE,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;capture&quot;,
</span><span class="lines">@@ -884,53 +537,6 @@
</span><span class="cx">     UNUSED_PARAM(request);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void webkit_dom_html_input_element_step_up(WebKitDOMHTMLInputElement* self, glong n, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;stepUp(n, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-}
-
-void webkit_dom_html_input_element_step_down(WebKitDOMHTMLInputElement* self, glong n, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;stepDown(n, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-}
-
-gboolean webkit_dom_html_input_element_check_validity(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), FALSE);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gboolean result = item-&gt;checkValidity();
-    return result;
-}
-
-void webkit_dom_html_input_element_set_custom_validity(WebKitDOMHTMLInputElement* self, const gchar* error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(error);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WTF::String convertedError = WTF::String::fromUTF8(error);
-    item-&gt;setCustomValidity(convertedError);
-}
-
</del><span class="cx"> void webkit_dom_html_input_element_select(WebKitDOMHTMLInputElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -939,34 +545,6 @@
</span><span class="cx">     item-&gt;select();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void webkit_dom_html_input_element_set_range_text(WebKitDOMHTMLInputElement* self, const gchar* replacement, gulong start, gulong end, const gchar* selectionMode, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(replacement);
-    g_return_if_fail(selectionMode);
-    g_return_if_fail(!error || !*error);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WTF::String convertedReplacement = WTF::String::fromUTF8(replacement);
-    WTF::String convertedSelectionMode = WTF::String::fromUTF8(selectionMode);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;setRangeText(convertedReplacement, start, end, convertedSelectionMode, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-}
-
-void webkit_dom_html_input_element_set_value_for_user(WebKitDOMHTMLInputElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setValueForUser(convertedValue);
-}
-
</del><span class="cx"> gchar* webkit_dom_html_input_element_get_accept(WebKitDOMHTMLInputElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -1005,25 +583,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::altAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_input_element_get_autocomplete(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;autocomplete());
-    return result;
-}
-
-void webkit_dom_html_input_element_set_autocomplete(WebKitDOMHTMLInputElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAutocomplete(convertedValue);
-}
-
</del><span class="cx"> gboolean webkit_dom_html_input_element_get_autofocus(WebKitDOMHTMLInputElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -1075,25 +634,6 @@
</span><span class="cx">     item-&gt;setChecked(value);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_input_element_get_dir_name(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::dirnameAttr));
-    return result;
-}
-
-void webkit_dom_html_input_element_set_dir_name(WebKitDOMHTMLInputElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::dirnameAttr, convertedValue);
-}
-
</del><span class="cx"> gboolean webkit_dom_html_input_element_get_disabled(WebKitDOMHTMLInputElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -1139,99 +679,6 @@
</span><span class="cx">     item-&gt;setFiles(convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_input_element_get_form_action(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;formAction());
-    return result;
-}
-
-void webkit_dom_html_input_element_set_form_action(WebKitDOMHTMLInputElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setFormAction(convertedValue);
-}
-
-gchar* webkit_dom_html_input_element_get_form_enctype(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;formEnctype());
-    return result;
-}
-
-void webkit_dom_html_input_element_set_form_enctype(WebKitDOMHTMLInputElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setFormEnctype(convertedValue);
-}
-
-gchar* webkit_dom_html_input_element_get_form_method(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;formMethod());
-    return result;
-}
-
-void webkit_dom_html_input_element_set_form_method(WebKitDOMHTMLInputElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setFormMethod(convertedValue);
-}
-
-gboolean webkit_dom_html_input_element_get_form_no_validate(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), FALSE);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::formnovalidateAttr);
-    return result;
-}
-
-void webkit_dom_html_input_element_set_form_no_validate(WebKitDOMHTMLInputElement* self, gboolean value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::formnovalidateAttr, value);
-}
-
-gchar* webkit_dom_html_input_element_get_form_target(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::formtargetAttr));
-    return result;
-}
-
-void webkit_dom_html_input_element_set_form_target(WebKitDOMHTMLInputElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::formtargetAttr, convertedValue);
-}
-
</del><span class="cx"> gulong webkit_dom_html_input_element_get_height(WebKitDOMHTMLInputElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -1266,40 +713,6 @@
</span><span class="cx">     item-&gt;setIndeterminate(value);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebKitDOMHTMLElement* webkit_dom_html_input_element_get_list(WebKitDOMHTMLInputElement* self)
-{
-#if ENABLE(DATALIST_ELEMENT)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::HTMLElement&gt; gobjectResult = WTF::getPtr(item-&gt;list());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Datalist Element&quot;)
-    return 0;
-#endif /* ENABLE(DATALIST_ELEMENT) */
-}
-
-gchar* webkit_dom_html_input_element_get_max(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::maxAttr));
-    return result;
-}
-
-void webkit_dom_html_input_element_set_max(WebKitDOMHTMLInputElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::maxAttr, convertedValue);
-}
-
</del><span class="cx"> glong webkit_dom_html_input_element_get_max_length(WebKitDOMHTMLInputElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -1323,25 +736,6 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_input_element_get_min(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::minAttr));
-    return result;
-}
-
-void webkit_dom_html_input_element_set_min(WebKitDOMHTMLInputElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::minAttr, convertedValue);
-}
-
</del><span class="cx"> gboolean webkit_dom_html_input_element_get_multiple(WebKitDOMHTMLInputElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -1378,44 +772,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::nameAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_input_element_get_pattern(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::patternAttr));
-    return result;
-}
-
-void webkit_dom_html_input_element_set_pattern(WebKitDOMHTMLInputElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::patternAttr, convertedValue);
-}
-
-gchar* webkit_dom_html_input_element_get_placeholder(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::placeholderAttr));
-    return result;
-}
-
-void webkit_dom_html_input_element_set_placeholder(WebKitDOMHTMLInputElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::placeholderAttr, convertedValue);
-}
-
</del><span class="cx"> gboolean webkit_dom_html_input_element_get_read_only(WebKitDOMHTMLInputElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -1433,23 +789,6 @@
</span><span class="cx">     item-&gt;setBooleanAttribute(WebCore::HTMLNames::readonlyAttr, value);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_html_input_element_get_required(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), FALSE);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::requiredAttr);
-    return result;
-}
-
-void webkit_dom_html_input_element_set_required(WebKitDOMHTMLInputElement* self, gboolean value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::requiredAttr, value);
-}
-
</del><span class="cx"> gulong webkit_dom_html_input_element_get_size(WebKitDOMHTMLInputElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -1492,25 +831,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::srcAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_input_element_get_step(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::stepAttr));
-    return result;
-}
-
-void webkit_dom_html_input_element_set_step(WebKitDOMHTMLInputElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::stepAttr, convertedValue);
-}
-
</del><span class="cx"> gchar* webkit_dom_html_input_element_get_input_type(WebKitDOMHTMLInputElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -1568,29 +888,6 @@
</span><span class="cx">     item-&gt;setValue(convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gdouble webkit_dom_html_input_element_get_value_as_number(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gdouble result = item-&gt;valueAsNumber();
-    return result;
-}
-
-void webkit_dom_html_input_element_set_value_as_number(WebKitDOMHTMLInputElement* self, gdouble value, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;setValueAsNumber(value, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-}
-
</del><span class="cx"> gulong webkit_dom_html_input_element_get_width(WebKitDOMHTMLInputElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -1617,33 +914,6 @@
</span><span class="cx">     return result;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebKitDOMValidityState* webkit_dom_html_input_element_get_validity(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::ValidityState&gt; gobjectResult = WTF::getPtr(item-&gt;validity());
-    return WebKit::kit(gobjectResult.get());
-}
-
-gchar* webkit_dom_html_input_element_get_validation_message(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;validationMessage());
-    return result;
-}
-
-WebKitDOMNodeList* webkit_dom_html_input_element_get_labels(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::NodeList&gt; gobjectResult = WTF::getPtr(item-&gt;labels());
-    return WebKit::kit(gobjectResult.get());
-}
-
</del><span class="cx"> gchar* webkit_dom_html_input_element_get_align(WebKitDOMHTMLInputElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -1682,83 +952,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::usemapAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_html_input_element_get_incremental(WebKitDOMHTMLInputElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), FALSE);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::incrementalAttr);
-    return result;
-}
-
-void webkit_dom_html_input_element_set_incremental(WebKitDOMHTMLInputElement* self, gboolean value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::incrementalAttr, value);
-}
-
-gboolean webkit_dom_html_input_element_get_autocorrect(WebKitDOMHTMLInputElement* self)
-{
-#if ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), FALSE);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gboolean result = item-&gt;autocorrect();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Ios Autocorrect And Autocapitalize&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE) */
-}
-
-void webkit_dom_html_input_element_set_autocorrect(WebKitDOMHTMLInputElement* self, gboolean value)
-{
-#if ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    item-&gt;setAutocorrect(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Ios Autocorrect And Autocapitalize&quot;)
-#endif /* ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE) */
-}
-
-gchar* webkit_dom_html_input_element_get_autocapitalize(WebKitDOMHTMLInputElement* self)
-{
-#if ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self), 0);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;autocapitalize());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Ios Autocorrect And Autocapitalize&quot;)
-    return 0;
-#endif /* ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE) */
-}
-
-void webkit_dom_html_input_element_set_autocapitalize(WebKitDOMHTMLInputElement* self, const gchar* value)
-{
-#if ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLInputElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAutocapitalize(convertedValue);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Ios Autocorrect And Autocapitalize&quot;)
-#endif /* ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE) */
-}
-
</del><span class="cx"> gchar* webkit_dom_html_input_element_get_capture_type(WebKitDOMHTMLInputElement* self)
</span><span class="cx"> {
</span><span class="cx"> #if ENABLE(MEDIA_CAPTURE)
</span><span class="lines">@@ -1774,7 +967,7 @@
</span><span class="cx"> #endif /* ENABLE(MEDIA_CAPTURE) */
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void webkit_dom_html_input_element_set_capture(WebKitDOMHTMLInputElement* self, const gchar* value)
</del><ins>+void webkit_dom_html_input_element_set_capture_type(WebKitDOMHTMLInputElement* self, const gchar* value)
</ins><span class="cx"> {
</span><span class="cx"> #if ENABLE(MEDIA_CAPTURE)
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLInputElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -121,6 +121,16 @@
</span><span class="cx"> webkit_dom_html_input_element_get_default_checked(WebKitDOMHTMLInputElement* self);
</span><span class="cx"> 
</span><span class="cx"> /**
</span><ins>+ * webkit_dom_html_input_element_set_default_checked:
+ * @self: A #WebKitDOMHTMLInputElement
+ * @value: A #gboolean
+ *
+ * Since: 2.16
+**/
+WEBKIT_API void
+webkit_dom_html_input_element_set_default_checked(WebKitDOMHTMLInputElement* self, gboolean value);
+
+/**
</ins><span class="cx">  * webkit_dom_html_input_element_get_checked:
</span><span class="cx">  * @self: A #WebKitDOMHTMLInputElement
</span><span class="cx">  *
</span><span class="lines">@@ -275,6 +285,17 @@
</span><span class="cx"> webkit_dom_html_input_element_set_name(WebKitDOMHTMLInputElement* self, const gchar* value);
</span><span class="cx"> 
</span><span class="cx"> /**
</span><ins>+ * webkit_dom_html_input_element_get_read_only:
+ * @self: A #WebKitDOMHTMLInputElement
+ *
+ * Returns: A #gboolean
+ *
+ * Since: 2.16
+**/
+WEBKIT_API gboolean
+webkit_dom_html_input_element_get_read_only(WebKitDOMHTMLInputElement* self);
+
+/**
</ins><span class="cx">  * webkit_dom_html_input_element_set_read_only:
</span><span class="cx">  * @self: A #WebKitDOMHTMLInputElement
</span><span class="cx">  * @value: A #gboolean
</span><span class="lines">@@ -449,6 +470,16 @@
</span><span class="cx"> webkit_dom_html_input_element_get_capture_type(WebKitDOMHTMLInputElement* self);
</span><span class="cx"> 
</span><span class="cx"> /**
</span><ins>+ * webkit_dom_html_input_element_set_capture_type:
+ * @self: A #WebKitDOMHTMLInputElement
+ * @value: A #gchar
+ *
+ * Since: 2.16
+**/
+WEBKIT_API void
+webkit_dom_html_input_element_set_capture_type(WebKitDOMHTMLInputElement* self, const gchar* value);
+
+/**
</ins><span class="cx">  * webkit_dom_html_input_element_is_edited:
</span><span class="cx">  * @input: A #WebKitDOMHTMLInputElement
</span><span class="cx">  *
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLInputElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,534 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLInputElementUnstable_h
-#define WebKitDOMHTMLInputElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_input_element_step_up:
- * @self: A #WebKitDOMHTMLInputElement
- * @n: A #glong
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_step_up(WebKitDOMHTMLInputElement* self, glong n, GError** error);
-
-/**
- * webkit_dom_html_input_element_step_down:
- * @self: A #WebKitDOMHTMLInputElement
- * @n: A #glong
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_step_down(WebKitDOMHTMLInputElement* self, glong n, GError** error);
-
-/**
- * webkit_dom_html_input_element_check_validity:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_input_element_check_validity(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_custom_validity:
- * @self: A #WebKitDOMHTMLInputElement
- * @error: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_custom_validity(WebKitDOMHTMLInputElement* self, const gchar* error);
-
-/**
- * webkit_dom_html_input_element_set_range_text:
- * @self: A #WebKitDOMHTMLInputElement
- * @replacement: A #gchar
- * @start: A #gulong
- * @end: A #gulong
- * @selectionMode: A #gchar
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_range_text(WebKitDOMHTMLInputElement* self, const gchar* replacement, gulong start, gulong end, const gchar* selectionMode, GError** error);
-
-/**
- * webkit_dom_html_input_element_set_value_for_user:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_value_for_user(WebKitDOMHTMLInputElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_input_element_get_autocomplete:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_input_element_get_autocomplete(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_autocomplete:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_autocomplete(WebKitDOMHTMLInputElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_input_element_set_default_checked:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_default_checked(WebKitDOMHTMLInputElement* self, gboolean value);
-
-/**
- * webkit_dom_html_input_element_get_dir_name:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_input_element_get_dir_name(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_dir_name:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_dir_name(WebKitDOMHTMLInputElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_input_element_get_form_action:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_input_element_get_form_action(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_form_action:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_form_action(WebKitDOMHTMLInputElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_input_element_get_form_enctype:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_input_element_get_form_enctype(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_form_enctype:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_form_enctype(WebKitDOMHTMLInputElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_input_element_get_form_method:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_input_element_get_form_method(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_form_method:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_form_method(WebKitDOMHTMLInputElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_input_element_get_form_no_validate:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_input_element_get_form_no_validate(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_form_no_validate:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_form_no_validate(WebKitDOMHTMLInputElement* self, gboolean value);
-
-/**
- * webkit_dom_html_input_element_get_form_target:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_input_element_get_form_target(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_form_target:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_form_target(WebKitDOMHTMLInputElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_input_element_get_list:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: (transfer none): A #WebKitDOMHTMLElement
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMHTMLElement*
-webkit_dom_html_input_element_get_list(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_get_max:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_input_element_get_max(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_max:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_max(WebKitDOMHTMLInputElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_input_element_get_min:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_input_element_get_min(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_min:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_min(WebKitDOMHTMLInputElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_input_element_get_pattern:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_input_element_get_pattern(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_pattern:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_pattern(WebKitDOMHTMLInputElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_input_element_get_placeholder:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_input_element_get_placeholder(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_placeholder:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_placeholder(WebKitDOMHTMLInputElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_input_element_get_read_only:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_input_element_get_read_only(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_get_required:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_input_element_get_required(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_required:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_required(WebKitDOMHTMLInputElement* self, gboolean value);
-
-/**
- * webkit_dom_html_input_element_get_step:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_input_element_get_step(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_step:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_step(WebKitDOMHTMLInputElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_input_element_get_value_as_number:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_html_input_element_get_value_as_number(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_value_as_number:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gdouble
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_value_as_number(WebKitDOMHTMLInputElement* self, gdouble value, GError** error);
-
-/**
- * webkit_dom_html_input_element_get_validity:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: (transfer full): A #WebKitDOMValidityState
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMValidityState*
-webkit_dom_html_input_element_get_validity(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_get_validation_message:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_input_element_get_validation_message(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_get_labels:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: (transfer full): A #WebKitDOMNodeList
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMNodeList*
-webkit_dom_html_input_element_get_labels(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_get_incremental:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_input_element_get_incremental(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_incremental:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_incremental(WebKitDOMHTMLInputElement* self, gboolean value);
-
-/**
- * webkit_dom_html_input_element_get_autocorrect:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_input_element_get_autocorrect(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_autocorrect:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_autocorrect(WebKitDOMHTMLInputElement* self, gboolean value);
-
-/**
- * webkit_dom_html_input_element_get_autocapitalize:
- * @self: A #WebKitDOMHTMLInputElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_input_element_get_autocapitalize(WebKitDOMHTMLInputElement* self);
-
-/**
- * webkit_dom_html_input_element_set_autocapitalize:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_autocapitalize(WebKitDOMHTMLInputElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_input_element_set_capture:
- * @self: A #WebKitDOMHTMLInputElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_input_element_set_capture(WebKitDOMHTMLInputElement* self, const gchar* value);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLInputElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLKeygenElementcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,472 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMHTMLKeygenElement.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/HTMLNames.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMHTMLFormElementPrivate.h&quot;
-#include &quot;WebKitDOMHTMLKeygenElementPrivate.h&quot;
-#include &quot;WebKitDOMNodeListPrivate.h&quot;
-#include &quot;WebKitDOMNodePrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMValidityStatePrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-namespace WebKit {
-
-WebKitDOMHTMLKeygenElement* kit(WebCore::HTMLKeygenElement* obj)
-{
-    return WEBKIT_DOM_HTML_KEYGEN_ELEMENT(kit(static_cast&lt;WebCore::Node*&gt;(obj)));
-}
-
-WebCore::HTMLKeygenElement* core(WebKitDOMHTMLKeygenElement* request)
-{
-    return request ? static_cast&lt;WebCore::HTMLKeygenElement*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMHTMLKeygenElement* wrapHTMLKeygenElement(WebCore::HTMLKeygenElement* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_HTML_KEYGEN_ELEMENT(g_object_new(WEBKIT_DOM_TYPE_HTML_KEYGEN_ELEMENT, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-static gboolean webkit_dom_html_keygen_element_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::HTMLKeygenElement* coreTarget = static_cast&lt;WebCore::HTMLKeygenElement*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-}
-
-static gboolean webkit_dom_html_keygen_element_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-    WebCore::HTMLKeygenElement* coreTarget = static_cast&lt;WebCore::HTMLKeygenElement*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-}
-
-static gboolean webkit_dom_html_keygen_element_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-    WebCore::HTMLKeygenElement* coreTarget = static_cast&lt;WebCore::HTMLKeygenElement*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_html_keygen_element_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_html_keygen_element_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_html_keygen_element_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMHTMLKeygenElement, webkit_dom_html_keygen_element, WEBKIT_DOM_TYPE_HTML_ELEMENT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-enum {
-    PROP_0,
-    PROP_AUTOFOCUS,
-    PROP_CHALLENGE,
-    PROP_DISABLED,
-    PROP_FORM,
-    PROP_KEYTYPE,
-    PROP_NAME,
-    PROP_TYPE,
-    PROP_WILL_VALIDATE,
-    PROP_VALIDITY,
-    PROP_VALIDATION_MESSAGE,
-    PROP_LABELS,
-};
-
-static void webkit_dom_html_keygen_element_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMHTMLKeygenElement* self = WEBKIT_DOM_HTML_KEYGEN_ELEMENT(object);
-
-    switch (propertyId) {
-    case PROP_AUTOFOCUS:
-        webkit_dom_html_keygen_element_set_autofocus(self, g_value_get_boolean(value));
-        break;
-    case PROP_CHALLENGE:
-        webkit_dom_html_keygen_element_set_challenge(self, g_value_get_string(value));
-        break;
-    case PROP_DISABLED:
-        webkit_dom_html_keygen_element_set_disabled(self, g_value_get_boolean(value));
-        break;
-    case PROP_KEYTYPE:
-        webkit_dom_html_keygen_element_set_keytype(self, g_value_get_string(value));
-        break;
-    case PROP_NAME:
-        webkit_dom_html_keygen_element_set_name(self, g_value_get_string(value));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_html_keygen_element_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMHTMLKeygenElement* self = WEBKIT_DOM_HTML_KEYGEN_ELEMENT(object);
-
-    switch (propertyId) {
-    case PROP_AUTOFOCUS:
-        g_value_set_boolean(value, webkit_dom_html_keygen_element_get_autofocus(self));
-        break;
-    case PROP_CHALLENGE:
-        g_value_take_string(value, webkit_dom_html_keygen_element_get_challenge(self));
-        break;
-    case PROP_DISABLED:
-        g_value_set_boolean(value, webkit_dom_html_keygen_element_get_disabled(self));
-        break;
-    case PROP_FORM:
-        g_value_set_object(value, webkit_dom_html_keygen_element_get_form(self));
-        break;
-    case PROP_KEYTYPE:
-        g_value_take_string(value, webkit_dom_html_keygen_element_get_keytype(self));
-        break;
-    case PROP_NAME:
-        g_value_take_string(value, webkit_dom_html_keygen_element_get_name(self));
-        break;
-    case PROP_TYPE:
-        g_value_take_string(value, webkit_dom_html_keygen_element_get_keygen_type(self));
-        break;
-    case PROP_WILL_VALIDATE:
-        g_value_set_boolean(value, webkit_dom_html_keygen_element_get_will_validate(self));
-        break;
-    case PROP_VALIDITY:
-        g_value_set_object(value, webkit_dom_html_keygen_element_get_validity(self));
-        break;
-    case PROP_VALIDATION_MESSAGE:
-        g_value_take_string(value, webkit_dom_html_keygen_element_get_validation_message(self));
-        break;
-    case PROP_LABELS:
-        g_value_set_object(value, webkit_dom_html_keygen_element_get_labels(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_html_keygen_element_class_init(WebKitDOMHTMLKeygenElementClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    gobjectClass-&gt;set_property = webkit_dom_html_keygen_element_set_property;
-    gobjectClass-&gt;get_property = webkit_dom_html_keygen_element_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_AUTOFOCUS,
-        g_param_spec_boolean(
-            &quot;autofocus&quot;,
-            &quot;HTMLKeygenElement:autofocus&quot;,
-            &quot;read-write gboolean HTMLKeygenElement:autofocus&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CHALLENGE,
-        g_param_spec_string(
-            &quot;challenge&quot;,
-            &quot;HTMLKeygenElement:challenge&quot;,
-            &quot;read-write gchar* HTMLKeygenElement:challenge&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DISABLED,
-        g_param_spec_boolean(
-            &quot;disabled&quot;,
-            &quot;HTMLKeygenElement:disabled&quot;,
-            &quot;read-write gboolean HTMLKeygenElement:disabled&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_FORM,
-        g_param_spec_object(
-            &quot;form&quot;,
-            &quot;HTMLKeygenElement:form&quot;,
-            &quot;read-only WebKitDOMHTMLFormElement* HTMLKeygenElement:form&quot;,
-            WEBKIT_DOM_TYPE_HTML_FORM_ELEMENT,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_KEYTYPE,
-        g_param_spec_string(
-            &quot;keytype&quot;,
-            &quot;HTMLKeygenElement:keytype&quot;,
-            &quot;read-write gchar* HTMLKeygenElement:keytype&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_NAME,
-        g_param_spec_string(
-            &quot;name&quot;,
-            &quot;HTMLKeygenElement:name&quot;,
-            &quot;read-write gchar* HTMLKeygenElement:name&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TYPE,
-        g_param_spec_string(
-            &quot;type&quot;,
-            &quot;HTMLKeygenElement:type&quot;,
-            &quot;read-only gchar* HTMLKeygenElement:type&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WILL_VALIDATE,
-        g_param_spec_boolean(
-            &quot;will-validate&quot;,
-            &quot;HTMLKeygenElement:will-validate&quot;,
-            &quot;read-only gboolean HTMLKeygenElement:will-validate&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VALIDITY,
-        g_param_spec_object(
-            &quot;validity&quot;,
-            &quot;HTMLKeygenElement:validity&quot;,
-            &quot;read-only WebKitDOMValidityState* HTMLKeygenElement:validity&quot;,
-            WEBKIT_DOM_TYPE_VALIDITY_STATE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VALIDATION_MESSAGE,
-        g_param_spec_string(
-            &quot;validation-message&quot;,
-            &quot;HTMLKeygenElement:validation-message&quot;,
-            &quot;read-only gchar* HTMLKeygenElement:validation-message&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LABELS,
-        g_param_spec_object(
-            &quot;labels&quot;,
-            &quot;HTMLKeygenElement:labels&quot;,
-            &quot;read-only WebKitDOMNodeList* HTMLKeygenElement:labels&quot;,
-            WEBKIT_DOM_TYPE_NODE_LIST,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_html_keygen_element_init(WebKitDOMHTMLKeygenElement* request)
-{
-    UNUSED_PARAM(request);
-}
-
-gboolean webkit_dom_html_keygen_element_check_validity(WebKitDOMHTMLKeygenElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self), FALSE);
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    gboolean result = item-&gt;checkValidity();
-    return result;
-}
-
-void webkit_dom_html_keygen_element_set_custom_validity(WebKitDOMHTMLKeygenElement* self, const gchar* error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self));
-    g_return_if_fail(error);
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    WTF::String convertedError = WTF::String::fromUTF8(error);
-    item-&gt;setCustomValidity(convertedError);
-}
-
-gboolean webkit_dom_html_keygen_element_get_autofocus(WebKitDOMHTMLKeygenElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self), FALSE);
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::autofocusAttr);
-    return result;
-}
-
-void webkit_dom_html_keygen_element_set_autofocus(WebKitDOMHTMLKeygenElement* self, gboolean value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self));
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::autofocusAttr, value);
-}
-
-gchar* webkit_dom_html_keygen_element_get_challenge(WebKitDOMHTMLKeygenElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self), 0);
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::challengeAttr));
-    return result;
-}
-
-void webkit_dom_html_keygen_element_set_challenge(WebKitDOMHTMLKeygenElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::challengeAttr, convertedValue);
-}
-
-gboolean webkit_dom_html_keygen_element_get_disabled(WebKitDOMHTMLKeygenElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self), FALSE);
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::disabledAttr);
-    return result;
-}
-
-void webkit_dom_html_keygen_element_set_disabled(WebKitDOMHTMLKeygenElement* self, gboolean value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self));
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::disabledAttr, value);
-}
-
-WebKitDOMHTMLFormElement* webkit_dom_html_keygen_element_get_form(WebKitDOMHTMLKeygenElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self), 0);
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::HTMLFormElement&gt; gobjectResult = WTF::getPtr(item-&gt;form());
-    return WebKit::kit(gobjectResult.get());
-}
-
-gchar* webkit_dom_html_keygen_element_get_keytype(WebKitDOMHTMLKeygenElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self), 0);
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;keytype());
-    return result;
-}
-
-void webkit_dom_html_keygen_element_set_keytype(WebKitDOMHTMLKeygenElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setKeytype(convertedValue);
-}
-
-gchar* webkit_dom_html_keygen_element_get_name(WebKitDOMHTMLKeygenElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self), 0);
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;getNameAttribute());
-    return result;
-}
-
-void webkit_dom_html_keygen_element_set_name(WebKitDOMHTMLKeygenElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::nameAttr, convertedValue);
-}
-
-gchar* webkit_dom_html_keygen_element_get_keygen_type(WebKitDOMHTMLKeygenElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self), 0);
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;type());
-    return result;
-}
-
-gboolean webkit_dom_html_keygen_element_get_will_validate(WebKitDOMHTMLKeygenElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self), FALSE);
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    gboolean result = item-&gt;willValidate();
-    return result;
-}
-
-WebKitDOMValidityState* webkit_dom_html_keygen_element_get_validity(WebKitDOMHTMLKeygenElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self), 0);
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::ValidityState&gt; gobjectResult = WTF::getPtr(item-&gt;validity());
-    return WebKit::kit(gobjectResult.get());
-}
-
-gchar* webkit_dom_html_keygen_element_get_validation_message(WebKitDOMHTMLKeygenElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self), 0);
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;validationMessage());
-    return result;
-}
-
-WebKitDOMNodeList* webkit_dom_html_keygen_element_get_labels(WebKitDOMHTMLKeygenElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(self), 0);
-    WebCore::HTMLKeygenElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::NodeList&gt; gobjectResult = WTF::getPtr(item-&gt;labels());
-    return WebKit::kit(gobjectResult.get());
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLKeygenElementh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElement.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElement.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElement.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,245 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLKeygenElement_h
-#define WebKitDOMHTMLKeygenElement_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMHTMLElement.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_HTML_KEYGEN_ELEMENT            (webkit_dom_html_keygen_element_get_type())
-#define WEBKIT_DOM_HTML_KEYGEN_ELEMENT(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_HTML_KEYGEN_ELEMENT, WebKitDOMHTMLKeygenElement))
-#define WEBKIT_DOM_HTML_KEYGEN_ELEMENT_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_HTML_KEYGEN_ELEMENT, WebKitDOMHTMLKeygenElementClass)
-#define WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_HTML_KEYGEN_ELEMENT))
-#define WEBKIT_DOM_IS_HTML_KEYGEN_ELEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_HTML_KEYGEN_ELEMENT))
-#define WEBKIT_DOM_HTML_KEYGEN_ELEMENT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_HTML_KEYGEN_ELEMENT, WebKitDOMHTMLKeygenElementClass))
-
-struct _WebKitDOMHTMLKeygenElement {
-    WebKitDOMHTMLElement parent_instance;
-};
-
-struct _WebKitDOMHTMLKeygenElementClass {
-    WebKitDOMHTMLElementClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_html_keygen_element_get_type(void);
-
-/**
- * webkit_dom_html_keygen_element_check_validity:
- * @self: A #WebKitDOMHTMLKeygenElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_keygen_element_check_validity(WebKitDOMHTMLKeygenElement* self);
-
-/**
- * webkit_dom_html_keygen_element_set_custom_validity:
- * @self: A #WebKitDOMHTMLKeygenElement
- * @error: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_keygen_element_set_custom_validity(WebKitDOMHTMLKeygenElement* self, const gchar* error);
-
-/**
- * webkit_dom_html_keygen_element_get_autofocus:
- * @self: A #WebKitDOMHTMLKeygenElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_keygen_element_get_autofocus(WebKitDOMHTMLKeygenElement* self);
-
-/**
- * webkit_dom_html_keygen_element_set_autofocus:
- * @self: A #WebKitDOMHTMLKeygenElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_keygen_element_set_autofocus(WebKitDOMHTMLKeygenElement* self, gboolean value);
-
-/**
- * webkit_dom_html_keygen_element_get_challenge:
- * @self: A #WebKitDOMHTMLKeygenElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_keygen_element_get_challenge(WebKitDOMHTMLKeygenElement* self);
-
-/**
- * webkit_dom_html_keygen_element_set_challenge:
- * @self: A #WebKitDOMHTMLKeygenElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_keygen_element_set_challenge(WebKitDOMHTMLKeygenElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_keygen_element_get_disabled:
- * @self: A #WebKitDOMHTMLKeygenElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_keygen_element_get_disabled(WebKitDOMHTMLKeygenElement* self);
-
-/**
- * webkit_dom_html_keygen_element_set_disabled:
- * @self: A #WebKitDOMHTMLKeygenElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_keygen_element_set_disabled(WebKitDOMHTMLKeygenElement* self, gboolean value);
-
-/**
- * webkit_dom_html_keygen_element_get_form:
- * @self: A #WebKitDOMHTMLKeygenElement
- *
- * Returns: (transfer none): A #WebKitDOMHTMLFormElement
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMHTMLFormElement*
-webkit_dom_html_keygen_element_get_form(WebKitDOMHTMLKeygenElement* self);
-
-/**
- * webkit_dom_html_keygen_element_get_keytype:
- * @self: A #WebKitDOMHTMLKeygenElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_keygen_element_get_keytype(WebKitDOMHTMLKeygenElement* self);
-
-/**
- * webkit_dom_html_keygen_element_set_keytype:
- * @self: A #WebKitDOMHTMLKeygenElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_keygen_element_set_keytype(WebKitDOMHTMLKeygenElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_keygen_element_get_name:
- * @self: A #WebKitDOMHTMLKeygenElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_keygen_element_get_name(WebKitDOMHTMLKeygenElement* self);
-
-/**
- * webkit_dom_html_keygen_element_set_name:
- * @self: A #WebKitDOMHTMLKeygenElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_keygen_element_set_name(WebKitDOMHTMLKeygenElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_keygen_element_get_keygen_type:
- * @self: A #WebKitDOMHTMLKeygenElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_keygen_element_get_keygen_type(WebKitDOMHTMLKeygenElement* self);
-
-/**
- * webkit_dom_html_keygen_element_get_will_validate:
- * @self: A #WebKitDOMHTMLKeygenElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_keygen_element_get_will_validate(WebKitDOMHTMLKeygenElement* self);
-
-/**
- * webkit_dom_html_keygen_element_get_validity:
- * @self: A #WebKitDOMHTMLKeygenElement
- *
- * Returns: (transfer full): A #WebKitDOMValidityState
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMValidityState*
-webkit_dom_html_keygen_element_get_validity(WebKitDOMHTMLKeygenElement* self);
-
-/**
- * webkit_dom_html_keygen_element_get_validation_message:
- * @self: A #WebKitDOMHTMLKeygenElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_keygen_element_get_validation_message(WebKitDOMHTMLKeygenElement* self);
-
-/**
- * webkit_dom_html_keygen_element_get_labels:
- * @self: A #WebKitDOMHTMLKeygenElement
- *
- * Returns: (transfer full): A #WebKitDOMNodeList
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMNodeList*
-webkit_dom_html_keygen_element_get_labels(WebKitDOMHTMLKeygenElement* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLKeygenElement_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLKeygenElementPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElementPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElementPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLKeygenElementPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLKeygenElementPrivate_h
-#define WebKitDOMHTMLKeygenElementPrivate_h
-
-#include &lt;WebCore/HTMLKeygenElement.h&gt;
-#include &lt;webkitdom/WebKitDOMHTMLKeygenElement.h&gt;
-
-namespace WebKit {
-WebKitDOMHTMLKeygenElement* wrapHTMLKeygenElement(WebCore::HTMLKeygenElement*);
-WebKitDOMHTMLKeygenElement* kit(WebCore::HTMLKeygenElement*);
-WebCore::HTMLKeygenElement* core(WebKitDOMHTMLKeygenElement*);
-} // namespace WebKit
-
-#endif /* WebKitDOMHTMLKeygenElementPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLLabelElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -37,7 +37,6 @@
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLLabelElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -102,7 +101,6 @@
</span><span class="cx">     PROP_0,
</span><span class="cx">     PROP_FORM,
</span><span class="cx">     PROP_HTML_FOR,
</span><del>-    PROP_CONTROL,
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_label_element_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
</span><span class="lines">@@ -130,9 +128,6 @@
</span><span class="cx">     case PROP_HTML_FOR:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_label_element_get_html_for(self));
</span><span class="cx">         break;
</span><del>-    case PROP_CONTROL:
-        g_value_set_object(value, webkit_dom_html_label_element_get_control(self));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -164,17 +159,6 @@
</span><span class="cx">             &quot;read-write gchar* HTMLLabelElement:html-for&quot;,
</span><span class="cx">             &quot;&quot;,
</span><span class="cx">             WEBKIT_PARAM_READWRITE));
</span><del>-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CONTROL,
-        g_param_spec_object(
-            &quot;control&quot;,
-            &quot;HTMLLabelElement:control&quot;,
-            &quot;read-only WebKitDOMHTMLElement* HTMLLabelElement:control&quot;,
-            WEBKIT_DOM_TYPE_HTML_ELEMENT,
-            WEBKIT_PARAM_READABLE));
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_label_element_init(WebKitDOMHTMLLabelElement* request)
</span><span class="lines">@@ -210,12 +194,3 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::forAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebKitDOMHTMLElement* webkit_dom_html_label_element_get_control(WebKitDOMHTMLLabelElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_LABEL_ELEMENT(self), 0);
-    WebCore::HTMLLabelElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::HTMLElement&gt; gobjectResult = WTF::getPtr(item-&gt;control());
-    return WebKit::kit(gobjectResult.get());
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLLabelElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLabelElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,45 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLLabelElementUnstable_h
-#define WebKitDOMHTMLLabelElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_label_element_get_control:
- * @self: A #WebKitDOMHTMLLabelElement
- *
- * Returns: (transfer none): A #WebKitDOMHTMLElement
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMHTMLElement*
-webkit_dom_html_label_element_get_control(WebKitDOMHTMLLabelElement* self);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLLabelElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLLinkElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -37,7 +37,6 @@
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMStyleSheetPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLLinkElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -110,10 +109,7 @@
</span><span class="cx">     PROP_SIZES,
</span><span class="cx">     PROP_TARGET,
</span><span class="cx">     PROP_TYPE,
</span><del>-    PROP_AS,
-    PROP_CROSS_ORIGIN,
</del><span class="cx">     PROP_SHEET,
</span><del>-    PROP_REL_LIST,
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_link_element_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
</span><span class="lines">@@ -148,12 +144,6 @@
</span><span class="cx">     case PROP_TYPE:
</span><span class="cx">         webkit_dom_html_link_element_set_type_attr(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_AS:
-        webkit_dom_html_link_element_set_as(self, g_value_get_string(value));
-        break;
-    case PROP_CROSS_ORIGIN:
-        webkit_dom_html_link_element_set_cross_origin(self, g_value_get_string(value));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -195,18 +185,9 @@
</span><span class="cx">     case PROP_TYPE:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_link_element_get_type_attr(self));
</span><span class="cx">         break;
</span><del>-    case PROP_AS:
-        g_value_take_string(value, webkit_dom_html_link_element_get_as(self));
-        break;
-    case PROP_CROSS_ORIGIN:
-        g_value_take_string(value, webkit_dom_html_link_element_get_cross_origin(self));
-        break;
</del><span class="cx">     case PROP_SHEET:
</span><span class="cx">         g_value_set_object(value, webkit_dom_html_link_element_get_sheet(self));
</span><span class="cx">         break;
</span><del>-    case PROP_REL_LIST:
-        g_value_set_object(value, webkit_dom_html_link_element_get_rel_list(self));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -321,26 +302,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_AS,
-        g_param_spec_string(
-            &quot;as&quot;,
-            &quot;HTMLLinkElement:as&quot;,
-            &quot;read-write gchar* HTMLLinkElement:as&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CROSS_ORIGIN,
-        g_param_spec_string(
-            &quot;cross-origin&quot;,
-            &quot;HTMLLinkElement:cross-origin&quot;,
-            &quot;read-write gchar* HTMLLinkElement:cross-origin&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_SHEET,
</span><span class="cx">         g_param_spec_object(
</span><span class="cx">             &quot;sheet&quot;,
</span><span class="lines">@@ -348,17 +309,6 @@
</span><span class="cx">             &quot;read-only WebKitDOMStyleSheet* HTMLLinkElement:sheet&quot;,
</span><span class="cx">             WEBKIT_DOM_TYPE_STYLE_SHEET,
</span><span class="cx">             WEBKIT_PARAM_READABLE));
</span><del>-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_REL_LIST,
-        g_param_spec_object(
-            &quot;rel-list&quot;,
-            &quot;HTMLLinkElement:rel-list&quot;,
-            &quot;read-only WebKitDOMDOMTokenList* HTMLLinkElement:rel-list&quot;,
-            WEBKIT_DOM_TYPE_DOM_TOKEN_LIST,
-            WEBKIT_PARAM_READABLE));
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_link_element_init(WebKitDOMHTMLLinkElement* request)
</span><span class="lines">@@ -544,44 +494,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::typeAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_link_element_get_as(WebKitDOMHTMLLinkElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_LINK_ELEMENT(self), 0);
-    WebCore::HTMLLinkElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::asAttr));
-    return result;
-}
-
-void webkit_dom_html_link_element_set_as(WebKitDOMHTMLLinkElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_LINK_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLLinkElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::asAttr, convertedValue);
-}
-
-gchar* webkit_dom_html_link_element_get_cross_origin(WebKitDOMHTMLLinkElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_LINK_ELEMENT(self), 0);
-    WebCore::HTMLLinkElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;crossOrigin());
-    return result;
-}
-
-void webkit_dom_html_link_element_set_cross_origin(WebKitDOMHTMLLinkElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_LINK_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLLinkElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setCrossOrigin(convertedValue);
-}
-
</del><span class="cx"> WebKitDOMStyleSheet* webkit_dom_html_link_element_get_sheet(WebKitDOMHTMLLinkElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -591,15 +503,6 @@
</span><span class="cx">     return WebKit::kit(gobjectResult.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebKitDOMDOMTokenList* webkit_dom_html_link_element_get_rel_list(WebKitDOMHTMLLinkElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_LINK_ELEMENT(self), 0);
-    WebCore::HTMLLinkElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::DOMTokenList&gt; gobjectResult = WTF::getPtr(item-&gt;relList());
-    return WebKit::kit(gobjectResult.get());
-}
-
</del><span class="cx"> void webkit_dom_html_link_element_set_sizes(WebKitDOMHTMLLinkElement* linkElement, const gchar* value)
</span><span class="cx"> {
</span><span class="cx">     g_return_if_fail(WEBKIT_DOM_IS_HTML_LINK_ELEMENT(linkElement));
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLLinkElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElement.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElement.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElement.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -221,6 +221,17 @@
</span><span class="cx"> webkit_dom_html_link_element_get_sheet(WebKitDOMHTMLLinkElement* self);
</span><span class="cx"> 
</span><span class="cx"> /**
</span><ins>+ * webkit_dom_html_link_element_get_sizes:
+ * @self: A #WebKitDOMHTMLLinkElement
+ *
+ * Returns: (transfer full): A #WebKitDOMDOMTokenList
+ *
+ * Since: 2.16
+**/
+WEBKIT_API WebKitDOMDOMTokenList*
+webkit_dom_html_link_element_get_sizes(WebKitDOMHTMLLinkElement* self);
+
+/**
</ins><span class="cx">  * webkit_dom_html_link_element_set_sizes:
</span><span class="cx">  * @self: A #WebKitDOMHTMLLinkElement
</span><span class="cx">  * @value: a #gchar
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLLinkElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLinkElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,99 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLLinkElementUnstable_h
-#define WebKitDOMHTMLLinkElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/WebKitDOMCustomUnstable.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_link_element_get_sizes:
- * @self: A #WebKitDOMHTMLLinkElement
- *
- * Returns: (transfer full): A #WebKitDOMDOMTokenList
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMDOMTokenList*
-webkit_dom_html_link_element_get_sizes(WebKitDOMHTMLLinkElement* self);
-
-/**
- * webkit_dom_html_link_element_get_as:
- * @self: A #WebKitDOMHTMLLinkElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_link_element_get_as(WebKitDOMHTMLLinkElement* self);
-
-/**
- * webkit_dom_html_link_element_set_as:
- * @self: A #WebKitDOMHTMLLinkElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_link_element_set_as(WebKitDOMHTMLLinkElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_link_element_get_cross_origin:
- * @self: A #WebKitDOMHTMLLinkElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_link_element_get_cross_origin(WebKitDOMHTMLLinkElement* self);
-
-/**
- * webkit_dom_html_link_element_set_cross_origin:
- * @self: A #WebKitDOMHTMLLinkElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_link_element_set_cross_origin(WebKitDOMHTMLLinkElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_link_element_get_rel_list:
- * @self: A #WebKitDOMHTMLLinkElement
- *
- * Returns: (transfer full): A #WebKitDOMDOMTokenList
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMDOMTokenList*
-webkit_dom_html_link_element_get_rel_list(WebKitDOMHTMLLinkElement* self);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLLinkElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLMarqueeElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLMarqueeElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -96,225 +95,8 @@
</span><span class="cx"> 
</span><span class="cx"> G_DEFINE_TYPE_WITH_CODE(WebKitDOMHTMLMarqueeElement, webkit_dom_html_marquee_element, WEBKIT_DOM_TYPE_HTML_ELEMENT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
</span><span class="cx"> 
</span><del>-enum {
-    PROP_0,
-    PROP_BEHAVIOR,
-    PROP_BG_COLOR,
-    PROP_DIRECTION,
-    PROP_HEIGHT,
-    PROP_HSPACE,
-    PROP_LOOP,
-    PROP_SCROLL_AMOUNT,
-    PROP_SCROLL_DELAY,
-    PROP_TRUE_SPEED,
-    PROP_VSPACE,
-    PROP_WIDTH,
-};
-
-static void webkit_dom_html_marquee_element_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMHTMLMarqueeElement* self = WEBKIT_DOM_HTML_MARQUEE_ELEMENT(object);
-
-    switch (propertyId) {
-    case PROP_BEHAVIOR:
-        webkit_dom_html_marquee_element_set_behavior(self, g_value_get_string(value));
-        break;
-    case PROP_BG_COLOR:
-        webkit_dom_html_marquee_element_set_bg_color(self, g_value_get_string(value));
-        break;
-    case PROP_DIRECTION:
-        webkit_dom_html_marquee_element_set_direction(self, g_value_get_string(value));
-        break;
-    case PROP_HEIGHT:
-        webkit_dom_html_marquee_element_set_height(self, g_value_get_string(value));
-        break;
-    case PROP_HSPACE:
-        webkit_dom_html_marquee_element_set_hspace(self, g_value_get_ulong(value));
-        break;
-    case PROP_LOOP:
-        webkit_dom_html_marquee_element_set_loop(self, g_value_get_long(value), nullptr);
-        break;
-    case PROP_SCROLL_AMOUNT:
-        webkit_dom_html_marquee_element_set_scroll_amount(self, g_value_get_ulong(value));
-        break;
-    case PROP_SCROLL_DELAY:
-        webkit_dom_html_marquee_element_set_scroll_delay(self, g_value_get_ulong(value));
-        break;
-    case PROP_TRUE_SPEED:
-        webkit_dom_html_marquee_element_set_true_speed(self, g_value_get_boolean(value));
-        break;
-    case PROP_VSPACE:
-        webkit_dom_html_marquee_element_set_vspace(self, g_value_get_ulong(value));
-        break;
-    case PROP_WIDTH:
-        webkit_dom_html_marquee_element_set_width(self, g_value_get_string(value));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_html_marquee_element_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMHTMLMarqueeElement* self = WEBKIT_DOM_HTML_MARQUEE_ELEMENT(object);
-
-    switch (propertyId) {
-    case PROP_BEHAVIOR:
-        g_value_take_string(value, webkit_dom_html_marquee_element_get_behavior(self));
-        break;
-    case PROP_BG_COLOR:
-        g_value_take_string(value, webkit_dom_html_marquee_element_get_bg_color(self));
-        break;
-    case PROP_DIRECTION:
-        g_value_take_string(value, webkit_dom_html_marquee_element_get_direction(self));
-        break;
-    case PROP_HEIGHT:
-        g_value_take_string(value, webkit_dom_html_marquee_element_get_height(self));
-        break;
-    case PROP_HSPACE:
-        g_value_set_ulong(value, webkit_dom_html_marquee_element_get_hspace(self));
-        break;
-    case PROP_LOOP:
-        g_value_set_long(value, webkit_dom_html_marquee_element_get_loop(self));
-        break;
-    case PROP_SCROLL_AMOUNT:
-        g_value_set_ulong(value, webkit_dom_html_marquee_element_get_scroll_amount(self));
-        break;
-    case PROP_SCROLL_DELAY:
-        g_value_set_ulong(value, webkit_dom_html_marquee_element_get_scroll_delay(self));
-        break;
-    case PROP_TRUE_SPEED:
-        g_value_set_boolean(value, webkit_dom_html_marquee_element_get_true_speed(self));
-        break;
-    case PROP_VSPACE:
-        g_value_set_ulong(value, webkit_dom_html_marquee_element_get_vspace(self));
-        break;
-    case PROP_WIDTH:
-        g_value_take_string(value, webkit_dom_html_marquee_element_get_width(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
</del><span class="cx"> static void webkit_dom_html_marquee_element_class_init(WebKitDOMHTMLMarqueeElementClass* requestClass)
</span><span class="cx"> {
</span><del>-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    gobjectClass-&gt;set_property = webkit_dom_html_marquee_element_set_property;
-    gobjectClass-&gt;get_property = webkit_dom_html_marquee_element_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_BEHAVIOR,
-        g_param_spec_string(
-            &quot;behavior&quot;,
-            &quot;HTMLMarqueeElement:behavior&quot;,
-            &quot;read-write gchar* HTMLMarqueeElement:behavior&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_BG_COLOR,
-        g_param_spec_string(
-            &quot;bg-color&quot;,
-            &quot;HTMLMarqueeElement:bg-color&quot;,
-            &quot;read-write gchar* HTMLMarqueeElement:bg-color&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DIRECTION,
-        g_param_spec_string(
-            &quot;direction&quot;,
-            &quot;HTMLMarqueeElement:direction&quot;,
-            &quot;read-write gchar* HTMLMarqueeElement:direction&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_HEIGHT,
-        g_param_spec_string(
-            &quot;height&quot;,
-            &quot;HTMLMarqueeElement:height&quot;,
-            &quot;read-write gchar* HTMLMarqueeElement:height&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_HSPACE,
-        g_param_spec_ulong(
-            &quot;hspace&quot;,
-            &quot;HTMLMarqueeElement:hspace&quot;,
-            &quot;read-write gulong HTMLMarqueeElement:hspace&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LOOP,
-        g_param_spec_long(
-            &quot;loop&quot;,
-            &quot;HTMLMarqueeElement:loop&quot;,
-            &quot;read-write glong HTMLMarqueeElement:loop&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SCROLL_AMOUNT,
-        g_param_spec_ulong(
-            &quot;scroll-amount&quot;,
-            &quot;HTMLMarqueeElement:scroll-amount&quot;,
-            &quot;read-write gulong HTMLMarqueeElement:scroll-amount&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SCROLL_DELAY,
-        g_param_spec_ulong(
-            &quot;scroll-delay&quot;,
-            &quot;HTMLMarqueeElement:scroll-delay&quot;,
-            &quot;read-write gulong HTMLMarqueeElement:scroll-delay&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TRUE_SPEED,
-        g_param_spec_boolean(
-            &quot;true-speed&quot;,
-            &quot;HTMLMarqueeElement:true-speed&quot;,
-            &quot;read-write gboolean HTMLMarqueeElement:true-speed&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VSPACE,
-        g_param_spec_ulong(
-            &quot;vspace&quot;,
-            &quot;HTMLMarqueeElement:vspace&quot;,
-            &quot;read-write gulong HTMLMarqueeElement:vspace&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WIDTH,
-        g_param_spec_string(
-            &quot;width&quot;,
-            &quot;HTMLMarqueeElement:width&quot;,
-            &quot;read-write gchar* HTMLMarqueeElement:width&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_marquee_element_init(WebKitDOMHTMLMarqueeElement* request)
</span><span class="lines">@@ -337,207 +119,3 @@
</span><span class="cx">     WebCore::HTMLMarqueeElement* item = WebKit::core(self);
</span><span class="cx">     item-&gt;stop();
</span><span class="cx"> }
</span><del>-
-gchar* webkit_dom_html_marquee_element_get_behavior(WebKitDOMHTMLMarqueeElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self), 0);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::behaviorAttr));
-    return result;
-}
-
-void webkit_dom_html_marquee_element_set_behavior(WebKitDOMHTMLMarqueeElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::behaviorAttr, convertedValue);
-}
-
-gchar* webkit_dom_html_marquee_element_get_bg_color(WebKitDOMHTMLMarqueeElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self), 0);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::bgcolorAttr));
-    return result;
-}
-
-void webkit_dom_html_marquee_element_set_bg_color(WebKitDOMHTMLMarqueeElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::bgcolorAttr, convertedValue);
-}
-
-gchar* webkit_dom_html_marquee_element_get_direction(WebKitDOMHTMLMarqueeElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self), 0);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::directionAttr));
-    return result;
-}
-
-void webkit_dom_html_marquee_element_set_direction(WebKitDOMHTMLMarqueeElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::directionAttr, convertedValue);
-}
-
-gchar* webkit_dom_html_marquee_element_get_height(WebKitDOMHTMLMarqueeElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self), 0);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::heightAttr));
-    return result;
-}
-
-void webkit_dom_html_marquee_element_set_height(WebKitDOMHTMLMarqueeElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::heightAttr, convertedValue);
-}
-
-gulong webkit_dom_html_marquee_element_get_hspace(WebKitDOMHTMLMarqueeElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self), 0);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    gulong result = item-&gt;getUnsignedIntegralAttribute(WebCore::HTMLNames::hspaceAttr);
-    return result;
-}
-
-void webkit_dom_html_marquee_element_set_hspace(WebKitDOMHTMLMarqueeElement* self, gulong value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self));
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    item-&gt;setUnsignedIntegralAttribute(WebCore::HTMLNames::hspaceAttr, value);
-}
-
-glong webkit_dom_html_marquee_element_get_loop(WebKitDOMHTMLMarqueeElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self), 0);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    glong result = item-&gt;loop();
-    return result;
-}
-
-void webkit_dom_html_marquee_element_set_loop(WebKitDOMHTMLMarqueeElement* self, glong value, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;setLoop(value, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-}
-
-gulong webkit_dom_html_marquee_element_get_scroll_amount(WebKitDOMHTMLMarqueeElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self), 0);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    gulong result = item-&gt;scrollAmount();
-    return result;
-}
-
-void webkit_dom_html_marquee_element_set_scroll_amount(WebKitDOMHTMLMarqueeElement* self, gulong value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self));
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    item-&gt;setScrollAmount(value);
-}
-
-gulong webkit_dom_html_marquee_element_get_scroll_delay(WebKitDOMHTMLMarqueeElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self), 0);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    gulong result = item-&gt;scrollDelay();
-    return result;
-}
-
-void webkit_dom_html_marquee_element_set_scroll_delay(WebKitDOMHTMLMarqueeElement* self, gulong value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self));
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    item-&gt;setScrollDelay(value);
-}
-
-gboolean webkit_dom_html_marquee_element_get_true_speed(WebKitDOMHTMLMarqueeElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self), FALSE);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::truespeedAttr);
-    return result;
-}
-
-void webkit_dom_html_marquee_element_set_true_speed(WebKitDOMHTMLMarqueeElement* self, gboolean value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self));
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::truespeedAttr, value);
-}
-
-gulong webkit_dom_html_marquee_element_get_vspace(WebKitDOMHTMLMarqueeElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self), 0);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    gulong result = item-&gt;getUnsignedIntegralAttribute(WebCore::HTMLNames::vspaceAttr);
-    return result;
-}
-
-void webkit_dom_html_marquee_element_set_vspace(WebKitDOMHTMLMarqueeElement* self, gulong value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self));
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    item-&gt;setUnsignedIntegralAttribute(WebCore::HTMLNames::vspaceAttr, value);
-}
-
-gchar* webkit_dom_html_marquee_element_get_width(WebKitDOMHTMLMarqueeElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self), 0);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::widthAttr));
-    return result;
-}
-
-void webkit_dom_html_marquee_element_set_width(WebKitDOMHTMLMarqueeElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MARQUEE_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLMarqueeElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::widthAttr, convertedValue);
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLMarqueeElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMarqueeElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,266 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLMarqueeElementUnstable_h
-#define WebKitDOMHTMLMarqueeElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_marquee_element_get_behavior:
- * @self: A #WebKitDOMHTMLMarqueeElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_marquee_element_get_behavior(WebKitDOMHTMLMarqueeElement* self);
-
-/**
- * webkit_dom_html_marquee_element_set_behavior:
- * @self: A #WebKitDOMHTMLMarqueeElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_marquee_element_set_behavior(WebKitDOMHTMLMarqueeElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_marquee_element_get_bg_color:
- * @self: A #WebKitDOMHTMLMarqueeElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_marquee_element_get_bg_color(WebKitDOMHTMLMarqueeElement* self);
-
-/**
- * webkit_dom_html_marquee_element_set_bg_color:
- * @self: A #WebKitDOMHTMLMarqueeElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_marquee_element_set_bg_color(WebKitDOMHTMLMarqueeElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_marquee_element_get_direction:
- * @self: A #WebKitDOMHTMLMarqueeElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_marquee_element_get_direction(WebKitDOMHTMLMarqueeElement* self);
-
-/**
- * webkit_dom_html_marquee_element_set_direction:
- * @self: A #WebKitDOMHTMLMarqueeElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_marquee_element_set_direction(WebKitDOMHTMLMarqueeElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_marquee_element_get_height:
- * @self: A #WebKitDOMHTMLMarqueeElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_marquee_element_get_height(WebKitDOMHTMLMarqueeElement* self);
-
-/**
- * webkit_dom_html_marquee_element_set_height:
- * @self: A #WebKitDOMHTMLMarqueeElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_marquee_element_set_height(WebKitDOMHTMLMarqueeElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_marquee_element_get_hspace:
- * @self: A #WebKitDOMHTMLMarqueeElement
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_html_marquee_element_get_hspace(WebKitDOMHTMLMarqueeElement* self);
-
-/**
- * webkit_dom_html_marquee_element_set_hspace:
- * @self: A #WebKitDOMHTMLMarqueeElement
- * @value: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_marquee_element_set_hspace(WebKitDOMHTMLMarqueeElement* self, gulong value);
-
-/**
- * webkit_dom_html_marquee_element_get_loop:
- * @self: A #WebKitDOMHTMLMarqueeElement
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_html_marquee_element_get_loop(WebKitDOMHTMLMarqueeElement* self);
-
-/**
- * webkit_dom_html_marquee_element_set_loop:
- * @self: A #WebKitDOMHTMLMarqueeElement
- * @value: A #glong
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_marquee_element_set_loop(WebKitDOMHTMLMarqueeElement* self, glong value, GError** error);
-
-/**
- * webkit_dom_html_marquee_element_get_scroll_amount:
- * @self: A #WebKitDOMHTMLMarqueeElement
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_html_marquee_element_get_scroll_amount(WebKitDOMHTMLMarqueeElement* self);
-
-/**
- * webkit_dom_html_marquee_element_set_scroll_amount:
- * @self: A #WebKitDOMHTMLMarqueeElement
- * @value: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_marquee_element_set_scroll_amount(WebKitDOMHTMLMarqueeElement* self, gulong value);
-
-/**
- * webkit_dom_html_marquee_element_get_scroll_delay:
- * @self: A #WebKitDOMHTMLMarqueeElement
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_html_marquee_element_get_scroll_delay(WebKitDOMHTMLMarqueeElement* self);
-
-/**
- * webkit_dom_html_marquee_element_set_scroll_delay:
- * @self: A #WebKitDOMHTMLMarqueeElement
- * @value: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_marquee_element_set_scroll_delay(WebKitDOMHTMLMarqueeElement* self, gulong value);
-
-/**
- * webkit_dom_html_marquee_element_get_true_speed:
- * @self: A #WebKitDOMHTMLMarqueeElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_marquee_element_get_true_speed(WebKitDOMHTMLMarqueeElement* self);
-
-/**
- * webkit_dom_html_marquee_element_set_true_speed:
- * @self: A #WebKitDOMHTMLMarqueeElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_marquee_element_set_true_speed(WebKitDOMHTMLMarqueeElement* self, gboolean value);
-
-/**
- * webkit_dom_html_marquee_element_get_vspace:
- * @self: A #WebKitDOMHTMLMarqueeElement
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_html_marquee_element_get_vspace(WebKitDOMHTMLMarqueeElement* self);
-
-/**
- * webkit_dom_html_marquee_element_set_vspace:
- * @self: A #WebKitDOMHTMLMarqueeElement
- * @value: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_marquee_element_set_vspace(WebKitDOMHTMLMarqueeElement* self, gulong value);
-
-/**
- * webkit_dom_html_marquee_element_get_width:
- * @self: A #WebKitDOMHTMLMarqueeElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_marquee_element_get_width(WebKitDOMHTMLMarqueeElement* self);
-
-/**
- * webkit_dom_html_marquee_element_set_width:
- * @self: A #WebKitDOMHTMLMarqueeElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_marquee_element_set_width(WebKitDOMHTMLMarqueeElement* self, const gchar* value);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLMarqueeElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLMediaElementcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,1510 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMHTMLMediaElement.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/HTMLMediaElementMediaSession.h&gt;
-#include &lt;WebCore/HTMLNames.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMHTMLMediaElementPrivate.h&quot;
-#include &quot;WebKitDOMMediaControllerPrivate.h&quot;
-#include &quot;WebKitDOMMediaErrorPrivate.h&quot;
-#include &quot;WebKitDOMNodePrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMTimeRangesPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#if ENABLE(VIDEO)
-
-namespace WebKit {
-
-WebKitDOMHTMLMediaElement* kit(WebCore::HTMLMediaElement* obj)
-{
-    return WEBKIT_DOM_HTML_MEDIA_ELEMENT(kit(static_cast&lt;WebCore::Node*&gt;(obj)));
-}
-
-WebCore::HTMLMediaElement* core(WebKitDOMHTMLMediaElement* request)
-{
-    return request ? static_cast&lt;WebCore::HTMLMediaElement*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMHTMLMediaElement* wrapHTMLMediaElement(WebCore::HTMLMediaElement* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_HTML_MEDIA_ELEMENT(g_object_new(WEBKIT_DOM_TYPE_HTML_MEDIA_ELEMENT, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO)
-
-static gboolean webkit_dom_html_media_element_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-#if ENABLE(VIDEO)
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::HTMLMediaElement* coreTarget = static_cast&lt;WebCore::HTMLMediaElement*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(event);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return false;
-#endif // ENABLE(VIDEO)
-}
-
-static gboolean webkit_dom_html_media_element_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO)
-    WebCore::HTMLMediaElement* coreTarget = static_cast&lt;WebCore::HTMLMediaElement*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return false;
-#endif // ENABLE(VIDEO)
-}
-
-static gboolean webkit_dom_html_media_element_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO)
-    WebCore::HTMLMediaElement* coreTarget = static_cast&lt;WebCore::HTMLMediaElement*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return false;
-#endif // ENABLE(VIDEO)
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_html_media_element_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_html_media_element_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_html_media_element_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMHTMLMediaElement, webkit_dom_html_media_element, WEBKIT_DOM_TYPE_HTML_ELEMENT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-enum {
-    PROP_0,
-    PROP_ERROR,
-    PROP_SRC,
-    PROP_CURRENT_SRC,
-    PROP_CROSS_ORIGIN,
-    PROP_NETWORK_STATE,
-    PROP_PRELOAD,
-    PROP_BUFFERED,
-    PROP_READY_STATE,
-    PROP_SEEKING,
-    PROP_CURRENT_TIME,
-    PROP_DURATION,
-    PROP_PAUSED,
-    PROP_DEFAULT_PLAYBACK_RATE,
-    PROP_PLAYBACK_RATE,
-    PROP_PLAYED,
-    PROP_SEEKABLE,
-    PROP_ENDED,
-    PROP_AUTOPLAY,
-    PROP_LOOP,
-    PROP_CONTROLS,
-    PROP_VOLUME,
-    PROP_MUTED,
-    PROP_DEFAULT_MUTED,
-    PROP_WEBKIT_PRESERVES_PITCH,
-    PROP_WEBKIT_HAS_CLOSED_CAPTIONS,
-    PROP_WEBKIT_CLOSED_CAPTIONS_VISIBLE,
-    PROP_WEBKIT_AUDIO_DECODED_BYTE_COUNT,
-    PROP_WEBKIT_VIDEO_DECODED_BYTE_COUNT,
-    PROP_MEDIA_GROUP,
-    PROP_CONTROLLER,
-    PROP_WEBKIT_CURRENT_PLAYBACK_TARGET_IS_WIRELESS,
-    PROP_KIND,
-};
-
-static void webkit_dom_html_media_element_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMHTMLMediaElement* self = WEBKIT_DOM_HTML_MEDIA_ELEMENT(object);
-
-    switch (propertyId) {
-    case PROP_SRC:
-        webkit_dom_html_media_element_set_src(self, g_value_get_string(value));
-        break;
-    case PROP_CROSS_ORIGIN:
-        webkit_dom_html_media_element_set_cross_origin(self, g_value_get_string(value));
-        break;
-    case PROP_PRELOAD:
-        webkit_dom_html_media_element_set_preload(self, g_value_get_string(value));
-        break;
-    case PROP_CURRENT_TIME:
-        webkit_dom_html_media_element_set_current_time(self, g_value_get_double(value), nullptr);
-        break;
-    case PROP_DEFAULT_PLAYBACK_RATE:
-        webkit_dom_html_media_element_set_default_playback_rate(self, g_value_get_double(value));
-        break;
-    case PROP_PLAYBACK_RATE:
-        webkit_dom_html_media_element_set_playback_rate(self, g_value_get_double(value));
-        break;
-    case PROP_AUTOPLAY:
-        webkit_dom_html_media_element_set_autoplay(self, g_value_get_boolean(value));
-        break;
-    case PROP_LOOP:
-        webkit_dom_html_media_element_set_loop(self, g_value_get_boolean(value));
-        break;
-    case PROP_CONTROLS:
-        webkit_dom_html_media_element_set_controls(self, g_value_get_boolean(value));
-        break;
-    case PROP_VOLUME:
-        webkit_dom_html_media_element_set_volume(self, g_value_get_double(value), nullptr);
-        break;
-    case PROP_MUTED:
-        webkit_dom_html_media_element_set_muted(self, g_value_get_boolean(value));
-        break;
-    case PROP_DEFAULT_MUTED:
-        webkit_dom_html_media_element_set_default_muted(self, g_value_get_boolean(value));
-        break;
-    case PROP_WEBKIT_PRESERVES_PITCH:
-        webkit_dom_html_media_element_set_webkit_preserves_pitch(self, g_value_get_boolean(value));
-        break;
-    case PROP_WEBKIT_CLOSED_CAPTIONS_VISIBLE:
-        webkit_dom_html_media_element_set_webkit_closed_captions_visible(self, g_value_get_boolean(value));
-        break;
-    case PROP_MEDIA_GROUP:
-        webkit_dom_html_media_element_set_media_group(self, g_value_get_string(value));
-        break;
-    case PROP_KIND:
-        webkit_dom_html_media_element_set_kind(self, g_value_get_string(value));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_html_media_element_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMHTMLMediaElement* self = WEBKIT_DOM_HTML_MEDIA_ELEMENT(object);
-
-    switch (propertyId) {
-    case PROP_ERROR:
-        g_value_set_object(value, webkit_dom_html_media_element_get_error(self));
-        break;
-    case PROP_SRC:
-        g_value_take_string(value, webkit_dom_html_media_element_get_src(self));
-        break;
-    case PROP_CURRENT_SRC:
-        g_value_take_string(value, webkit_dom_html_media_element_get_current_src(self));
-        break;
-    case PROP_CROSS_ORIGIN:
-        g_value_take_string(value, webkit_dom_html_media_element_get_cross_origin(self));
-        break;
-    case PROP_NETWORK_STATE:
-        g_value_set_uint(value, webkit_dom_html_media_element_get_network_state(self));
-        break;
-    case PROP_PRELOAD:
-        g_value_take_string(value, webkit_dom_html_media_element_get_preload(self));
-        break;
-    case PROP_BUFFERED:
-        g_value_set_object(value, webkit_dom_html_media_element_get_buffered(self));
-        break;
-    case PROP_READY_STATE:
-        g_value_set_uint(value, webkit_dom_html_media_element_get_ready_state(self));
-        break;
-    case PROP_SEEKING:
-        g_value_set_boolean(value, webkit_dom_html_media_element_get_seeking(self));
-        break;
-    case PROP_CURRENT_TIME:
-        g_value_set_double(value, webkit_dom_html_media_element_get_current_time(self));
-        break;
-    case PROP_DURATION:
-        g_value_set_double(value, webkit_dom_html_media_element_get_duration(self));
-        break;
-    case PROP_PAUSED:
-        g_value_set_boolean(value, webkit_dom_html_media_element_get_paused(self));
-        break;
-    case PROP_DEFAULT_PLAYBACK_RATE:
-        g_value_set_double(value, webkit_dom_html_media_element_get_default_playback_rate(self));
-        break;
-    case PROP_PLAYBACK_RATE:
-        g_value_set_double(value, webkit_dom_html_media_element_get_playback_rate(self));
-        break;
-    case PROP_PLAYED:
-        g_value_set_object(value, webkit_dom_html_media_element_get_played(self));
-        break;
-    case PROP_SEEKABLE:
-        g_value_set_object(value, webkit_dom_html_media_element_get_seekable(self));
-        break;
-    case PROP_ENDED:
-        g_value_set_boolean(value, webkit_dom_html_media_element_get_ended(self));
-        break;
-    case PROP_AUTOPLAY:
-        g_value_set_boolean(value, webkit_dom_html_media_element_get_autoplay(self));
-        break;
-    case PROP_LOOP:
-        g_value_set_boolean(value, webkit_dom_html_media_element_get_loop(self));
-        break;
-    case PROP_CONTROLS:
-        g_value_set_boolean(value, webkit_dom_html_media_element_get_controls(self));
-        break;
-    case PROP_VOLUME:
-        g_value_set_double(value, webkit_dom_html_media_element_get_volume(self));
-        break;
-    case PROP_MUTED:
-        g_value_set_boolean(value, webkit_dom_html_media_element_get_muted(self));
-        break;
-    case PROP_DEFAULT_MUTED:
-        g_value_set_boolean(value, webkit_dom_html_media_element_get_default_muted(self));
-        break;
-    case PROP_WEBKIT_PRESERVES_PITCH:
-        g_value_set_boolean(value, webkit_dom_html_media_element_get_webkit_preserves_pitch(self));
-        break;
-    case PROP_WEBKIT_HAS_CLOSED_CAPTIONS:
-        g_value_set_boolean(value, webkit_dom_html_media_element_get_webkit_has_closed_captions(self));
-        break;
-    case PROP_WEBKIT_CLOSED_CAPTIONS_VISIBLE:
-        g_value_set_boolean(value, webkit_dom_html_media_element_get_webkit_closed_captions_visible(self));
-        break;
-    case PROP_WEBKIT_AUDIO_DECODED_BYTE_COUNT:
-        g_value_set_ulong(value, webkit_dom_html_media_element_get_webkit_audio_decoded_byte_count(self));
-        break;
-    case PROP_WEBKIT_VIDEO_DECODED_BYTE_COUNT:
-        g_value_set_ulong(value, webkit_dom_html_media_element_get_webkit_video_decoded_byte_count(self));
-        break;
-    case PROP_MEDIA_GROUP:
-        g_value_take_string(value, webkit_dom_html_media_element_get_media_group(self));
-        break;
-    case PROP_CONTROLLER:
-        g_value_set_object(value, webkit_dom_html_media_element_get_controller(self));
-        break;
-    case PROP_WEBKIT_CURRENT_PLAYBACK_TARGET_IS_WIRELESS:
-        g_value_set_boolean(value, webkit_dom_html_media_element_get_webkit_current_playback_target_is_wireless(self));
-        break;
-    case PROP_KIND:
-        g_value_take_string(value, webkit_dom_html_media_element_get_kind(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_html_media_element_class_init(WebKitDOMHTMLMediaElementClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    gobjectClass-&gt;set_property = webkit_dom_html_media_element_set_property;
-    gobjectClass-&gt;get_property = webkit_dom_html_media_element_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_ERROR,
-        g_param_spec_object(
-            &quot;error&quot;,
-            &quot;HTMLMediaElement:error&quot;,
-            &quot;read-only WebKitDOMMediaError* HTMLMediaElement:error&quot;,
-            WEBKIT_DOM_TYPE_MEDIA_ERROR,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SRC,
-        g_param_spec_string(
-            &quot;src&quot;,
-            &quot;HTMLMediaElement:src&quot;,
-            &quot;read-write gchar* HTMLMediaElement:src&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CURRENT_SRC,
-        g_param_spec_string(
-            &quot;current-src&quot;,
-            &quot;HTMLMediaElement:current-src&quot;,
-            &quot;read-only gchar* HTMLMediaElement:current-src&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CROSS_ORIGIN,
-        g_param_spec_string(
-            &quot;cross-origin&quot;,
-            &quot;HTMLMediaElement:cross-origin&quot;,
-            &quot;read-write gchar* HTMLMediaElement:cross-origin&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_NETWORK_STATE,
-        g_param_spec_uint(
-            &quot;network-state&quot;,
-            &quot;HTMLMediaElement:network-state&quot;,
-            &quot;read-only gushort HTMLMediaElement:network-state&quot;,
-            0, G_MAXUINT, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PRELOAD,
-        g_param_spec_string(
-            &quot;preload&quot;,
-            &quot;HTMLMediaElement:preload&quot;,
-            &quot;read-write gchar* HTMLMediaElement:preload&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_BUFFERED,
-        g_param_spec_object(
-            &quot;buffered&quot;,
-            &quot;HTMLMediaElement:buffered&quot;,
-            &quot;read-only WebKitDOMTimeRanges* HTMLMediaElement:buffered&quot;,
-            WEBKIT_DOM_TYPE_TIME_RANGES,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_READY_STATE,
-        g_param_spec_uint(
-            &quot;ready-state&quot;,
-            &quot;HTMLMediaElement:ready-state&quot;,
-            &quot;read-only gushort HTMLMediaElement:ready-state&quot;,
-            0, G_MAXUINT, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SEEKING,
-        g_param_spec_boolean(
-            &quot;seeking&quot;,
-            &quot;HTMLMediaElement:seeking&quot;,
-            &quot;read-only gboolean HTMLMediaElement:seeking&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CURRENT_TIME,
-        g_param_spec_double(
-            &quot;current-time&quot;,
-            &quot;HTMLMediaElement:current-time&quot;,
-            &quot;read-write gdouble HTMLMediaElement:current-time&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DURATION,
-        g_param_spec_double(
-            &quot;duration&quot;,
-            &quot;HTMLMediaElement:duration&quot;,
-            &quot;read-only gdouble HTMLMediaElement:duration&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PAUSED,
-        g_param_spec_boolean(
-            &quot;paused&quot;,
-            &quot;HTMLMediaElement:paused&quot;,
-            &quot;read-only gboolean HTMLMediaElement:paused&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DEFAULT_PLAYBACK_RATE,
-        g_param_spec_double(
-            &quot;default-playback-rate&quot;,
-            &quot;HTMLMediaElement:default-playback-rate&quot;,
-            &quot;read-write gdouble HTMLMediaElement:default-playback-rate&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PLAYBACK_RATE,
-        g_param_spec_double(
-            &quot;playback-rate&quot;,
-            &quot;HTMLMediaElement:playback-rate&quot;,
-            &quot;read-write gdouble HTMLMediaElement:playback-rate&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PLAYED,
-        g_param_spec_object(
-            &quot;played&quot;,
-            &quot;HTMLMediaElement:played&quot;,
-            &quot;read-only WebKitDOMTimeRanges* HTMLMediaElement:played&quot;,
-            WEBKIT_DOM_TYPE_TIME_RANGES,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SEEKABLE,
-        g_param_spec_object(
-            &quot;seekable&quot;,
-            &quot;HTMLMediaElement:seekable&quot;,
-            &quot;read-only WebKitDOMTimeRanges* HTMLMediaElement:seekable&quot;,
-            WEBKIT_DOM_TYPE_TIME_RANGES,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_ENDED,
-        g_param_spec_boolean(
-            &quot;ended&quot;,
-            &quot;HTMLMediaElement:ended&quot;,
-            &quot;read-only gboolean HTMLMediaElement:ended&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_AUTOPLAY,
-        g_param_spec_boolean(
-            &quot;autoplay&quot;,
-            &quot;HTMLMediaElement:autoplay&quot;,
-            &quot;read-write gboolean HTMLMediaElement:autoplay&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LOOP,
-        g_param_spec_boolean(
-            &quot;loop&quot;,
-            &quot;HTMLMediaElement:loop&quot;,
-            &quot;read-write gboolean HTMLMediaElement:loop&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CONTROLS,
-        g_param_spec_boolean(
-            &quot;controls&quot;,
-            &quot;HTMLMediaElement:controls&quot;,
-            &quot;read-write gboolean HTMLMediaElement:controls&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VOLUME,
-        g_param_spec_double(
-            &quot;volume&quot;,
-            &quot;HTMLMediaElement:volume&quot;,
-            &quot;read-write gdouble HTMLMediaElement:volume&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_MUTED,
-        g_param_spec_boolean(
-            &quot;muted&quot;,
-            &quot;HTMLMediaElement:muted&quot;,
-            &quot;read-write gboolean HTMLMediaElement:muted&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DEFAULT_MUTED,
-        g_param_spec_boolean(
-            &quot;default-muted&quot;,
-            &quot;HTMLMediaElement:default-muted&quot;,
-            &quot;read-write gboolean HTMLMediaElement:default-muted&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_PRESERVES_PITCH,
-        g_param_spec_boolean(
-            &quot;webkit-preserves-pitch&quot;,
-            &quot;HTMLMediaElement:webkit-preserves-pitch&quot;,
-            &quot;read-write gboolean HTMLMediaElement:webkit-preserves-pitch&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_HAS_CLOSED_CAPTIONS,
-        g_param_spec_boolean(
-            &quot;webkit-has-closed-captions&quot;,
-            &quot;HTMLMediaElement:webkit-has-closed-captions&quot;,
-            &quot;read-only gboolean HTMLMediaElement:webkit-has-closed-captions&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_CLOSED_CAPTIONS_VISIBLE,
-        g_param_spec_boolean(
-            &quot;webkit-closed-captions-visible&quot;,
-            &quot;HTMLMediaElement:webkit-closed-captions-visible&quot;,
-            &quot;read-write gboolean HTMLMediaElement:webkit-closed-captions-visible&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_AUDIO_DECODED_BYTE_COUNT,
-        g_param_spec_ulong(
-            &quot;webkit-audio-decoded-byte-count&quot;,
-            &quot;HTMLMediaElement:webkit-audio-decoded-byte-count&quot;,
-            &quot;read-only gulong HTMLMediaElement:webkit-audio-decoded-byte-count&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_VIDEO_DECODED_BYTE_COUNT,
-        g_param_spec_ulong(
-            &quot;webkit-video-decoded-byte-count&quot;,
-            &quot;HTMLMediaElement:webkit-video-decoded-byte-count&quot;,
-            &quot;read-only gulong HTMLMediaElement:webkit-video-decoded-byte-count&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_MEDIA_GROUP,
-        g_param_spec_string(
-            &quot;media-group&quot;,
-            &quot;HTMLMediaElement:media-group&quot;,
-            &quot;read-write gchar* HTMLMediaElement:media-group&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CONTROLLER,
-        g_param_spec_object(
-            &quot;controller&quot;,
-            &quot;HTMLMediaElement:controller&quot;,
-            &quot;read-only WebKitDOMMediaController* HTMLMediaElement:controller&quot;,
-            WEBKIT_DOM_TYPE_MEDIA_CONTROLLER,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_CURRENT_PLAYBACK_TARGET_IS_WIRELESS,
-        g_param_spec_boolean(
-            &quot;webkit-current-playback-target-is-wireless&quot;,
-            &quot;HTMLMediaElement:webkit-current-playback-target-is-wireless&quot;,
-            &quot;read-only gboolean HTMLMediaElement:webkit-current-playback-target-is-wireless&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_KIND,
-        g_param_spec_string(
-            &quot;kind&quot;,
-            &quot;HTMLMediaElement:kind&quot;,
-            &quot;read-write gchar* HTMLMediaElement:kind&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-}
-
-static void webkit_dom_html_media_element_init(WebKitDOMHTMLMediaElement* request)
-{
-    UNUSED_PARAM(request);
-}
-
-void webkit_dom_html_media_element_load(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    item-&gt;load();
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gchar* webkit_dom_html_media_element_can_play_type(WebKitDOMHTMLMediaElement* self, const gchar* type)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    g_return_val_if_fail(type, 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    WTF::String convertedType = WTF::String::fromUTF8(type);
-    gchar* result = convertToUTF8String(item-&gt;canPlayType(convertedType));
-    return result;
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(type);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_pause(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    item-&gt;pause();
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_fast_seek(WebKitDOMHTMLMediaElement* self, gdouble time)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    item-&gt;fastSeek(time);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(time);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_webkit_show_playback_target_picker(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-#if ENABLE(WIRELESS_PLAYBACK_TARGET)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    item-&gt;webkitShowPlaybackTargetPicker();
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Wireless Playback Target&quot;)
-#endif /* ENABLE(WIRELESS_PLAYBACK_TARGET) */
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-WebKitDOMMediaError* webkit_dom_html_media_element_get_error(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::MediaError&gt; gobjectResult = WTF::getPtr(item-&gt;error());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-gchar* webkit_dom_html_media_element_get_src(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;getURLAttribute(WebCore::HTMLNames::srcAttr));
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_set_src(WebKitDOMHTMLMediaElement* self, const gchar* value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::srcAttr, convertedValue);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gchar* webkit_dom_html_media_element_get_current_src(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;currentSrc());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-gchar* webkit_dom_html_media_element_get_cross_origin(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;crossOrigin());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_set_cross_origin(WebKitDOMHTMLMediaElement* self, const gchar* value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setCrossOrigin(convertedValue);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gushort webkit_dom_html_media_element_get_network_state(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gushort result = item-&gt;networkState();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gushort&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gchar* webkit_dom_html_media_element_get_preload(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;preload());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_set_preload(WebKitDOMHTMLMediaElement* self, const gchar* value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setPreload(convertedValue);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-WebKitDOMTimeRanges* webkit_dom_html_media_element_get_buffered(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::TimeRanges&gt; gobjectResult = WTF::getPtr(item-&gt;buffered());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-gushort webkit_dom_html_media_element_get_ready_state(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gushort result = item-&gt;readyState();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gushort&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_html_media_element_get_seeking(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), FALSE);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gboolean result = item-&gt;seeking();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gdouble webkit_dom_html_media_element_get_current_time(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gdouble result = item-&gt;currentTime();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_set_current_time(WebKitDOMHTMLMediaElement* self, gdouble value, GError** error)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;setCurrentTime(value, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gdouble webkit_dom_html_media_element_get_duration(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gdouble result = item-&gt;duration();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_html_media_element_get_paused(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), FALSE);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gboolean result = item-&gt;paused();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gdouble webkit_dom_html_media_element_get_default_playback_rate(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gdouble result = item-&gt;defaultPlaybackRate();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_set_default_playback_rate(WebKitDOMHTMLMediaElement* self, gdouble value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    item-&gt;setDefaultPlaybackRate(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gdouble webkit_dom_html_media_element_get_playback_rate(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gdouble result = item-&gt;playbackRate();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_set_playback_rate(WebKitDOMHTMLMediaElement* self, gdouble value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    item-&gt;setPlaybackRate(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-WebKitDOMTimeRanges* webkit_dom_html_media_element_get_played(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::TimeRanges&gt; gobjectResult = WTF::getPtr(item-&gt;played());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-WebKitDOMTimeRanges* webkit_dom_html_media_element_get_seekable(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::TimeRanges&gt; gobjectResult = WTF::getPtr(item-&gt;seekable());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_html_media_element_get_ended(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), FALSE);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gboolean result = item-&gt;ended();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_html_media_element_get_autoplay(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), FALSE);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::autoplayAttr);
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_set_autoplay(WebKitDOMHTMLMediaElement* self, gboolean value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::autoplayAttr, value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_html_media_element_get_loop(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), FALSE);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::loopAttr);
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_set_loop(WebKitDOMHTMLMediaElement* self, gboolean value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::loopAttr, value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_html_media_element_get_controls(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), FALSE);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gboolean result = item-&gt;controls();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_set_controls(WebKitDOMHTMLMediaElement* self, gboolean value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    item-&gt;setControls(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gdouble webkit_dom_html_media_element_get_volume(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gdouble result = item-&gt;volume();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_set_volume(WebKitDOMHTMLMediaElement* self, gdouble value, GError** error)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;setVolume(value, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_html_media_element_get_muted(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), FALSE);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gboolean result = item-&gt;muted();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_set_muted(WebKitDOMHTMLMediaElement* self, gboolean value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    item-&gt;setMuted(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_html_media_element_get_default_muted(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), FALSE);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::mutedAttr);
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_set_default_muted(WebKitDOMHTMLMediaElement* self, gboolean value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::mutedAttr, value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_html_media_element_get_webkit_preserves_pitch(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), FALSE);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gboolean result = item-&gt;webkitPreservesPitch();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_set_webkit_preserves_pitch(WebKitDOMHTMLMediaElement* self, gboolean value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    item-&gt;setWebkitPreservesPitch(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_html_media_element_get_webkit_has_closed_captions(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), FALSE);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gboolean result = item-&gt;webkitHasClosedCaptions();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_html_media_element_get_webkit_closed_captions_visible(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), FALSE);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gboolean result = item-&gt;webkitClosedCaptionsVisible();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_set_webkit_closed_captions_visible(WebKitDOMHTMLMediaElement* self, gboolean value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    item-&gt;setWebkitClosedCaptionsVisible(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gulong webkit_dom_html_media_element_get_webkit_audio_decoded_byte_count(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-#if ENABLE(MEDIA_STATISTICS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gulong result = item-&gt;webkitAudioDecodedByteCount();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Media Statistics&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(MEDIA_STATISTICS) */
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gulong webkit_dom_html_media_element_get_webkit_video_decoded_byte_count(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-#if ENABLE(MEDIA_STATISTICS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gulong result = item-&gt;webkitVideoDecodedByteCount();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Media Statistics&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(MEDIA_STATISTICS) */
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gchar* webkit_dom_html_media_element_get_media_group(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::mediagroupAttr));
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_set_media_group(WebKitDOMHTMLMediaElement* self, const gchar* value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::mediagroupAttr, convertedValue);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-WebKitDOMMediaController* webkit_dom_html_media_element_get_controller(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::MediaController&gt; gobjectResult = WTF::getPtr(item-&gt;controller());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_html_media_element_get_webkit_current_playback_target_is_wireless(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-#if ENABLE(WIRELESS_PLAYBACK_TARGET)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), FALSE);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gboolean result = item-&gt;webkitCurrentPlaybackTargetIsWireless();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Wireless Playback Target&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(WIRELESS_PLAYBACK_TARGET) */
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gchar* webkit_dom_html_media_element_get_kind(WebKitDOMHTMLMediaElement* self)
-{
-#if ENABLE(VIDEO)
-#if ENABLE(MEDIA_SESSION) &amp;&amp; ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self), 0);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(WebCore::HTMLMediaElementMediaSession::kind(item));
-    return result;
-#else
-    UNUSED_PARAM(self);
-#if !ENABLE(VIDEO)
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif
-#if !ENABLE(MEDIA_SESSION)
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Media Session&quot;)
-#endif
-    return 0;
-#endif /* ENABLE(MEDIA_SESSION) &amp;&amp; ENABLE(VIDEO) */
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_media_element_set_kind(WebKitDOMHTMLMediaElement* self, const gchar* value)
-{
-#if ENABLE(VIDEO)
-#if ENABLE(MEDIA_SESSION) &amp;&amp; ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLMediaElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    WebCore::HTMLMediaElementMediaSession::setKind(*item, convertedValue);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-#if !ENABLE(VIDEO)
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif
-#if !ENABLE(MEDIA_SESSION)
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Media Session&quot;)
-#endif
-#endif /* ENABLE(MEDIA_SESSION) &amp;&amp; ENABLE(VIDEO) */
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLMediaElementh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElement.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElement.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElement.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,661 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLMediaElement_h
-#define WebKitDOMHTMLMediaElement_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMHTMLElement.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_HTML_MEDIA_ELEMENT            (webkit_dom_html_media_element_get_type())
-#define WEBKIT_DOM_HTML_MEDIA_ELEMENT(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_HTML_MEDIA_ELEMENT, WebKitDOMHTMLMediaElement))
-#define WEBKIT_DOM_HTML_MEDIA_ELEMENT_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_HTML_MEDIA_ELEMENT, WebKitDOMHTMLMediaElementClass)
-#define WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_HTML_MEDIA_ELEMENT))
-#define WEBKIT_DOM_IS_HTML_MEDIA_ELEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_HTML_MEDIA_ELEMENT))
-#define WEBKIT_DOM_HTML_MEDIA_ELEMENT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_HTML_MEDIA_ELEMENT, WebKitDOMHTMLMediaElementClass))
-
-/**
- * WEBKIT_DOM_HTML_MEDIA_ELEMENT_NETWORK_EMPTY:
- */
-#define WEBKIT_DOM_HTML_MEDIA_ELEMENT_NETWORK_EMPTY 0
-
-/**
- * WEBKIT_DOM_HTML_MEDIA_ELEMENT_NETWORK_IDLE:
- */
-#define WEBKIT_DOM_HTML_MEDIA_ELEMENT_NETWORK_IDLE 1
-
-/**
- * WEBKIT_DOM_HTML_MEDIA_ELEMENT_NETWORK_LOADING:
- */
-#define WEBKIT_DOM_HTML_MEDIA_ELEMENT_NETWORK_LOADING 2
-
-/**
- * WEBKIT_DOM_HTML_MEDIA_ELEMENT_NETWORK_NO_SOURCE:
- */
-#define WEBKIT_DOM_HTML_MEDIA_ELEMENT_NETWORK_NO_SOURCE 3
-
-/**
- * WEBKIT_DOM_HTML_MEDIA_ELEMENT_HAVE_NOTHING:
- */
-#define WEBKIT_DOM_HTML_MEDIA_ELEMENT_HAVE_NOTHING 0
-
-/**
- * WEBKIT_DOM_HTML_MEDIA_ELEMENT_HAVE_METADATA:
- */
-#define WEBKIT_DOM_HTML_MEDIA_ELEMENT_HAVE_METADATA 1
-
-/**
- * WEBKIT_DOM_HTML_MEDIA_ELEMENT_HAVE_CURRENT_DATA:
- */
-#define WEBKIT_DOM_HTML_MEDIA_ELEMENT_HAVE_CURRENT_DATA 2
-
-/**
- * WEBKIT_DOM_HTML_MEDIA_ELEMENT_HAVE_FUTURE_DATA:
- */
-#define WEBKIT_DOM_HTML_MEDIA_ELEMENT_HAVE_FUTURE_DATA 3
-
-/**
- * WEBKIT_DOM_HTML_MEDIA_ELEMENT_HAVE_ENOUGH_DATA:
- */
-#define WEBKIT_DOM_HTML_MEDIA_ELEMENT_HAVE_ENOUGH_DATA 4
-
-struct _WebKitDOMHTMLMediaElement {
-    WebKitDOMHTMLElement parent_instance;
-};
-
-struct _WebKitDOMHTMLMediaElementClass {
-    WebKitDOMHTMLElementClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_html_media_element_get_type(void);
-
-/**
- * webkit_dom_html_media_element_load:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_load(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_can_play_type:
- * @self: A #WebKitDOMHTMLMediaElement
- * @type: A #gchar
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_media_element_can_play_type(WebKitDOMHTMLMediaElement* self, const gchar* type);
-
-/**
- * webkit_dom_html_media_element_pause:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_pause(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_fast_seek:
- * @self: A #WebKitDOMHTMLMediaElement
- * @time: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_fast_seek(WebKitDOMHTMLMediaElement* self, gdouble time);
-
-/**
- * webkit_dom_html_media_element_webkit_show_playback_target_picker:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_webkit_show_playback_target_picker(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_error:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: (transfer full): A #WebKitDOMMediaError
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMMediaError*
-webkit_dom_html_media_element_get_error(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_src:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_media_element_get_src(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_set_src:
- * @self: A #WebKitDOMHTMLMediaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_set_src(WebKitDOMHTMLMediaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_media_element_get_current_src:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_media_element_get_current_src(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_cross_origin:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_media_element_get_cross_origin(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_set_cross_origin:
- * @self: A #WebKitDOMHTMLMediaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_set_cross_origin(WebKitDOMHTMLMediaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_media_element_get_network_state:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gushort
- *
- * Stability: Unstable
-**/
-WEBKIT_API gushort
-webkit_dom_html_media_element_get_network_state(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_preload:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_media_element_get_preload(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_set_preload:
- * @self: A #WebKitDOMHTMLMediaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_set_preload(WebKitDOMHTMLMediaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_media_element_get_buffered:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: (transfer full): A #WebKitDOMTimeRanges
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMTimeRanges*
-webkit_dom_html_media_element_get_buffered(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_ready_state:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gushort
- *
- * Stability: Unstable
-**/
-WEBKIT_API gushort
-webkit_dom_html_media_element_get_ready_state(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_seeking:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_media_element_get_seeking(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_current_time:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_html_media_element_get_current_time(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_set_current_time:
- * @self: A #WebKitDOMHTMLMediaElement
- * @value: A #gdouble
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_set_current_time(WebKitDOMHTMLMediaElement* self, gdouble value, GError** error);
-
-/**
- * webkit_dom_html_media_element_get_duration:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_html_media_element_get_duration(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_paused:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_media_element_get_paused(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_default_playback_rate:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_html_media_element_get_default_playback_rate(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_set_default_playback_rate:
- * @self: A #WebKitDOMHTMLMediaElement
- * @value: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_set_default_playback_rate(WebKitDOMHTMLMediaElement* self, gdouble value);
-
-/**
- * webkit_dom_html_media_element_get_playback_rate:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_html_media_element_get_playback_rate(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_set_playback_rate:
- * @self: A #WebKitDOMHTMLMediaElement
- * @value: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_set_playback_rate(WebKitDOMHTMLMediaElement* self, gdouble value);
-
-/**
- * webkit_dom_html_media_element_get_played:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: (transfer full): A #WebKitDOMTimeRanges
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMTimeRanges*
-webkit_dom_html_media_element_get_played(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_seekable:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: (transfer full): A #WebKitDOMTimeRanges
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMTimeRanges*
-webkit_dom_html_media_element_get_seekable(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_ended:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_media_element_get_ended(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_autoplay:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_media_element_get_autoplay(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_set_autoplay:
- * @self: A #WebKitDOMHTMLMediaElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_set_autoplay(WebKitDOMHTMLMediaElement* self, gboolean value);
-
-/**
- * webkit_dom_html_media_element_get_loop:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_media_element_get_loop(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_set_loop:
- * @self: A #WebKitDOMHTMLMediaElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_set_loop(WebKitDOMHTMLMediaElement* self, gboolean value);
-
-/**
- * webkit_dom_html_media_element_get_controls:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_media_element_get_controls(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_set_controls:
- * @self: A #WebKitDOMHTMLMediaElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_set_controls(WebKitDOMHTMLMediaElement* self, gboolean value);
-
-/**
- * webkit_dom_html_media_element_get_volume:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_html_media_element_get_volume(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_set_volume:
- * @self: A #WebKitDOMHTMLMediaElement
- * @value: A #gdouble
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_set_volume(WebKitDOMHTMLMediaElement* self, gdouble value, GError** error);
-
-/**
- * webkit_dom_html_media_element_get_muted:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_media_element_get_muted(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_set_muted:
- * @self: A #WebKitDOMHTMLMediaElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_set_muted(WebKitDOMHTMLMediaElement* self, gboolean value);
-
-/**
- * webkit_dom_html_media_element_get_default_muted:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_media_element_get_default_muted(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_set_default_muted:
- * @self: A #WebKitDOMHTMLMediaElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_set_default_muted(WebKitDOMHTMLMediaElement* self, gboolean value);
-
-/**
- * webkit_dom_html_media_element_get_webkit_preserves_pitch:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_media_element_get_webkit_preserves_pitch(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_set_webkit_preserves_pitch:
- * @self: A #WebKitDOMHTMLMediaElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_set_webkit_preserves_pitch(WebKitDOMHTMLMediaElement* self, gboolean value);
-
-/**
- * webkit_dom_html_media_element_get_webkit_has_closed_captions:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_media_element_get_webkit_has_closed_captions(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_webkit_closed_captions_visible:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_media_element_get_webkit_closed_captions_visible(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_set_webkit_closed_captions_visible:
- * @self: A #WebKitDOMHTMLMediaElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_set_webkit_closed_captions_visible(WebKitDOMHTMLMediaElement* self, gboolean value);
-
-/**
- * webkit_dom_html_media_element_get_webkit_audio_decoded_byte_count:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_html_media_element_get_webkit_audio_decoded_byte_count(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_webkit_video_decoded_byte_count:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_html_media_element_get_webkit_video_decoded_byte_count(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_media_group:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_media_element_get_media_group(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_set_media_group:
- * @self: A #WebKitDOMHTMLMediaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_set_media_group(WebKitDOMHTMLMediaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_media_element_get_controller:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: (transfer full): A #WebKitDOMMediaController
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMMediaController*
-webkit_dom_html_media_element_get_controller(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_webkit_current_playback_target_is_wireless:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_media_element_get_webkit_current_playback_target_is_wireless(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_get_kind:
- * @self: A #WebKitDOMHTMLMediaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_media_element_get_kind(WebKitDOMHTMLMediaElement* self);
-
-/**
- * webkit_dom_html_media_element_set_kind:
- * @self: A #WebKitDOMHTMLMediaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_media_element_set_kind(WebKitDOMHTMLMediaElement* self, const gchar* value);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLMediaElement_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLMediaElementPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElementPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElementPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLMediaElementPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLMediaElementPrivate_h
-#define WebKitDOMHTMLMediaElementPrivate_h
-
-#include &lt;WebCore/HTMLMediaElement.h&gt;
-#include &lt;webkitdom/WebKitDOMHTMLMediaElement.h&gt;
-#if ENABLE(VIDEO)
-
-namespace WebKit {
-WebKitDOMHTMLMediaElement* wrapHTMLMediaElement(WebCore::HTMLMediaElement*);
-WebKitDOMHTMLMediaElement* kit(WebCore::HTMLMediaElement*);
-WebCore::HTMLMediaElement* core(WebKitDOMHTMLMediaElement*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO) */
-
-#endif /* WebKitDOMHTMLMediaElementPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLOListElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLOListElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -100,7 +99,6 @@
</span><span class="cx">     PROP_0,
</span><span class="cx">     PROP_COMPACT,
</span><span class="cx">     PROP_START,
</span><del>-    PROP_REVERSED,
</del><span class="cx">     PROP_TYPE,
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="lines">@@ -115,9 +113,6 @@
</span><span class="cx">     case PROP_START:
</span><span class="cx">         webkit_dom_html_o_list_element_set_start(self, g_value_get_long(value));
</span><span class="cx">         break;
</span><del>-    case PROP_REVERSED:
-        webkit_dom_html_o_list_element_set_reversed(self, g_value_get_boolean(value));
-        break;
</del><span class="cx">     case PROP_TYPE:
</span><span class="cx">         webkit_dom_html_o_list_element_set_type_attr(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -138,9 +133,6 @@
</span><span class="cx">     case PROP_START:
</span><span class="cx">         g_value_set_long(value, webkit_dom_html_o_list_element_get_start(self));
</span><span class="cx">         break;
</span><del>-    case PROP_REVERSED:
-        g_value_set_boolean(value, webkit_dom_html_o_list_element_get_reversed(self));
-        break;
</del><span class="cx">     case PROP_TYPE:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_o_list_element_get_type_attr(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -178,16 +170,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_REVERSED,
-        g_param_spec_boolean(
-            &quot;reversed&quot;,
-            &quot;HTMLOListElement:reversed&quot;,
-            &quot;read-write gboolean HTMLOListElement:reversed&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_TYPE,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;type&quot;,
</span><span class="lines">@@ -237,23 +219,6 @@
</span><span class="cx">     item-&gt;setStart(value);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_html_o_list_element_get_reversed(WebKitDOMHTMLOListElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_O_LIST_ELEMENT(self), FALSE);
-    WebCore::HTMLOListElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::reversedAttr);
-    return result;
-}
-
-void webkit_dom_html_o_list_element_set_reversed(WebKitDOMHTMLOListElement* self, gboolean value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_O_LIST_ELEMENT(self));
-    WebCore::HTMLOListElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::reversedAttr, value);
-}
-
</del><span class="cx"> gchar* webkit_dom_html_o_list_element_get_type_attr(WebKitDOMHTMLOListElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLOListElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,55 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLOListElementUnstable_h
-#define WebKitDOMHTMLOListElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_o_list_element_get_reversed:
- * @self: A #WebKitDOMHTMLOListElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_o_list_element_get_reversed(WebKitDOMHTMLOListElement* self);
-
-/**
- * webkit_dom_html_o_list_element_set_reversed:
- * @self: A #WebKitDOMHTMLOListElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_o_list_element_set_reversed(WebKitDOMHTMLOListElement* self, gboolean value);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLOListElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLObjectElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -36,9 +36,7 @@
</span><span class="cx"> #include &quot;WebKitDOMHTMLObjectElementPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><del>-#include &quot;WebKitDOMValidityStatePrivate.h&quot;
</del><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLObjectElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -118,9 +116,6 @@
</span><span class="cx">     PROP_USE_MAP,
</span><span class="cx">     PROP_VSPACE,
</span><span class="cx">     PROP_WIDTH,
</span><del>-    PROP_WILL_VALIDATE,
-    PROP_VALIDITY,
-    PROP_VALIDATION_MESSAGE,
</del><span class="cx">     PROP_CONTENT_DOCUMENT,
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="lines">@@ -239,15 +234,6 @@
</span><span class="cx">     case PROP_WIDTH:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_object_element_get_width(self));
</span><span class="cx">         break;
</span><del>-    case PROP_WILL_VALIDATE:
-        g_value_set_boolean(value, webkit_dom_html_object_element_get_will_validate(self));
-        break;
-    case PROP_VALIDITY:
-        g_value_set_object(value, webkit_dom_html_object_element_get_validity(self));
-        break;
-    case PROP_VALIDATION_MESSAGE:
-        g_value_take_string(value, webkit_dom_html_object_element_get_validation_message(self));
-        break;
</del><span class="cx">     case PROP_CONTENT_DOCUMENT:
</span><span class="cx">         g_value_set_object(value, webkit_dom_html_object_element_get_content_document(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -435,36 +421,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_WILL_VALIDATE,
-        g_param_spec_boolean(
-            &quot;will-validate&quot;,
-            &quot;HTMLObjectElement:will-validate&quot;,
-            &quot;read-only gboolean HTMLObjectElement:will-validate&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VALIDITY,
-        g_param_spec_object(
-            &quot;validity&quot;,
-            &quot;HTMLObjectElement:validity&quot;,
-            &quot;read-only WebKitDOMValidityState* HTMLObjectElement:validity&quot;,
-            WEBKIT_DOM_TYPE_VALIDITY_STATE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VALIDATION_MESSAGE,
-        g_param_spec_string(
-            &quot;validation-message&quot;,
-            &quot;HTMLObjectElement:validation-message&quot;,
-            &quot;read-only gchar* HTMLObjectElement:validation-message&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_CONTENT_DOCUMENT,
</span><span class="cx">         g_param_spec_object(
</span><span class="cx">             &quot;content-document&quot;,
</span><span class="lines">@@ -480,25 +436,6 @@
</span><span class="cx">     UNUSED_PARAM(request);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_html_object_element_check_validity(WebKitDOMHTMLObjectElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_OBJECT_ELEMENT(self), FALSE);
-    WebCore::HTMLObjectElement* item = WebKit::core(self);
-    gboolean result = item-&gt;checkValidity();
-    return result;
-}
-
-void webkit_dom_html_object_element_set_custom_validity(WebKitDOMHTMLObjectElement* self, const gchar* error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_OBJECT_ELEMENT(self));
-    g_return_if_fail(error);
-    WebCore::HTMLObjectElement* item = WebKit::core(self);
-    WTF::String convertedError = WTF::String::fromUTF8(error);
-    item-&gt;setCustomValidity(convertedError);
-}
-
</del><span class="cx"> WebKitDOMHTMLFormElement* webkit_dom_html_object_element_get_form(WebKitDOMHTMLObjectElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -806,33 +743,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::widthAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_html_object_element_get_will_validate(WebKitDOMHTMLObjectElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_OBJECT_ELEMENT(self), FALSE);
-    WebCore::HTMLObjectElement* item = WebKit::core(self);
-    gboolean result = item-&gt;willValidate();
-    return result;
-}
-
-WebKitDOMValidityState* webkit_dom_html_object_element_get_validity(WebKitDOMHTMLObjectElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_OBJECT_ELEMENT(self), 0);
-    WebCore::HTMLObjectElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::ValidityState&gt; gobjectResult = WTF::getPtr(item-&gt;validity());
-    return WebKit::kit(gobjectResult.get());
-}
-
-gchar* webkit_dom_html_object_element_get_validation_message(WebKitDOMHTMLObjectElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_OBJECT_ELEMENT(self), 0);
-    WebCore::HTMLObjectElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;validationMessage());
-    return result;
-}
-
</del><span class="cx"> WebKitDOMDocument* webkit_dom_html_object_element_get_content_document(WebKitDOMHTMLObjectElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLObjectElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,88 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLObjectElementUnstable_h
-#define WebKitDOMHTMLObjectElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_object_element_check_validity:
- * @self: A #WebKitDOMHTMLObjectElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_object_element_check_validity(WebKitDOMHTMLObjectElement* self);
-
-/**
- * webkit_dom_html_object_element_set_custom_validity:
- * @self: A #WebKitDOMHTMLObjectElement
- * @error: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_object_element_set_custom_validity(WebKitDOMHTMLObjectElement* self, const gchar* error);
-
-/**
- * webkit_dom_html_object_element_get_will_validate:
- * @self: A #WebKitDOMHTMLObjectElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_object_element_get_will_validate(WebKitDOMHTMLObjectElement* self);
-
-/**
- * webkit_dom_html_object_element_get_validity:
- * @self: A #WebKitDOMHTMLObjectElement
- *
- * Returns: (transfer full): A #WebKitDOMValidityState
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMValidityState*
-webkit_dom_html_object_element_get_validity(WebKitDOMHTMLObjectElement* self);
-
-/**
- * webkit_dom_html_object_element_get_validation_message:
- * @self: A #WebKitDOMHTMLObjectElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_object_element_get_validation_message(WebKitDOMHTMLObjectElement* self);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLObjectElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLOptionsCollectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollection.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollection.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollection.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -33,7 +33,6 @@
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLOptionsCollectionUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -140,30 +139,6 @@
</span><span class="cx">     return WebKit::kit(gobjectResult.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void webkit_dom_html_options_collection_add(WebKitDOMHTMLOptionsCollection* self, WebKitDOMHTMLOptionElement* option, gulong index, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_OPTIONS_COLLECTION(self));
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_OPTION_ELEMENT(option));
-    g_return_if_fail(!error || !*error);
-    WebCore::HTMLOptionsCollection* item = WebKit::core(self);
-    WebCore::HTMLOptionElement* convertedOption = WebKit::core(option);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;add(*convertedOption, index, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-}
-
-void webkit_dom_html_options_collection_remove(WebKitDOMHTMLOptionsCollection* self, glong index)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_OPTIONS_COLLECTION(self));
-    WebCore::HTMLOptionsCollection* item = WebKit::core(self);
-    item-&gt;remove(index);
-}
-
</del><span class="cx"> glong webkit_dom_html_options_collection_get_selected_index(WebKitDOMHTMLOptionsCollection* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLOptionsCollectionUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollectionUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollectionUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionsCollectionUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,56 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLOptionsCollectionUnstable_h
-#define WebKitDOMHTMLOptionsCollectionUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_options_collection_add:
- * @self: A #WebKitDOMHTMLOptionsCollection
- * @option: A #WebKitDOMHTMLOptionElement
- * @index: A #gulong
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_options_collection_add(WebKitDOMHTMLOptionsCollection* self, WebKitDOMHTMLOptionElement* option, gulong index, GError** error);
-
-/**
- * webkit_dom_html_options_collection_remove:
- * @self: A #WebKitDOMHTMLOptionsCollection
- * @index: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_options_collection_remove(WebKitDOMHTMLOptionsCollection* self, glong index);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLOptionsCollectionUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLPrivatecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLPrivate.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLPrivate.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLPrivate.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -114,7 +114,6 @@
</span><span class="cx"> #include &quot;WebKitDOMHTMLIFrameElementPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMHTMLImageElementPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMHTMLInputElementPrivate.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLKeygenElementPrivate.h&quot;
</del><span class="cx"> #include &quot;WebKitDOMHTMLLIElementPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMHTMLLabelElementPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMHTMLLegendElementPrivate.h&quot;
</span><span class="lines">@@ -145,11 +144,6 @@
</span><span class="cx"> #include &quot;WebKitDOMHTMLTitleElementPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMHTMLUListElementPrivate.h&quot;
</span><span class="cx"> 
</span><del>-#if ENABLE(VIDEO)
-#include &quot;WebKitDOMHTMLAudioElementPrivate.h&quot;
-#include &quot;WebKitDOMHTMLVideoElementPrivate.h&quot;
-#endif
-
</del><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><span class="cx"> using namespace WebCore;
</span><span class="lines">@@ -157,16 +151,7 @@
</span><span class="cx"> 
</span><span class="cx"> // macro(TagName, ElementName)
</span><span class="cx"> 
</span><del>-#if ENABLE(VIDEO)
-#define FOR_EACH_HTML_VIDEO_TAG(macro) \
-    macro(audio, Audio) \
-    macro(video, Video)
-#else
-#define FOR_EACH_HTML_VIDEO_TAG(macro)
-#endif
-
</del><span class="cx"> #define FOR_EACH_HTML_TAG(macro) \
</span><del>-    FOR_EACH_HTML_VIDEO_TAG(macro) \
</del><span class="cx">     macro(a, Anchor) \
</span><span class="cx">     macro(applet, Applet) \
</span><span class="cx">     macro(area, Area) \
</span><span class="lines">@@ -229,7 +214,6 @@
</span><span class="cx">     macro(h6, Heading) \
</span><span class="cx">     macro(image, Image) \
</span><span class="cx">     macro(ins, Mod) \
</span><del>-    macro(keygen, Keygen) \
</del><span class="cx">     macro(listing, Pre) \
</span><span class="cx">     macro(tfoot, TableSection) \
</span><span class="cx">     macro(th, TableCell) \
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLScriptElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLScriptElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -102,12 +101,9 @@
</span><span class="cx">     PROP_HTML_FOR,
</span><span class="cx">     PROP_EVENT,
</span><span class="cx">     PROP_CHARSET,
</span><del>-    PROP_ASYNC,
</del><span class="cx">     PROP_DEFER,
</span><span class="cx">     PROP_SRC,
</span><span class="cx">     PROP_TYPE,
</span><del>-    PROP_CROSS_ORIGIN,
-    PROP_NONCE,
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_script_element_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
</span><span class="lines">@@ -127,9 +123,6 @@
</span><span class="cx">     case PROP_CHARSET:
</span><span class="cx">         webkit_dom_html_script_element_set_charset(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_ASYNC:
-        webkit_dom_html_script_element_set_async(self, g_value_get_boolean(value));
-        break;
</del><span class="cx">     case PROP_DEFER:
</span><span class="cx">         webkit_dom_html_script_element_set_defer(self, g_value_get_boolean(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -139,12 +132,6 @@
</span><span class="cx">     case PROP_TYPE:
</span><span class="cx">         webkit_dom_html_script_element_set_type_attr(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_CROSS_ORIGIN:
-        webkit_dom_html_script_element_set_cross_origin(self, g_value_get_string(value));
-        break;
-    case PROP_NONCE:
-        webkit_dom_html_script_element_set_nonce(self, g_value_get_string(value));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -168,9 +155,6 @@
</span><span class="cx">     case PROP_CHARSET:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_script_element_get_charset(self));
</span><span class="cx">         break;
</span><del>-    case PROP_ASYNC:
-        g_value_set_boolean(value, webkit_dom_html_script_element_get_async(self));
-        break;
</del><span class="cx">     case PROP_DEFER:
</span><span class="cx">         g_value_set_boolean(value, webkit_dom_html_script_element_get_defer(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -180,12 +164,6 @@
</span><span class="cx">     case PROP_TYPE:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_script_element_get_type_attr(self));
</span><span class="cx">         break;
</span><del>-    case PROP_CROSS_ORIGIN:
-        g_value_take_string(value, webkit_dom_html_script_element_get_cross_origin(self));
-        break;
-    case PROP_NONCE:
-        g_value_take_string(value, webkit_dom_html_script_element_get_nonce(self));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -240,16 +218,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_ASYNC,
-        g_param_spec_boolean(
-            &quot;async&quot;,
-            &quot;HTMLScriptElement:async&quot;,
-            &quot;read-write gboolean HTMLScriptElement:async&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_DEFER,
</span><span class="cx">         g_param_spec_boolean(
</span><span class="cx">             &quot;defer&quot;,
</span><span class="lines">@@ -277,27 +245,6 @@
</span><span class="cx">             &quot;read-write gchar* HTMLScriptElement:type&quot;,
</span><span class="cx">             &quot;&quot;,
</span><span class="cx">             WEBKIT_PARAM_READWRITE));
</span><del>-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CROSS_ORIGIN,
-        g_param_spec_string(
-            &quot;cross-origin&quot;,
-            &quot;HTMLScriptElement:cross-origin&quot;,
-            &quot;read-write gchar* HTMLScriptElement:cross-origin&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_NONCE,
-        g_param_spec_string(
-            &quot;nonce&quot;,
-            &quot;HTMLScriptElement:nonce&quot;,
-            &quot;read-write gchar* HTMLScriptElement:nonce&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_script_element_init(WebKitDOMHTMLScriptElement* request)
</span><span class="lines">@@ -381,23 +328,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::charsetAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_html_script_element_get_async(WebKitDOMHTMLScriptElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_SCRIPT_ELEMENT(self), FALSE);
-    WebCore::HTMLScriptElement* item = WebKit::core(self);
-    gboolean result = item-&gt;async();
-    return result;
-}
-
-void webkit_dom_html_script_element_set_async(WebKitDOMHTMLScriptElement* self, gboolean value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_SCRIPT_ELEMENT(self));
-    WebCore::HTMLScriptElement* item = WebKit::core(self);
-    item-&gt;setAsync(value);
-}
-
</del><span class="cx"> gboolean webkit_dom_html_script_element_get_defer(WebKitDOMHTMLScriptElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -452,42 +382,3 @@
</span><span class="cx">     WTF::String convertedValue = WTF::String::fromUTF8(value);
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::typeAttr, convertedValue);
</span><span class="cx"> }
</span><del>-
-gchar* webkit_dom_html_script_element_get_cross_origin(WebKitDOMHTMLScriptElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_SCRIPT_ELEMENT(self), 0);
-    WebCore::HTMLScriptElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;crossOrigin());
-    return result;
-}
-
-void webkit_dom_html_script_element_set_cross_origin(WebKitDOMHTMLScriptElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_SCRIPT_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLScriptElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setCrossOrigin(convertedValue);
-}
-
-gchar* webkit_dom_html_script_element_get_nonce(WebKitDOMHTMLScriptElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_SCRIPT_ELEMENT(self), 0);
-    WebCore::HTMLScriptElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::nonceAttr));
-    return result;
-}
-
-void webkit_dom_html_script_element_set_nonce(WebKitDOMHTMLScriptElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_SCRIPT_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLScriptElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::nonceAttr, convertedValue);
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLScriptElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElement.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElement.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElement.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -113,6 +113,16 @@
</span><span class="cx"> webkit_dom_html_script_element_get_charset(WebKitDOMHTMLScriptElement* self);
</span><span class="cx"> 
</span><span class="cx"> /**
</span><ins>+ * webkit_dom_html_script_element_set_charset:
+ * @self: A #WebKitDOMHTMLScriptElement
+ * @value: A #gchar
+ *
+ * Since: 2.16
+**/
+WEBKIT_API void
+webkit_dom_html_script_element_set_charset(WebKitDOMHTMLScriptElement* self, const gchar* value);
+
+/**
</ins><span class="cx">  * webkit_dom_html_script_element_get_defer:
</span><span class="cx">  * @self: A #WebKitDOMHTMLScriptElement
</span><span class="cx">  *
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLScriptElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLScriptElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,107 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLScriptElementUnstable_h
-#define WebKitDOMHTMLScriptElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_script_element_set_charset:
- * @self: A #WebKitDOMHTMLScriptElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_script_element_set_charset(WebKitDOMHTMLScriptElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_script_element_get_async:
- * @self: A #WebKitDOMHTMLScriptElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_script_element_get_async(WebKitDOMHTMLScriptElement* self);
-
-/**
- * webkit_dom_html_script_element_set_async:
- * @self: A #WebKitDOMHTMLScriptElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_script_element_set_async(WebKitDOMHTMLScriptElement* self, gboolean value);
-
-/**
- * webkit_dom_html_script_element_get_cross_origin:
- * @self: A #WebKitDOMHTMLScriptElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_script_element_get_cross_origin(WebKitDOMHTMLScriptElement* self);
-
-/**
- * webkit_dom_html_script_element_set_cross_origin:
- * @self: A #WebKitDOMHTMLScriptElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_script_element_set_cross_origin(WebKitDOMHTMLScriptElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_script_element_get_nonce:
- * @self: A #WebKitDOMHTMLScriptElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_script_element_get_nonce(WebKitDOMHTMLScriptElement* self);
-
-/**
- * webkit_dom_html_script_element_set_nonce:
- * @self: A #WebKitDOMHTMLScriptElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_script_element_set_nonce(WebKitDOMHTMLScriptElement* self, const gchar* value);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLScriptElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLSelectElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -39,9 +39,7 @@
</span><span class="cx"> #include &quot;WebKitDOMNodeListPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><del>-#include &quot;WebKitDOMValidityStatePrivate.h&quot;
</del><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLSelectElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -109,19 +107,13 @@
</span><span class="cx">     PROP_FORM,
</span><span class="cx">     PROP_MULTIPLE,
</span><span class="cx">     PROP_NAME,
</span><del>-    PROP_REQUIRED,
</del><span class="cx">     PROP_SIZE,
</span><span class="cx">     PROP_TYPE,
</span><span class="cx">     PROP_OPTIONS,
</span><span class="cx">     PROP_LENGTH,
</span><del>-    PROP_SELECTED_OPTIONS,
</del><span class="cx">     PROP_SELECTED_INDEX,
</span><span class="cx">     PROP_VALUE,
</span><span class="cx">     PROP_WILL_VALIDATE,
</span><del>-    PROP_VALIDITY,
-    PROP_VALIDATION_MESSAGE,
-    PROP_LABELS,
-    PROP_AUTOCOMPLETE,
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_select_element_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
</span><span class="lines">@@ -141,9 +133,6 @@
</span><span class="cx">     case PROP_NAME:
</span><span class="cx">         webkit_dom_html_select_element_set_name(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_REQUIRED:
-        webkit_dom_html_select_element_set_required(self, g_value_get_boolean(value));
-        break;
</del><span class="cx">     case PROP_SIZE:
</span><span class="cx">         webkit_dom_html_select_element_set_size(self, g_value_get_long(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -156,9 +145,6 @@
</span><span class="cx">     case PROP_VALUE:
</span><span class="cx">         webkit_dom_html_select_element_set_value(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_AUTOCOMPLETE:
-        webkit_dom_html_select_element_set_autocomplete(self, g_value_get_string(value));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -185,9 +171,6 @@
</span><span class="cx">     case PROP_NAME:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_select_element_get_name(self));
</span><span class="cx">         break;
</span><del>-    case PROP_REQUIRED:
-        g_value_set_boolean(value, webkit_dom_html_select_element_get_required(self));
-        break;
</del><span class="cx">     case PROP_SIZE:
</span><span class="cx">         g_value_set_long(value, webkit_dom_html_select_element_get_size(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -200,9 +183,6 @@
</span><span class="cx">     case PROP_LENGTH:
</span><span class="cx">         g_value_set_ulong(value, webkit_dom_html_select_element_get_length(self));
</span><span class="cx">         break;
</span><del>-    case PROP_SELECTED_OPTIONS:
-        g_value_set_object(value, webkit_dom_html_select_element_get_selected_options(self));
-        break;
</del><span class="cx">     case PROP_SELECTED_INDEX:
</span><span class="cx">         g_value_set_long(value, webkit_dom_html_select_element_get_selected_index(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -212,18 +192,6 @@
</span><span class="cx">     case PROP_WILL_VALIDATE:
</span><span class="cx">         g_value_set_boolean(value, webkit_dom_html_select_element_get_will_validate(self));
</span><span class="cx">         break;
</span><del>-    case PROP_VALIDITY:
-        g_value_set_object(value, webkit_dom_html_select_element_get_validity(self));
-        break;
-    case PROP_VALIDATION_MESSAGE:
-        g_value_take_string(value, webkit_dom_html_select_element_get_validation_message(self));
-        break;
-    case PROP_LABELS:
-        g_value_set_object(value, webkit_dom_html_select_element_get_labels(self));
-        break;
-    case PROP_AUTOCOMPLETE:
-        g_value_take_string(value, webkit_dom_html_select_element_get_autocomplete(self));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -288,16 +256,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_REQUIRED,
-        g_param_spec_boolean(
-            &quot;required&quot;,
-            &quot;HTMLSelectElement:required&quot;,
-            &quot;read-write gboolean HTMLSelectElement:required&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_SIZE,
</span><span class="cx">         g_param_spec_long(
</span><span class="cx">             &quot;size&quot;,
</span><span class="lines">@@ -338,16 +296,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_SELECTED_OPTIONS,
-        g_param_spec_object(
-            &quot;selected-options&quot;,
-            &quot;HTMLSelectElement:selected-options&quot;,
-            &quot;read-only WebKitDOMHTMLCollection* HTMLSelectElement:selected-options&quot;,
-            WEBKIT_DOM_TYPE_HTML_COLLECTION,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_SELECTED_INDEX,
</span><span class="cx">         g_param_spec_long(
</span><span class="cx">             &quot;selected-index&quot;,
</span><span class="lines">@@ -375,47 +323,6 @@
</span><span class="cx">             &quot;read-only gboolean HTMLSelectElement:will-validate&quot;,
</span><span class="cx">             FALSE,
</span><span class="cx">             WEBKIT_PARAM_READABLE));
</span><del>-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VALIDITY,
-        g_param_spec_object(
-            &quot;validity&quot;,
-            &quot;HTMLSelectElement:validity&quot;,
-            &quot;read-only WebKitDOMValidityState* HTMLSelectElement:validity&quot;,
-            WEBKIT_DOM_TYPE_VALIDITY_STATE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VALIDATION_MESSAGE,
-        g_param_spec_string(
-            &quot;validation-message&quot;,
-            &quot;HTMLSelectElement:validation-message&quot;,
-            &quot;read-only gchar* HTMLSelectElement:validation-message&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LABELS,
-        g_param_spec_object(
-            &quot;labels&quot;,
-            &quot;HTMLSelectElement:labels&quot;,
-            &quot;read-only WebKitDOMNodeList* HTMLSelectElement:labels&quot;,
-            WEBKIT_DOM_TYPE_NODE_LIST,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_AUTOCOMPLETE,
-        g_param_spec_string(
-            &quot;autocomplete&quot;,
-            &quot;HTMLSelectElement:autocomplete&quot;,
-            &quot;read-write gchar* HTMLSelectElement:autocomplete&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_select_element_init(WebKitDOMHTMLSelectElement* request)
</span><span class="lines">@@ -469,25 +376,6 @@
</span><span class="cx">     item-&gt;removeByIndex(index);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_html_select_element_check_validity(WebKitDOMHTMLSelectElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_SELECT_ELEMENT(self), FALSE);
-    WebCore::HTMLSelectElement* item = WebKit::core(self);
-    gboolean result = item-&gt;checkValidity();
-    return result;
-}
-
-void webkit_dom_html_select_element_set_custom_validity(WebKitDOMHTMLSelectElement* self, const gchar* error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_SELECT_ELEMENT(self));
-    g_return_if_fail(error);
-    WebCore::HTMLSelectElement* item = WebKit::core(self);
-    WTF::String convertedError = WTF::String::fromUTF8(error);
-    item-&gt;setCustomValidity(convertedError);
-}
-
</del><span class="cx"> gboolean webkit_dom_html_select_element_get_autofocus(WebKitDOMHTMLSelectElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -567,23 +455,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::nameAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_html_select_element_get_required(WebKitDOMHTMLSelectElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_SELECT_ELEMENT(self), FALSE);
-    WebCore::HTMLSelectElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::requiredAttr);
-    return result;
-}
-
-void webkit_dom_html_select_element_set_required(WebKitDOMHTMLSelectElement* self, gboolean value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_SELECT_ELEMENT(self));
-    WebCore::HTMLSelectElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::requiredAttr, value);
-}
-
</del><span class="cx"> glong webkit_dom_html_select_element_get_size(WebKitDOMHTMLSelectElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -642,15 +513,6 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebKitDOMHTMLCollection* webkit_dom_html_select_element_get_selected_options(WebKitDOMHTMLSelectElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_SELECT_ELEMENT(self), 0);
-    WebCore::HTMLSelectElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::HTMLCollection&gt; gobjectResult = WTF::getPtr(item-&gt;selectedOptions());
-    return WebKit::kit(gobjectResult.get());
-}
-
</del><span class="cx"> glong webkit_dom_html_select_element_get_selected_index(WebKitDOMHTMLSelectElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -695,50 +557,3 @@
</span><span class="cx">     gboolean result = item-&gt;willValidate();
</span><span class="cx">     return result;
</span><span class="cx"> }
</span><del>-
-WebKitDOMValidityState* webkit_dom_html_select_element_get_validity(WebKitDOMHTMLSelectElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_SELECT_ELEMENT(self), 0);
-    WebCore::HTMLSelectElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::ValidityState&gt; gobjectResult = WTF::getPtr(item-&gt;validity());
-    return WebKit::kit(gobjectResult.get());
-}
-
-gchar* webkit_dom_html_select_element_get_validation_message(WebKitDOMHTMLSelectElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_SELECT_ELEMENT(self), 0);
-    WebCore::HTMLSelectElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;validationMessage());
-    return result;
-}
-
-WebKitDOMNodeList* webkit_dom_html_select_element_get_labels(WebKitDOMHTMLSelectElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_SELECT_ELEMENT(self), 0);
-    WebCore::HTMLSelectElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::NodeList&gt; gobjectResult = WTF::getPtr(item-&gt;labels());
-    return WebKit::kit(gobjectResult.get());
-}
-
-gchar* webkit_dom_html_select_element_get_autocomplete(WebKitDOMHTMLSelectElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_SELECT_ELEMENT(self), 0);
-    WebCore::HTMLSelectElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;autocomplete());
-    return result;
-}
-
-void webkit_dom_html_select_element_set_autocomplete(WebKitDOMHTMLSelectElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_SELECT_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLSelectElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAutocomplete(convertedValue);
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLSelectElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLSelectElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,141 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLSelectElementUnstable_h
-#define WebKitDOMHTMLSelectElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_select_element_check_validity:
- * @self: A #WebKitDOMHTMLSelectElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_select_element_check_validity(WebKitDOMHTMLSelectElement* self);
-
-/**
- * webkit_dom_html_select_element_set_custom_validity:
- * @self: A #WebKitDOMHTMLSelectElement
- * @error: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_select_element_set_custom_validity(WebKitDOMHTMLSelectElement* self, const gchar* error);
-
-/**
- * webkit_dom_html_select_element_get_required:
- * @self: A #WebKitDOMHTMLSelectElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_select_element_get_required(WebKitDOMHTMLSelectElement* self);
-
-/**
- * webkit_dom_html_select_element_set_required:
- * @self: A #WebKitDOMHTMLSelectElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_select_element_set_required(WebKitDOMHTMLSelectElement* self, gboolean value);
-
-/**
- * webkit_dom_html_select_element_get_selected_options:
- * @self: A #WebKitDOMHTMLSelectElement
- *
- * Returns: (transfer full): A #WebKitDOMHTMLCollection
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMHTMLCollection*
-webkit_dom_html_select_element_get_selected_options(WebKitDOMHTMLSelectElement* self);
-
-/**
- * webkit_dom_html_select_element_get_validity:
- * @self: A #WebKitDOMHTMLSelectElement
- *
- * Returns: (transfer full): A #WebKitDOMValidityState
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMValidityState*
-webkit_dom_html_select_element_get_validity(WebKitDOMHTMLSelectElement* self);
-
-/**
- * webkit_dom_html_select_element_get_validation_message:
- * @self: A #WebKitDOMHTMLSelectElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_select_element_get_validation_message(WebKitDOMHTMLSelectElement* self);
-
-/**
- * webkit_dom_html_select_element_get_labels:
- * @self: A #WebKitDOMHTMLSelectElement
- *
- * Returns: (transfer full): A #WebKitDOMNodeList
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMNodeList*
-webkit_dom_html_select_element_get_labels(WebKitDOMHTMLSelectElement* self);
-
-/**
- * webkit_dom_html_select_element_get_autocomplete:
- * @self: A #WebKitDOMHTMLSelectElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_select_element_get_autocomplete(WebKitDOMHTMLSelectElement* self);
-
-/**
- * webkit_dom_html_select_element_set_autocomplete:
- * @self: A #WebKitDOMHTMLSelectElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_select_element_set_autocomplete(WebKitDOMHTMLSelectElement* self, const gchar* value);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLSelectElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLStyleElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -36,7 +36,6 @@
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMStyleSheetPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLStyleElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -103,7 +102,6 @@
</span><span class="cx">     PROP_MEDIA,
</span><span class="cx">     PROP_TYPE,
</span><span class="cx">     PROP_SHEET,
</span><del>-    PROP_NONCE,
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_style_element_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
</span><span class="lines">@@ -120,9 +118,6 @@
</span><span class="cx">     case PROP_TYPE:
</span><span class="cx">         webkit_dom_html_style_element_set_type_attr(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_NONCE:
-        webkit_dom_html_style_element_set_nonce(self, g_value_get_string(value));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -146,9 +141,6 @@
</span><span class="cx">     case PROP_SHEET:
</span><span class="cx">         g_value_set_object(value, webkit_dom_html_style_element_get_sheet(self));
</span><span class="cx">         break;
</span><del>-    case PROP_NONCE:
-        g_value_take_string(value, webkit_dom_html_style_element_get_nonce(self));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -200,17 +192,6 @@
</span><span class="cx">             &quot;read-only WebKitDOMStyleSheet* HTMLStyleElement:sheet&quot;,
</span><span class="cx">             WEBKIT_DOM_TYPE_STYLE_SHEET,
</span><span class="cx">             WEBKIT_PARAM_READABLE));
</span><del>-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_NONCE,
-        g_param_spec_string(
-            &quot;nonce&quot;,
-            &quot;HTMLStyleElement:nonce&quot;,
-            &quot;read-write gchar* HTMLStyleElement:nonce&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_style_element_init(WebKitDOMHTMLStyleElement* request)
</span><span class="lines">@@ -281,23 +262,3 @@
</span><span class="cx">     RefPtr&lt;WebCore::StyleSheet&gt; gobjectResult = WTF::getPtr(item-&gt;sheet());
</span><span class="cx">     return WebKit::kit(gobjectResult.get());
</span><span class="cx"> }
</span><del>-
-gchar* webkit_dom_html_style_element_get_nonce(WebKitDOMHTMLStyleElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_STYLE_ELEMENT(self), 0);
-    WebCore::HTMLStyleElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::nonceAttr));
-    return result;
-}
-
-void webkit_dom_html_style_element_set_nonce(WebKitDOMHTMLStyleElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_STYLE_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLStyleElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::nonceAttr, convertedValue);
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLStyleElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLStyleElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,55 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLStyleElementUnstable_h
-#define WebKitDOMHTMLStyleElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_style_element_get_nonce:
- * @self: A #WebKitDOMHTMLStyleElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_style_element_get_nonce(WebKitDOMHTMLStyleElement* self);
-
-/**
- * webkit_dom_html_style_element_set_nonce:
- * @self: A #WebKitDOMHTMLStyleElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_style_element_set_nonce(WebKitDOMHTMLStyleElement* self, const gchar* value);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLStyleElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLTableElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -39,7 +39,6 @@
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLTableElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -112,7 +111,6 @@
</span><span class="cx">     PROP_BORDER,
</span><span class="cx">     PROP_CELL_PADDING,
</span><span class="cx">     PROP_CELL_SPACING,
</span><del>-    PROP_FRAME,
</del><span class="cx">     PROP_RULES,
</span><span class="cx">     PROP_SUMMARY,
</span><span class="cx">     PROP_WIDTH,
</span><span class="lines">@@ -138,9 +136,6 @@
</span><span class="cx">     case PROP_CELL_SPACING:
</span><span class="cx">         webkit_dom_html_table_element_set_cell_spacing(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_FRAME:
-        webkit_dom_html_table_element_set_frame(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_RULES:
</span><span class="cx">         webkit_dom_html_table_element_set_rules(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -191,9 +186,6 @@
</span><span class="cx">     case PROP_CELL_SPACING:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_table_element_get_cell_spacing(self));
</span><span class="cx">         break;
</span><del>-    case PROP_FRAME:
-        g_value_take_string(value, webkit_dom_html_table_element_get_frame(self));
-        break;
</del><span class="cx">     case PROP_RULES:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_table_element_get_rules(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -317,16 +309,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_FRAME,
-        g_param_spec_string(
-            &quot;frame&quot;,
-            &quot;HTMLTableElement:frame&quot;,
-            &quot;read-write gchar* HTMLTableElement:frame&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_RULES,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;rules&quot;,
</span><span class="lines">@@ -396,15 +378,6 @@
</span><span class="cx">     item-&gt;deleteTFoot();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebKitDOMHTMLElement* webkit_dom_html_table_element_create_t_body(WebKitDOMHTMLTableElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TABLE_ELEMENT(self), 0);
-    WebCore::HTMLTableElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::HTMLElement&gt; gobjectResult = WTF::getPtr(item-&gt;createTBody());
-    return WebKit::kit(gobjectResult.get());
-}
-
</del><span class="cx"> WebKitDOMHTMLElement* webkit_dom_html_table_element_create_caption(WebKitDOMHTMLTableElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -639,25 +612,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::cellspacingAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_table_element_get_frame(WebKitDOMHTMLTableElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TABLE_ELEMENT(self), 0);
-    WebCore::HTMLTableElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::frameAttr));
-    return result;
-}
-
-void webkit_dom_html_table_element_set_frame(WebKitDOMHTMLTableElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_TABLE_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLTableElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::frameAttr, convertedValue);
-}
-
</del><span class="cx"> gchar* webkit_dom_html_table_element_get_rules(WebKitDOMHTMLTableElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLTableElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,66 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLTableElementUnstable_h
-#define WebKitDOMHTMLTableElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_table_element_create_t_body:
- * @self: A #WebKitDOMHTMLTableElement
- *
- * Returns: (transfer none): A #WebKitDOMHTMLElement
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMHTMLElement*
-webkit_dom_html_table_element_create_t_body(WebKitDOMHTMLTableElement* self);
-
-/**
- * webkit_dom_html_table_element_get_frame:
- * @self: A #WebKitDOMHTMLTableElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_table_element_get_frame(WebKitDOMHTMLTableElement* self);
-
-/**
- * webkit_dom_html_table_element_set_frame:
- * @self: A #WebKitDOMHTMLTableElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_table_element_set_frame(WebKitDOMHTMLTableElement* self, const gchar* value);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLTableElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLTextAreaElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -36,9 +36,7 @@
</span><span class="cx"> #include &quot;WebKitDOMNodeListPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><del>-#include &quot;WebKitDOMValidityStatePrivate.h&quot;
</del><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMHTMLTextAreaElementUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -102,31 +100,18 @@
</span><span class="cx"> enum {
</span><span class="cx">     PROP_0,
</span><span class="cx">     PROP_AUTOFOCUS,
</span><del>-    PROP_DIR_NAME,
</del><span class="cx">     PROP_DISABLED,
</span><span class="cx">     PROP_FORM,
</span><del>-    PROP_MAX_LENGTH,
</del><span class="cx">     PROP_NAME,
</span><del>-    PROP_PLACEHOLDER,
</del><span class="cx">     PROP_READ_ONLY,
</span><del>-    PROP_REQUIRED,
</del><span class="cx">     PROP_ROWS,
</span><span class="cx">     PROP_COLS,
</span><del>-    PROP_WRAP,
</del><span class="cx">     PROP_TYPE,
</span><span class="cx">     PROP_DEFAULT_VALUE,
</span><span class="cx">     PROP_VALUE,
</span><del>-    PROP_TEXT_LENGTH,
</del><span class="cx">     PROP_WILL_VALIDATE,
</span><del>-    PROP_VALIDITY,
-    PROP_VALIDATION_MESSAGE,
-    PROP_LABELS,
</del><span class="cx">     PROP_SELECTION_START,
</span><span class="cx">     PROP_SELECTION_END,
</span><del>-    PROP_SELECTION_DIRECTION,
-    PROP_AUTOCORRECT,
-    PROP_AUTOCAPITALIZE,
-    PROP_AUTOCOMPLETE,
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_text_area_element_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
</span><span class="lines">@@ -137,27 +122,15 @@
</span><span class="cx">     case PROP_AUTOFOCUS:
</span><span class="cx">         webkit_dom_html_text_area_element_set_autofocus(self, g_value_get_boolean(value));
</span><span class="cx">         break;
</span><del>-    case PROP_DIR_NAME:
-        webkit_dom_html_text_area_element_set_dir_name(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_DISABLED:
</span><span class="cx">         webkit_dom_html_text_area_element_set_disabled(self, g_value_get_boolean(value));
</span><span class="cx">         break;
</span><del>-    case PROP_MAX_LENGTH:
-        webkit_dom_html_text_area_element_set_max_length(self, g_value_get_long(value), nullptr);
-        break;
</del><span class="cx">     case PROP_NAME:
</span><span class="cx">         webkit_dom_html_text_area_element_set_name(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><del>-    case PROP_PLACEHOLDER:
-        webkit_dom_html_text_area_element_set_placeholder(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_READ_ONLY:
</span><span class="cx">         webkit_dom_html_text_area_element_set_read_only(self, g_value_get_boolean(value));
</span><span class="cx">         break;
</span><del>-    case PROP_REQUIRED:
-        webkit_dom_html_text_area_element_set_required(self, g_value_get_boolean(value));
-        break;
</del><span class="cx">     case PROP_ROWS:
</span><span class="cx">         webkit_dom_html_text_area_element_set_rows(self, g_value_get_long(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -164,9 +137,6 @@
</span><span class="cx">     case PROP_COLS:
</span><span class="cx">         webkit_dom_html_text_area_element_set_cols(self, g_value_get_long(value));
</span><span class="cx">         break;
</span><del>-    case PROP_WRAP:
-        webkit_dom_html_text_area_element_set_wrap(self, g_value_get_string(value));
-        break;
</del><span class="cx">     case PROP_DEFAULT_VALUE:
</span><span class="cx">         webkit_dom_html_text_area_element_set_default_value(self, g_value_get_string(value));
</span><span class="cx">         break;
</span><span class="lines">@@ -179,18 +149,6 @@
</span><span class="cx">     case PROP_SELECTION_END:
</span><span class="cx">         webkit_dom_html_text_area_element_set_selection_end(self, g_value_get_long(value));
</span><span class="cx">         break;
</span><del>-    case PROP_SELECTION_DIRECTION:
-        webkit_dom_html_text_area_element_set_selection_direction(self, g_value_get_string(value));
-        break;
-    case PROP_AUTOCORRECT:
-        webkit_dom_html_text_area_element_set_autocorrect(self, g_value_get_boolean(value));
-        break;
-    case PROP_AUTOCAPITALIZE:
-        webkit_dom_html_text_area_element_set_autocapitalize(self, g_value_get_string(value));
-        break;
-    case PROP_AUTOCOMPLETE:
-        webkit_dom_html_text_area_element_set_autocomplete(self, g_value_get_string(value));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -205,9 +163,6 @@
</span><span class="cx">     case PROP_AUTOFOCUS:
</span><span class="cx">         g_value_set_boolean(value, webkit_dom_html_text_area_element_get_autofocus(self));
</span><span class="cx">         break;
</span><del>-    case PROP_DIR_NAME:
-        g_value_take_string(value, webkit_dom_html_text_area_element_get_dir_name(self));
-        break;
</del><span class="cx">     case PROP_DISABLED:
</span><span class="cx">         g_value_set_boolean(value, webkit_dom_html_text_area_element_get_disabled(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -214,21 +169,12 @@
</span><span class="cx">     case PROP_FORM:
</span><span class="cx">         g_value_set_object(value, webkit_dom_html_text_area_element_get_form(self));
</span><span class="cx">         break;
</span><del>-    case PROP_MAX_LENGTH:
-        g_value_set_long(value, webkit_dom_html_text_area_element_get_max_length(self));
-        break;
</del><span class="cx">     case PROP_NAME:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_text_area_element_get_name(self));
</span><span class="cx">         break;
</span><del>-    case PROP_PLACEHOLDER:
-        g_value_take_string(value, webkit_dom_html_text_area_element_get_placeholder(self));
-        break;
</del><span class="cx">     case PROP_READ_ONLY:
</span><span class="cx">         g_value_set_boolean(value, webkit_dom_html_text_area_element_get_read_only(self));
</span><span class="cx">         break;
</span><del>-    case PROP_REQUIRED:
-        g_value_set_boolean(value, webkit_dom_html_text_area_element_get_required(self));
-        break;
</del><span class="cx">     case PROP_ROWS:
</span><span class="cx">         g_value_set_long(value, webkit_dom_html_text_area_element_get_rows(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -235,9 +181,6 @@
</span><span class="cx">     case PROP_COLS:
</span><span class="cx">         g_value_set_long(value, webkit_dom_html_text_area_element_get_cols(self));
</span><span class="cx">         break;
</span><del>-    case PROP_WRAP:
-        g_value_take_string(value, webkit_dom_html_text_area_element_get_wrap(self));
-        break;
</del><span class="cx">     case PROP_TYPE:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_text_area_element_get_area_type(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -247,21 +190,9 @@
</span><span class="cx">     case PROP_VALUE:
</span><span class="cx">         g_value_take_string(value, webkit_dom_html_text_area_element_get_value(self));
</span><span class="cx">         break;
</span><del>-    case PROP_TEXT_LENGTH:
-        g_value_set_ulong(value, webkit_dom_html_text_area_element_get_text_length(self));
-        break;
</del><span class="cx">     case PROP_WILL_VALIDATE:
</span><span class="cx">         g_value_set_boolean(value, webkit_dom_html_text_area_element_get_will_validate(self));
</span><span class="cx">         break;
</span><del>-    case PROP_VALIDITY:
-        g_value_set_object(value, webkit_dom_html_text_area_element_get_validity(self));
-        break;
-    case PROP_VALIDATION_MESSAGE:
-        g_value_take_string(value, webkit_dom_html_text_area_element_get_validation_message(self));
-        break;
-    case PROP_LABELS:
-        g_value_set_object(value, webkit_dom_html_text_area_element_get_labels(self));
-        break;
</del><span class="cx">     case PROP_SELECTION_START:
</span><span class="cx">         g_value_set_long(value, webkit_dom_html_text_area_element_get_selection_start(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -268,18 +199,6 @@
</span><span class="cx">     case PROP_SELECTION_END:
</span><span class="cx">         g_value_set_long(value, webkit_dom_html_text_area_element_get_selection_end(self));
</span><span class="cx">         break;
</span><del>-    case PROP_SELECTION_DIRECTION:
-        g_value_take_string(value, webkit_dom_html_text_area_element_get_selection_direction(self));
-        break;
-    case PROP_AUTOCORRECT:
-        g_value_set_boolean(value, webkit_dom_html_text_area_element_get_autocorrect(self));
-        break;
-    case PROP_AUTOCAPITALIZE:
-        g_value_take_string(value, webkit_dom_html_text_area_element_get_autocapitalize(self));
-        break;
-    case PROP_AUTOCOMPLETE:
-        g_value_take_string(value, webkit_dom_html_text_area_element_get_autocomplete(self));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -304,16 +223,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_DIR_NAME,
-        g_param_spec_string(
-            &quot;dir-name&quot;,
-            &quot;HTMLTextAreaElement:dir-name&quot;,
-            &quot;read-write gchar* HTMLTextAreaElement:dir-name&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_DISABLED,
</span><span class="cx">         g_param_spec_boolean(
</span><span class="cx">             &quot;disabled&quot;,
</span><span class="lines">@@ -334,16 +243,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_MAX_LENGTH,
-        g_param_spec_long(
-            &quot;max-length&quot;,
-            &quot;HTMLTextAreaElement:max-length&quot;,
-            &quot;read-write glong HTMLTextAreaElement:max-length&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_NAME,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;name&quot;,
</span><span class="lines">@@ -354,16 +253,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_PLACEHOLDER,
-        g_param_spec_string(
-            &quot;placeholder&quot;,
-            &quot;HTMLTextAreaElement:placeholder&quot;,
-            &quot;read-write gchar* HTMLTextAreaElement:placeholder&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_READ_ONLY,
</span><span class="cx">         g_param_spec_boolean(
</span><span class="cx">             &quot;read-only&quot;,
</span><span class="lines">@@ -374,16 +263,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_REQUIRED,
-        g_param_spec_boolean(
-            &quot;required&quot;,
-            &quot;HTMLTextAreaElement:required&quot;,
-            &quot;read-write gboolean HTMLTextAreaElement:required&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_ROWS,
</span><span class="cx">         g_param_spec_long(
</span><span class="cx">             &quot;rows&quot;,
</span><span class="lines">@@ -404,16 +283,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_WRAP,
-        g_param_spec_string(
-            &quot;wrap&quot;,
-            &quot;HTMLTextAreaElement:wrap&quot;,
-            &quot;read-write gchar* HTMLTextAreaElement:wrap&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_TYPE,
</span><span class="cx">         g_param_spec_string(
</span><span class="cx">             &quot;type&quot;,
</span><span class="lines">@@ -444,16 +313,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_TEXT_LENGTH,
-        g_param_spec_ulong(
-            &quot;text-length&quot;,
-            &quot;HTMLTextAreaElement:text-length&quot;,
-            &quot;read-only gulong HTMLTextAreaElement:text-length&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_WILL_VALIDATE,
</span><span class="cx">         g_param_spec_boolean(
</span><span class="cx">             &quot;will-validate&quot;,
</span><span class="lines">@@ -464,36 +323,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_VALIDITY,
-        g_param_spec_object(
-            &quot;validity&quot;,
-            &quot;HTMLTextAreaElement:validity&quot;,
-            &quot;read-only WebKitDOMValidityState* HTMLTextAreaElement:validity&quot;,
-            WEBKIT_DOM_TYPE_VALIDITY_STATE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VALIDATION_MESSAGE,
-        g_param_spec_string(
-            &quot;validation-message&quot;,
-            &quot;HTMLTextAreaElement:validation-message&quot;,
-            &quot;read-only gchar* HTMLTextAreaElement:validation-message&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LABELS,
-        g_param_spec_object(
-            &quot;labels&quot;,
-            &quot;HTMLTextAreaElement:labels&quot;,
-            &quot;read-only WebKitDOMNodeList* HTMLTextAreaElement:labels&quot;,
-            WEBKIT_DOM_TYPE_NODE_LIST,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_SELECTION_START,
</span><span class="cx">         g_param_spec_long(
</span><span class="cx">             &quot;selection-start&quot;,
</span><span class="lines">@@ -511,47 +340,6 @@
</span><span class="cx">             &quot;read-write glong HTMLTextAreaElement:selection-end&quot;,
</span><span class="cx">             G_MINLONG, G_MAXLONG, 0,
</span><span class="cx">             WEBKIT_PARAM_READWRITE));
</span><del>-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SELECTION_DIRECTION,
-        g_param_spec_string(
-            &quot;selection-direction&quot;,
-            &quot;HTMLTextAreaElement:selection-direction&quot;,
-            &quot;read-write gchar* HTMLTextAreaElement:selection-direction&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_AUTOCORRECT,
-        g_param_spec_boolean(
-            &quot;autocorrect&quot;,
-            &quot;HTMLTextAreaElement:autocorrect&quot;,
-            &quot;read-write gboolean HTMLTextAreaElement:autocorrect&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_AUTOCAPITALIZE,
-        g_param_spec_string(
-            &quot;autocapitalize&quot;,
-            &quot;HTMLTextAreaElement:autocapitalize&quot;,
-            &quot;read-write gchar* HTMLTextAreaElement:autocapitalize&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_AUTOCOMPLETE,
-        g_param_spec_string(
-            &quot;autocomplete&quot;,
-            &quot;HTMLTextAreaElement:autocomplete&quot;,
-            &quot;read-write gchar* HTMLTextAreaElement:autocomplete&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_html_text_area_element_init(WebKitDOMHTMLTextAreaElement* request)
</span><span class="lines">@@ -559,25 +347,6 @@
</span><span class="cx">     UNUSED_PARAM(request);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_html_text_area_element_check_validity(WebKitDOMHTMLTextAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self), FALSE);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    gboolean result = item-&gt;checkValidity();
-    return result;
-}
-
-void webkit_dom_html_text_area_element_set_custom_validity(WebKitDOMHTMLTextAreaElement* self, const gchar* error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self));
-    g_return_if_fail(error);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    WTF::String convertedError = WTF::String::fromUTF8(error);
-    item-&gt;setCustomValidity(convertedError);
-}
-
</del><span class="cx"> void webkit_dom_html_text_area_element_select(WebKitDOMHTMLTextAreaElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -586,24 +355,6 @@
</span><span class="cx">     item-&gt;select();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void webkit_dom_html_text_area_element_set_range_text(WebKitDOMHTMLTextAreaElement* self, const gchar* replacement, gulong start, gulong end, const gchar* selectionMode, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self));
-    g_return_if_fail(replacement);
-    g_return_if_fail(selectionMode);
-    g_return_if_fail(!error || !*error);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    WTF::String convertedReplacement = WTF::String::fromUTF8(replacement);
-    WTF::String convertedSelectionMode = WTF::String::fromUTF8(selectionMode);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;setRangeText(convertedReplacement, start, end, convertedSelectionMode, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-}
-
</del><span class="cx"> void webkit_dom_html_text_area_element_set_selection_range(WebKitDOMHTMLTextAreaElement* self, glong start, glong end, const gchar* direction)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -631,25 +382,6 @@
</span><span class="cx">     item-&gt;setBooleanAttribute(WebCore::HTMLNames::autofocusAttr, value);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_text_area_element_get_dir_name(WebKitDOMHTMLTextAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self), 0);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::dirnameAttr));
-    return result;
-}
-
-void webkit_dom_html_text_area_element_set_dir_name(WebKitDOMHTMLTextAreaElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::dirnameAttr, convertedValue);
-}
-
</del><span class="cx"> gboolean webkit_dom_html_text_area_element_get_disabled(WebKitDOMHTMLTextAreaElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -676,29 +408,6 @@
</span><span class="cx">     return WebKit::kit(gobjectResult.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-glong webkit_dom_html_text_area_element_get_max_length(WebKitDOMHTMLTextAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self), 0);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    glong result = item-&gt;maxLength();
-    return result;
-}
-
-void webkit_dom_html_text_area_element_set_max_length(WebKitDOMHTMLTextAreaElement* self, glong value, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;setMaxLength(value, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-}
-
</del><span class="cx"> gchar* webkit_dom_html_text_area_element_get_name(WebKitDOMHTMLTextAreaElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -718,25 +427,6 @@
</span><span class="cx">     item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::nameAttr, convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_text_area_element_get_placeholder(WebKitDOMHTMLTextAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self), 0);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::placeholderAttr));
-    return result;
-}
-
-void webkit_dom_html_text_area_element_set_placeholder(WebKitDOMHTMLTextAreaElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::placeholderAttr, convertedValue);
-}
-
</del><span class="cx"> gboolean webkit_dom_html_text_area_element_get_read_only(WebKitDOMHTMLTextAreaElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -754,23 +444,6 @@
</span><span class="cx">     item-&gt;setBooleanAttribute(WebCore::HTMLNames::readonlyAttr, value);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_html_text_area_element_get_required(WebKitDOMHTMLTextAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self), FALSE);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::requiredAttr);
-    return result;
-}
-
-void webkit_dom_html_text_area_element_set_required(WebKitDOMHTMLTextAreaElement* self, gboolean value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self));
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::requiredAttr, value);
-}
-
</del><span class="cx"> glong webkit_dom_html_text_area_element_get_rows(WebKitDOMHTMLTextAreaElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -805,25 +478,6 @@
</span><span class="cx">     item-&gt;setCols(value);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_text_area_element_get_wrap(WebKitDOMHTMLTextAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self), 0);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;attributeWithoutSynchronization(WebCore::HTMLNames::wrapAttr));
-    return result;
-}
-
-void webkit_dom_html_text_area_element_set_wrap(WebKitDOMHTMLTextAreaElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::wrapAttr, convertedValue);
-}
-
</del><span class="cx"> gchar* webkit_dom_html_text_area_element_get_area_type(WebKitDOMHTMLTextAreaElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -871,15 +525,6 @@
</span><span class="cx">     item-&gt;setValue(convertedValue);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gulong webkit_dom_html_text_area_element_get_text_length(WebKitDOMHTMLTextAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self), 0);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    gulong result = item-&gt;textLength();
-    return result;
-}
-
</del><span class="cx"> gboolean webkit_dom_html_text_area_element_get_will_validate(WebKitDOMHTMLTextAreaElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -889,33 +534,6 @@
</span><span class="cx">     return result;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-WebKitDOMValidityState* webkit_dom_html_text_area_element_get_validity(WebKitDOMHTMLTextAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self), 0);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::ValidityState&gt; gobjectResult = WTF::getPtr(item-&gt;validity());
-    return WebKit::kit(gobjectResult.get());
-}
-
-gchar* webkit_dom_html_text_area_element_get_validation_message(WebKitDOMHTMLTextAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self), 0);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;validationMessage());
-    return result;
-}
-
-WebKitDOMNodeList* webkit_dom_html_text_area_element_get_labels(WebKitDOMHTMLTextAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self), 0);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    RefPtr&lt;WebCore::NodeList&gt; gobjectResult = WTF::getPtr(item-&gt;labels());
-    return WebKit::kit(gobjectResult.get());
-}
-
</del><span class="cx"> glong webkit_dom_html_text_area_element_get_selection_start(WebKitDOMHTMLTextAreaElement* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -950,104 +568,6 @@
</span><span class="cx">     item-&gt;setSelectionEnd(value);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gchar* webkit_dom_html_text_area_element_get_selection_direction(WebKitDOMHTMLTextAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self), 0);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;selectionDirection());
-    return result;
-}
-
-void webkit_dom_html_text_area_element_set_selection_direction(WebKitDOMHTMLTextAreaElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setSelectionDirection(convertedValue);
-}
-
-gboolean webkit_dom_html_text_area_element_get_autocorrect(WebKitDOMHTMLTextAreaElement* self)
-{
-#if ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self), FALSE);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    gboolean result = item-&gt;autocorrect();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Ios Autocorrect And Autocapitalize&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE) */
-}
-
-void webkit_dom_html_text_area_element_set_autocorrect(WebKitDOMHTMLTextAreaElement* self, gboolean value)
-{
-#if ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self));
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    item-&gt;setAutocorrect(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Ios Autocorrect And Autocapitalize&quot;)
-#endif /* ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE) */
-}
-
-gchar* webkit_dom_html_text_area_element_get_autocapitalize(WebKitDOMHTMLTextAreaElement* self)
-{
-#if ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self), 0);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;autocapitalize());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Ios Autocorrect And Autocapitalize&quot;)
-    return 0;
-#endif /* ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE) */
-}
-
-void webkit_dom_html_text_area_element_set_autocapitalize(WebKitDOMHTMLTextAreaElement* self, const gchar* value)
-{
-#if ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAutocapitalize(convertedValue);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Ios Autocorrect And Autocapitalize&quot;)
-#endif /* ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE) */
-}
-
-gchar* webkit_dom_html_text_area_element_get_autocomplete(WebKitDOMHTMLTextAreaElement* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self), 0);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;autocomplete());
-    return result;
-}
-
-void webkit_dom_html_text_area_element_set_autocomplete(WebKitDOMHTMLTextAreaElement* self, const gchar* value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLTextAreaElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAutocomplete(convertedValue);
-}
-
</del><span class="cx"> gboolean webkit_dom_html_text_area_element_is_edited(WebKitDOMHTMLTextAreaElement* area)
</span><span class="cx"> {
</span><span class="cx">     g_return_val_if_fail(WEBKIT_DOM_IS_HTML_TEXT_AREA_ELEMENT(area), FALSE);
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLTextAreaElementUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElementUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElementUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElementUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,303 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLTextAreaElementUnstable_h
-#define WebKitDOMHTMLTextAreaElementUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_html_text_area_element_check_validity:
- * @self: A #WebKitDOMHTMLTextAreaElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_text_area_element_check_validity(WebKitDOMHTMLTextAreaElement* self);
-
-/**
- * webkit_dom_html_text_area_element_set_custom_validity:
- * @self: A #WebKitDOMHTMLTextAreaElement
- * @error: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_text_area_element_set_custom_validity(WebKitDOMHTMLTextAreaElement* self, const gchar* error);
-
-/**
- * webkit_dom_html_text_area_element_set_range_text:
- * @self: A #WebKitDOMHTMLTextAreaElement
- * @replacement: A #gchar
- * @start: A #gulong
- * @end: A #gulong
- * @selectionMode: A #gchar
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_text_area_element_set_range_text(WebKitDOMHTMLTextAreaElement* self, const gchar* replacement, gulong start, gulong end, const gchar* selectionMode, GError** error);
-
-/**
- * webkit_dom_html_text_area_element_get_dir_name:
- * @self: A #WebKitDOMHTMLTextAreaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_text_area_element_get_dir_name(WebKitDOMHTMLTextAreaElement* self);
-
-/**
- * webkit_dom_html_text_area_element_set_dir_name:
- * @self: A #WebKitDOMHTMLTextAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_text_area_element_set_dir_name(WebKitDOMHTMLTextAreaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_text_area_element_get_max_length:
- * @self: A #WebKitDOMHTMLTextAreaElement
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_html_text_area_element_get_max_length(WebKitDOMHTMLTextAreaElement* self);
-
-/**
- * webkit_dom_html_text_area_element_set_max_length:
- * @self: A #WebKitDOMHTMLTextAreaElement
- * @value: A #glong
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_text_area_element_set_max_length(WebKitDOMHTMLTextAreaElement* self, glong value, GError** error);
-
-/**
- * webkit_dom_html_text_area_element_get_placeholder:
- * @self: A #WebKitDOMHTMLTextAreaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_text_area_element_get_placeholder(WebKitDOMHTMLTextAreaElement* self);
-
-/**
- * webkit_dom_html_text_area_element_set_placeholder:
- * @self: A #WebKitDOMHTMLTextAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_text_area_element_set_placeholder(WebKitDOMHTMLTextAreaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_text_area_element_get_required:
- * @self: A #WebKitDOMHTMLTextAreaElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_text_area_element_get_required(WebKitDOMHTMLTextAreaElement* self);
-
-/**
- * webkit_dom_html_text_area_element_set_required:
- * @self: A #WebKitDOMHTMLTextAreaElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_text_area_element_set_required(WebKitDOMHTMLTextAreaElement* self, gboolean value);
-
-/**
- * webkit_dom_html_text_area_element_get_wrap:
- * @self: A #WebKitDOMHTMLTextAreaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_text_area_element_get_wrap(WebKitDOMHTMLTextAreaElement* self);
-
-/**
- * webkit_dom_html_text_area_element_set_wrap:
- * @self: A #WebKitDOMHTMLTextAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_text_area_element_set_wrap(WebKitDOMHTMLTextAreaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_text_area_element_get_text_length:
- * @self: A #WebKitDOMHTMLTextAreaElement
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_html_text_area_element_get_text_length(WebKitDOMHTMLTextAreaElement* self);
-
-/**
- * webkit_dom_html_text_area_element_get_validity:
- * @self: A #WebKitDOMHTMLTextAreaElement
- *
- * Returns: (transfer full): A #WebKitDOMValidityState
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMValidityState*
-webkit_dom_html_text_area_element_get_validity(WebKitDOMHTMLTextAreaElement* self);
-
-/**
- * webkit_dom_html_text_area_element_get_validation_message:
- * @self: A #WebKitDOMHTMLTextAreaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_text_area_element_get_validation_message(WebKitDOMHTMLTextAreaElement* self);
-
-/**
- * webkit_dom_html_text_area_element_get_labels:
- * @self: A #WebKitDOMHTMLTextAreaElement
- *
- * Returns: (transfer full): A #WebKitDOMNodeList
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMNodeList*
-webkit_dom_html_text_area_element_get_labels(WebKitDOMHTMLTextAreaElement* self);
-
-/**
- * webkit_dom_html_text_area_element_get_selection_direction:
- * @self: A #WebKitDOMHTMLTextAreaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_text_area_element_get_selection_direction(WebKitDOMHTMLTextAreaElement* self);
-
-/**
- * webkit_dom_html_text_area_element_set_selection_direction:
- * @self: A #WebKitDOMHTMLTextAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_text_area_element_set_selection_direction(WebKitDOMHTMLTextAreaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_text_area_element_get_autocorrect:
- * @self: A #WebKitDOMHTMLTextAreaElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_text_area_element_get_autocorrect(WebKitDOMHTMLTextAreaElement* self);
-
-/**
- * webkit_dom_html_text_area_element_set_autocorrect:
- * @self: A #WebKitDOMHTMLTextAreaElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_text_area_element_set_autocorrect(WebKitDOMHTMLTextAreaElement* self, gboolean value);
-
-/**
- * webkit_dom_html_text_area_element_get_autocapitalize:
- * @self: A #WebKitDOMHTMLTextAreaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_text_area_element_get_autocapitalize(WebKitDOMHTMLTextAreaElement* self);
-
-/**
- * webkit_dom_html_text_area_element_set_autocapitalize:
- * @self: A #WebKitDOMHTMLTextAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_text_area_element_set_autocapitalize(WebKitDOMHTMLTextAreaElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_text_area_element_get_autocomplete:
- * @self: A #WebKitDOMHTMLTextAreaElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_text_area_element_get_autocomplete(WebKitDOMHTMLTextAreaElement* self);
-
-/**
- * webkit_dom_html_text_area_element_set_autocomplete:
- * @self: A #WebKitDOMHTMLTextAreaElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_text_area_element_set_autocomplete(WebKitDOMHTMLTextAreaElement* self, const gchar* value);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLTextAreaElementUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLVideoElementcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElement.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElement.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElement.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,662 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMHTMLVideoElement.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/HTMLNames.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMHTMLVideoElementPrivate.h&quot;
-#include &quot;WebKitDOMNodePrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#if ENABLE(VIDEO)
-
-namespace WebKit {
-
-WebKitDOMHTMLVideoElement* kit(WebCore::HTMLVideoElement* obj)
-{
-    return WEBKIT_DOM_HTML_VIDEO_ELEMENT(kit(static_cast&lt;WebCore::Node*&gt;(obj)));
-}
-
-WebCore::HTMLVideoElement* core(WebKitDOMHTMLVideoElement* request)
-{
-    return request ? static_cast&lt;WebCore::HTMLVideoElement*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMHTMLVideoElement* wrapHTMLVideoElement(WebCore::HTMLVideoElement* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_HTML_VIDEO_ELEMENT(g_object_new(WEBKIT_DOM_TYPE_HTML_VIDEO_ELEMENT, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO)
-
-static gboolean webkit_dom_html_video_element_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-#if ENABLE(VIDEO)
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::HTMLVideoElement* coreTarget = static_cast&lt;WebCore::HTMLVideoElement*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(event);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return false;
-#endif // ENABLE(VIDEO)
-}
-
-static gboolean webkit_dom_html_video_element_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO)
-    WebCore::HTMLVideoElement* coreTarget = static_cast&lt;WebCore::HTMLVideoElement*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return false;
-#endif // ENABLE(VIDEO)
-}
-
-static gboolean webkit_dom_html_video_element_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO)
-    WebCore::HTMLVideoElement* coreTarget = static_cast&lt;WebCore::HTMLVideoElement*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return false;
-#endif // ENABLE(VIDEO)
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_html_video_element_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_html_video_element_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_html_video_element_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMHTMLVideoElement, webkit_dom_html_video_element, WEBKIT_DOM_TYPE_HTML_MEDIA_ELEMENT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-enum {
-    PROP_0,
-    PROP_WIDTH,
-    PROP_HEIGHT,
-    PROP_VIDEO_WIDTH,
-    PROP_VIDEO_HEIGHT,
-    PROP_POSTER,
-    PROP_PLAYS_INLINE,
-    PROP_WEBKIT_SUPPORTS_FULLSCREEN,
-    PROP_WEBKIT_DISPLAYING_FULLSCREEN,
-    PROP_WEBKIT_WIRELESS_VIDEO_PLAYBACK_DISABLED,
-    PROP_WEBKIT_DECODED_FRAME_COUNT,
-    PROP_WEBKIT_DROPPED_FRAME_COUNT,
-};
-
-static void webkit_dom_html_video_element_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMHTMLVideoElement* self = WEBKIT_DOM_HTML_VIDEO_ELEMENT(object);
-
-    switch (propertyId) {
-    case PROP_WIDTH:
-        webkit_dom_html_video_element_set_width(self, g_value_get_ulong(value));
-        break;
-    case PROP_HEIGHT:
-        webkit_dom_html_video_element_set_height(self, g_value_get_ulong(value));
-        break;
-    case PROP_POSTER:
-        webkit_dom_html_video_element_set_poster(self, g_value_get_string(value));
-        break;
-    case PROP_PLAYS_INLINE:
-        webkit_dom_html_video_element_set_plays_inline(self, g_value_get_boolean(value));
-        break;
-    case PROP_WEBKIT_WIRELESS_VIDEO_PLAYBACK_DISABLED:
-        webkit_dom_html_video_element_set_webkit_wireless_video_playback_disabled(self, g_value_get_boolean(value));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_html_video_element_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMHTMLVideoElement* self = WEBKIT_DOM_HTML_VIDEO_ELEMENT(object);
-
-    switch (propertyId) {
-    case PROP_WIDTH:
-        g_value_set_ulong(value, webkit_dom_html_video_element_get_width(self));
-        break;
-    case PROP_HEIGHT:
-        g_value_set_ulong(value, webkit_dom_html_video_element_get_height(self));
-        break;
-    case PROP_VIDEO_WIDTH:
-        g_value_set_ulong(value, webkit_dom_html_video_element_get_video_width(self));
-        break;
-    case PROP_VIDEO_HEIGHT:
-        g_value_set_ulong(value, webkit_dom_html_video_element_get_video_height(self));
-        break;
-    case PROP_POSTER:
-        g_value_take_string(value, webkit_dom_html_video_element_get_poster(self));
-        break;
-    case PROP_PLAYS_INLINE:
-        g_value_set_boolean(value, webkit_dom_html_video_element_get_plays_inline(self));
-        break;
-    case PROP_WEBKIT_SUPPORTS_FULLSCREEN:
-        g_value_set_boolean(value, webkit_dom_html_video_element_get_webkit_supports_fullscreen(self));
-        break;
-    case PROP_WEBKIT_DISPLAYING_FULLSCREEN:
-        g_value_set_boolean(value, webkit_dom_html_video_element_get_webkit_displaying_fullscreen(self));
-        break;
-    case PROP_WEBKIT_WIRELESS_VIDEO_PLAYBACK_DISABLED:
-        g_value_set_boolean(value, webkit_dom_html_video_element_get_webkit_wireless_video_playback_disabled(self));
-        break;
-    case PROP_WEBKIT_DECODED_FRAME_COUNT:
-        g_value_set_ulong(value, webkit_dom_html_video_element_get_webkit_decoded_frame_count(self));
-        break;
-    case PROP_WEBKIT_DROPPED_FRAME_COUNT:
-        g_value_set_ulong(value, webkit_dom_html_video_element_get_webkit_dropped_frame_count(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_html_video_element_class_init(WebKitDOMHTMLVideoElementClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    gobjectClass-&gt;set_property = webkit_dom_html_video_element_set_property;
-    gobjectClass-&gt;get_property = webkit_dom_html_video_element_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WIDTH,
-        g_param_spec_ulong(
-            &quot;width&quot;,
-            &quot;HTMLVideoElement:width&quot;,
-            &quot;read-write gulong HTMLVideoElement:width&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_HEIGHT,
-        g_param_spec_ulong(
-            &quot;height&quot;,
-            &quot;HTMLVideoElement:height&quot;,
-            &quot;read-write gulong HTMLVideoElement:height&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VIDEO_WIDTH,
-        g_param_spec_ulong(
-            &quot;video-width&quot;,
-            &quot;HTMLVideoElement:video-width&quot;,
-            &quot;read-only gulong HTMLVideoElement:video-width&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VIDEO_HEIGHT,
-        g_param_spec_ulong(
-            &quot;video-height&quot;,
-            &quot;HTMLVideoElement:video-height&quot;,
-            &quot;read-only gulong HTMLVideoElement:video-height&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_POSTER,
-        g_param_spec_string(
-            &quot;poster&quot;,
-            &quot;HTMLVideoElement:poster&quot;,
-            &quot;read-write gchar* HTMLVideoElement:poster&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PLAYS_INLINE,
-        g_param_spec_boolean(
-            &quot;plays-inline&quot;,
-            &quot;HTMLVideoElement:plays-inline&quot;,
-            &quot;read-write gboolean HTMLVideoElement:plays-inline&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_SUPPORTS_FULLSCREEN,
-        g_param_spec_boolean(
-            &quot;webkit-supports-fullscreen&quot;,
-            &quot;HTMLVideoElement:webkit-supports-fullscreen&quot;,
-            &quot;read-only gboolean HTMLVideoElement:webkit-supports-fullscreen&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_DISPLAYING_FULLSCREEN,
-        g_param_spec_boolean(
-            &quot;webkit-displaying-fullscreen&quot;,
-            &quot;HTMLVideoElement:webkit-displaying-fullscreen&quot;,
-            &quot;read-only gboolean HTMLVideoElement:webkit-displaying-fullscreen&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_WIRELESS_VIDEO_PLAYBACK_DISABLED,
-        g_param_spec_boolean(
-            &quot;webkit-wireless-video-playback-disabled&quot;,
-            &quot;HTMLVideoElement:webkit-wireless-video-playback-disabled&quot;,
-            &quot;read-write gboolean HTMLVideoElement:webkit-wireless-video-playback-disabled&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_DECODED_FRAME_COUNT,
-        g_param_spec_ulong(
-            &quot;webkit-decoded-frame-count&quot;,
-            &quot;HTMLVideoElement:webkit-decoded-frame-count&quot;,
-            &quot;read-only gulong HTMLVideoElement:webkit-decoded-frame-count&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_DROPPED_FRAME_COUNT,
-        g_param_spec_ulong(
-            &quot;webkit-dropped-frame-count&quot;,
-            &quot;HTMLVideoElement:webkit-dropped-frame-count&quot;,
-            &quot;read-only gulong HTMLVideoElement:webkit-dropped-frame-count&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_html_video_element_init(WebKitDOMHTMLVideoElement* request)
-{
-    UNUSED_PARAM(request);
-}
-
-void webkit_dom_html_video_element_webkit_enter_fullscreen(WebKitDOMHTMLVideoElement* self, GError** error)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;webkitEnterFullscreen(ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_video_element_webkit_exit_fullscreen(WebKitDOMHTMLVideoElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self));
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    item-&gt;webkitExitFullscreen();
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_video_element_webkit_enter_full_screen(WebKitDOMHTMLVideoElement* self, GError** error)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;webkitEnterFullScreen(ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_video_element_webkit_exit_full_screen(WebKitDOMHTMLVideoElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self));
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    item-&gt;webkitExitFullScreen();
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gulong webkit_dom_html_video_element_get_width(WebKitDOMHTMLVideoElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self), 0);
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    gulong result = item-&gt;getUnsignedIntegralAttribute(WebCore::HTMLNames::widthAttr);
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_video_element_set_width(WebKitDOMHTMLVideoElement* self, gulong value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self));
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    item-&gt;setUnsignedIntegralAttribute(WebCore::HTMLNames::widthAttr, value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gulong webkit_dom_html_video_element_get_height(WebKitDOMHTMLVideoElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self), 0);
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    gulong result = item-&gt;getUnsignedIntegralAttribute(WebCore::HTMLNames::heightAttr);
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_video_element_set_height(WebKitDOMHTMLVideoElement* self, gulong value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self));
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    item-&gt;setUnsignedIntegralAttribute(WebCore::HTMLNames::heightAttr, value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gulong webkit_dom_html_video_element_get_video_width(WebKitDOMHTMLVideoElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self), 0);
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    gulong result = item-&gt;videoWidth();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gulong webkit_dom_html_video_element_get_video_height(WebKitDOMHTMLVideoElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self), 0);
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    gulong result = item-&gt;videoHeight();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gchar* webkit_dom_html_video_element_get_poster(WebKitDOMHTMLVideoElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self), 0);
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;getURLAttribute(WebCore::HTMLNames::posterAttr));
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_video_element_set_poster(WebKitDOMHTMLVideoElement* self, const gchar* value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self));
-    g_return_if_fail(value);
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setAttributeWithoutSynchronization(WebCore::HTMLNames::posterAttr, convertedValue);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_html_video_element_get_plays_inline(WebKitDOMHTMLVideoElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self), FALSE);
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    gboolean result = item-&gt;hasAttributeWithoutSynchronization(WebCore::HTMLNames::playsinlineAttr);
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_video_element_set_plays_inline(WebKitDOMHTMLVideoElement* self, gboolean value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self));
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    item-&gt;setBooleanAttribute(WebCore::HTMLNames::playsinlineAttr, value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_html_video_element_get_webkit_supports_fullscreen(WebKitDOMHTMLVideoElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self), FALSE);
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    gboolean result = item-&gt;webkitSupportsFullscreen();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_html_video_element_get_webkit_displaying_fullscreen(WebKitDOMHTMLVideoElement* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self), FALSE);
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    gboolean result = item-&gt;webkitDisplayingFullscreen();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_html_video_element_get_webkit_wireless_video_playback_disabled(WebKitDOMHTMLVideoElement* self)
-{
-#if ENABLE(VIDEO)
-#if ENABLE(WIRELESS_PLAYBACK_TARGET)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self), FALSE);
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    gboolean result = item-&gt;webkitWirelessVideoPlaybackDisabled();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Wireless Playback Target&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(WIRELESS_PLAYBACK_TARGET) */
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_html_video_element_set_webkit_wireless_video_playback_disabled(WebKitDOMHTMLVideoElement* self, gboolean value)
-{
-#if ENABLE(VIDEO)
-#if ENABLE(WIRELESS_PLAYBACK_TARGET)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self));
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    item-&gt;setWebkitWirelessVideoPlaybackDisabled(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Wireless Playback Target&quot;)
-#endif /* ENABLE(WIRELESS_PLAYBACK_TARGET) */
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gulong webkit_dom_html_video_element_get_webkit_decoded_frame_count(WebKitDOMHTMLVideoElement* self)
-{
-#if ENABLE(VIDEO)
-#if ENABLE(MEDIA_STATISTICS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self), 0);
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    gulong result = item-&gt;webkitDecodedFrameCount();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Media Statistics&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(MEDIA_STATISTICS) */
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gulong webkit_dom_html_video_element_get_webkit_dropped_frame_count(WebKitDOMHTMLVideoElement* self)
-{
-#if ENABLE(VIDEO)
-#if ENABLE(MEDIA_STATISTICS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(self), 0);
-    WebCore::HTMLVideoElement* item = WebKit::core(self);
-    gulong result = item-&gt;webkitDroppedFrameCount();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Media Statistics&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(MEDIA_STATISTICS) */
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLVideoElementh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElement.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElement.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElement.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,262 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLVideoElement_h
-#define WebKitDOMHTMLVideoElement_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMHTMLMediaElement.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_HTML_VIDEO_ELEMENT            (webkit_dom_html_video_element_get_type())
-#define WEBKIT_DOM_HTML_VIDEO_ELEMENT(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_HTML_VIDEO_ELEMENT, WebKitDOMHTMLVideoElement))
-#define WEBKIT_DOM_HTML_VIDEO_ELEMENT_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_HTML_VIDEO_ELEMENT, WebKitDOMHTMLVideoElementClass)
-#define WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_HTML_VIDEO_ELEMENT))
-#define WEBKIT_DOM_IS_HTML_VIDEO_ELEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_HTML_VIDEO_ELEMENT))
-#define WEBKIT_DOM_HTML_VIDEO_ELEMENT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_HTML_VIDEO_ELEMENT, WebKitDOMHTMLVideoElementClass))
-
-struct _WebKitDOMHTMLVideoElement {
-    WebKitDOMHTMLMediaElement parent_instance;
-};
-
-struct _WebKitDOMHTMLVideoElementClass {
-    WebKitDOMHTMLMediaElementClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_html_video_element_get_type(void);
-
-/**
- * webkit_dom_html_video_element_webkit_enter_fullscreen:
- * @self: A #WebKitDOMHTMLVideoElement
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_video_element_webkit_enter_fullscreen(WebKitDOMHTMLVideoElement* self, GError** error);
-
-/**
- * webkit_dom_html_video_element_webkit_exit_fullscreen:
- * @self: A #WebKitDOMHTMLVideoElement
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_video_element_webkit_exit_fullscreen(WebKitDOMHTMLVideoElement* self);
-
-/**
- * webkit_dom_html_video_element_webkit_enter_full_screen:
- * @self: A #WebKitDOMHTMLVideoElement
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_video_element_webkit_enter_full_screen(WebKitDOMHTMLVideoElement* self, GError** error);
-
-/**
- * webkit_dom_html_video_element_webkit_exit_full_screen:
- * @self: A #WebKitDOMHTMLVideoElement
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_video_element_webkit_exit_full_screen(WebKitDOMHTMLVideoElement* self);
-
-/**
- * webkit_dom_html_video_element_get_width:
- * @self: A #WebKitDOMHTMLVideoElement
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_html_video_element_get_width(WebKitDOMHTMLVideoElement* self);
-
-/**
- * webkit_dom_html_video_element_set_width:
- * @self: A #WebKitDOMHTMLVideoElement
- * @value: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_video_element_set_width(WebKitDOMHTMLVideoElement* self, gulong value);
-
-/**
- * webkit_dom_html_video_element_get_height:
- * @self: A #WebKitDOMHTMLVideoElement
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_html_video_element_get_height(WebKitDOMHTMLVideoElement* self);
-
-/**
- * webkit_dom_html_video_element_set_height:
- * @self: A #WebKitDOMHTMLVideoElement
- * @value: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_video_element_set_height(WebKitDOMHTMLVideoElement* self, gulong value);
-
-/**
- * webkit_dom_html_video_element_get_video_width:
- * @self: A #WebKitDOMHTMLVideoElement
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_html_video_element_get_video_width(WebKitDOMHTMLVideoElement* self);
-
-/**
- * webkit_dom_html_video_element_get_video_height:
- * @self: A #WebKitDOMHTMLVideoElement
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_html_video_element_get_video_height(WebKitDOMHTMLVideoElement* self);
-
-/**
- * webkit_dom_html_video_element_get_poster:
- * @self: A #WebKitDOMHTMLVideoElement
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_html_video_element_get_poster(WebKitDOMHTMLVideoElement* self);
-
-/**
- * webkit_dom_html_video_element_set_poster:
- * @self: A #WebKitDOMHTMLVideoElement
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_video_element_set_poster(WebKitDOMHTMLVideoElement* self, const gchar* value);
-
-/**
- * webkit_dom_html_video_element_get_plays_inline:
- * @self: A #WebKitDOMHTMLVideoElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_video_element_get_plays_inline(WebKitDOMHTMLVideoElement* self);
-
-/**
- * webkit_dom_html_video_element_set_plays_inline:
- * @self: A #WebKitDOMHTMLVideoElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_video_element_set_plays_inline(WebKitDOMHTMLVideoElement* self, gboolean value);
-
-/**
- * webkit_dom_html_video_element_get_webkit_supports_fullscreen:
- * @self: A #WebKitDOMHTMLVideoElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_video_element_get_webkit_supports_fullscreen(WebKitDOMHTMLVideoElement* self);
-
-/**
- * webkit_dom_html_video_element_get_webkit_displaying_fullscreen:
- * @self: A #WebKitDOMHTMLVideoElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_video_element_get_webkit_displaying_fullscreen(WebKitDOMHTMLVideoElement* self);
-
-/**
- * webkit_dom_html_video_element_get_webkit_wireless_video_playback_disabled:
- * @self: A #WebKitDOMHTMLVideoElement
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_html_video_element_get_webkit_wireless_video_playback_disabled(WebKitDOMHTMLVideoElement* self);
-
-/**
- * webkit_dom_html_video_element_set_webkit_wireless_video_playback_disabled:
- * @self: A #WebKitDOMHTMLVideoElement
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_html_video_element_set_webkit_wireless_video_playback_disabled(WebKitDOMHTMLVideoElement* self, gboolean value);
-
-/**
- * webkit_dom_html_video_element_get_webkit_decoded_frame_count:
- * @self: A #WebKitDOMHTMLVideoElement
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_html_video_element_get_webkit_decoded_frame_count(WebKitDOMHTMLVideoElement* self);
-
-/**
- * webkit_dom_html_video_element_get_webkit_dropped_frame_count:
- * @self: A #WebKitDOMHTMLVideoElement
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_html_video_element_get_webkit_dropped_frame_count(WebKitDOMHTMLVideoElement* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHTMLVideoElement_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHTMLVideoElementPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElementPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElementPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLVideoElementPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHTMLVideoElementPrivate_h
-#define WebKitDOMHTMLVideoElementPrivate_h
-
-#include &lt;WebCore/HTMLVideoElement.h&gt;
-#include &lt;webkitdom/WebKitDOMHTMLVideoElement.h&gt;
-#if ENABLE(VIDEO)
-
-namespace WebKit {
-WebKitDOMHTMLVideoElement* wrapHTMLVideoElement(WebCore::HTMLVideoElement*);
-WebKitDOMHTMLVideoElement* kit(WebCore::HTMLVideoElement*);
-WebCore::HTMLVideoElement* core(WebKitDOMHTMLVideoElement*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO) */
-
-#endif /* WebKitDOMHTMLVideoElementPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHistorycpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistory.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistory.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistory.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,168 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMHistory.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMHistoryPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_HISTORY_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_HISTORY, WebKitDOMHistoryPrivate)
-
-typedef struct _WebKitDOMHistoryPrivate {
-    RefPtr&lt;WebCore::History&gt; coreObject;
-} WebKitDOMHistoryPrivate;
-
-namespace WebKit {
-
-WebKitDOMHistory* kit(WebCore::History* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_HISTORY(ret);
-
-    return wrapHistory(obj);
-}
-
-WebCore::History* core(WebKitDOMHistory* request)
-{
-    return request ? static_cast&lt;WebCore::History*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMHistory* wrapHistory(WebCore::History* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_HISTORY(g_object_new(WEBKIT_DOM_TYPE_HISTORY, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMHistory, webkit_dom_history, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_LENGTH,
-};
-
-static void webkit_dom_history_finalize(GObject* object)
-{
-    WebKitDOMHistoryPrivate* priv = WEBKIT_DOM_HISTORY_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMHistoryPrivate();
-    G_OBJECT_CLASS(webkit_dom_history_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_history_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMHistory* self = WEBKIT_DOM_HISTORY(object);
-
-    switch (propertyId) {
-    case PROP_LENGTH:
-        g_value_set_ulong(value, webkit_dom_history_get_length(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_history_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_history_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMHistoryPrivate* priv = WEBKIT_DOM_HISTORY_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::History*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_history_class_init(WebKitDOMHistoryClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMHistoryPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_history_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_history_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_history_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LENGTH,
-        g_param_spec_ulong(
-            &quot;length&quot;,
-            &quot;History:length&quot;,
-            &quot;read-only gulong History:length&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_history_init(WebKitDOMHistory* request)
-{
-    WebKitDOMHistoryPrivate* priv = WEBKIT_DOM_HISTORY_GET_PRIVATE(request);
-    new (priv) WebKitDOMHistoryPrivate();
-}
-
-void webkit_dom_history_back(WebKitDOMHistory* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HISTORY(self));
-    WebCore::History* item = WebKit::core(self);
-    item-&gt;back();
-}
-
-void webkit_dom_history_forward(WebKitDOMHistory* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HISTORY(self));
-    WebCore::History* item = WebKit::core(self);
-    item-&gt;forward();
-}
-
-void webkit_dom_history_go(WebKitDOMHistory* self, glong distance)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_HISTORY(self));
-    WebCore::History* item = WebKit::core(self);
-    item-&gt;go(distance);
-}
-
-gulong webkit_dom_history_get_length(WebKitDOMHistory* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_HISTORY(self), 0);
-    WebCore::History* item = WebKit::core(self);
-    gulong result = item-&gt;length();
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHistoryh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistory.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistory.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistory.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,92 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHistory_h
-#define WebKitDOMHistory_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_HISTORY            (webkit_dom_history_get_type())
-#define WEBKIT_DOM_HISTORY(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_HISTORY, WebKitDOMHistory))
-#define WEBKIT_DOM_HISTORY_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_HISTORY, WebKitDOMHistoryClass)
-#define WEBKIT_DOM_IS_HISTORY(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_HISTORY))
-#define WEBKIT_DOM_IS_HISTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_HISTORY))
-#define WEBKIT_DOM_HISTORY_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_HISTORY, WebKitDOMHistoryClass))
-
-struct _WebKitDOMHistory {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMHistoryClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_history_get_type(void);
-
-/**
- * webkit_dom_history_back:
- * @self: A #WebKitDOMHistory
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_history_back(WebKitDOMHistory* self);
-
-/**
- * webkit_dom_history_forward:
- * @self: A #WebKitDOMHistory
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_history_forward(WebKitDOMHistory* self);
-
-/**
- * webkit_dom_history_go:
- * @self: A #WebKitDOMHistory
- * @distance: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_history_go(WebKitDOMHistory* self, glong distance);
-
-/**
- * webkit_dom_history_get_length:
- * @self: A #WebKitDOMHistory
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_history_get_length(WebKitDOMHistory* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMHistory_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMHistoryPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistoryPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistoryPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHistoryPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMHistoryPrivate_h
-#define WebKitDOMHistoryPrivate_h
-
-#include &lt;WebCore/History.h&gt;
-#include &lt;webkitdom/WebKitDOMHistory.h&gt;
-
-namespace WebKit {
-WebKitDOMHistory* wrapHistory(WebCore::History*);
-WebKitDOMHistory* kit(WebCore::History*);
-WebCore::History* core(WebKitDOMHistory*);
-} // namespace WebKit
-
-#endif /* WebKitDOMHistoryPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMKeyframeEffectcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffect.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffect.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffect.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,77 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMKeyframeEffect.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMKeyframeEffectPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#if ENABLE(WEB_ANIMATIONS)
-
-namespace WebKit {
-
-WebKitDOMKeyframeEffect* kit(WebCore::KeyframeEffect* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_KEYFRAME_EFFECT(ret);
-
-    return wrapKeyframeEffect(obj);
-}
-
-WebCore::KeyframeEffect* core(WebKitDOMKeyframeEffect* request)
-{
-    return request ? static_cast&lt;WebCore::KeyframeEffect*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMKeyframeEffect* wrapKeyframeEffect(WebCore::KeyframeEffect* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_KEYFRAME_EFFECT(g_object_new(WEBKIT_DOM_TYPE_KEYFRAME_EFFECT, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(WEB_ANIMATIONS)
-
-G_DEFINE_TYPE(WebKitDOMKeyframeEffect, webkit_dom_keyframe_effect, WEBKIT_DOM_TYPE_ANIMATION_EFFECT)
-
-static void webkit_dom_keyframe_effect_class_init(WebKitDOMKeyframeEffectClass* requestClass)
-{
-    UNUSED_PARAM(requestClass);
-}
-
-static void webkit_dom_keyframe_effect_init(WebKitDOMKeyframeEffect* request)
-{
-    UNUSED_PARAM(request);
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMKeyframeEffecth"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffect.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffect.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffect.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,53 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMKeyframeEffect_h
-#define WebKitDOMKeyframeEffect_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMAnimationEffect.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_KEYFRAME_EFFECT            (webkit_dom_keyframe_effect_get_type())
-#define WEBKIT_DOM_KEYFRAME_EFFECT(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_KEYFRAME_EFFECT, WebKitDOMKeyframeEffect))
-#define WEBKIT_DOM_KEYFRAME_EFFECT_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_KEYFRAME_EFFECT, WebKitDOMKeyframeEffectClass)
-#define WEBKIT_DOM_IS_KEYFRAME_EFFECT(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_KEYFRAME_EFFECT))
-#define WEBKIT_DOM_IS_KEYFRAME_EFFECT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_KEYFRAME_EFFECT))
-#define WEBKIT_DOM_KEYFRAME_EFFECT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_KEYFRAME_EFFECT, WebKitDOMKeyframeEffectClass))
-
-struct _WebKitDOMKeyframeEffect {
-    WebKitDOMAnimationEffect parent_instance;
-};
-
-struct _WebKitDOMKeyframeEffectClass {
-    WebKitDOMAnimationEffectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_keyframe_effect_get_type(void);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMKeyframeEffect_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMKeyframeEffectPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffectPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffectPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMKeyframeEffectPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMKeyframeEffectPrivate_h
-#define WebKitDOMKeyframeEffectPrivate_h
-
-#include &lt;WebCore/KeyframeEffect.h&gt;
-#include &lt;webkitdom/WebKitDOMKeyframeEffect.h&gt;
-#if ENABLE(WEB_ANIMATIONS)
-
-namespace WebKit {
-WebKitDOMKeyframeEffect* wrapKeyframeEffect(WebCore::KeyframeEffect*);
-WebKitDOMKeyframeEffect* kit(WebCore::KeyframeEffect*);
-WebCore::KeyframeEffect* core(WebKitDOMKeyframeEffect*);
-} // namespace WebKit
-
-#endif /* ENABLE(WEB_ANIMATIONS) */
-
-#endif /* WebKitDOMKeyframeEffectPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMLocationcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocation.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocation.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocation.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,328 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMLocation.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMLocationPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_LOCATION_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_LOCATION, WebKitDOMLocationPrivate)
-
-typedef struct _WebKitDOMLocationPrivate {
-    RefPtr&lt;WebCore::Location&gt; coreObject;
-} WebKitDOMLocationPrivate;
-
-namespace WebKit {
-
-WebKitDOMLocation* kit(WebCore::Location* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_LOCATION(ret);
-
-    return wrapLocation(obj);
-}
-
-WebCore::Location* core(WebKitDOMLocation* request)
-{
-    return request ? static_cast&lt;WebCore::Location*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMLocation* wrapLocation(WebCore::Location* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_LOCATION(g_object_new(WEBKIT_DOM_TYPE_LOCATION, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMLocation, webkit_dom_location, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_HREF,
-    PROP_PROTOCOL,
-    PROP_HOST,
-    PROP_HOSTNAME,
-    PROP_PORT,
-    PROP_PATHNAME,
-    PROP_SEARCH,
-    PROP_HASH,
-    PROP_ORIGIN,
-};
-
-static void webkit_dom_location_finalize(GObject* object)
-{
-    WebKitDOMLocationPrivate* priv = WEBKIT_DOM_LOCATION_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMLocationPrivate();
-    G_OBJECT_CLASS(webkit_dom_location_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_location_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMLocation* self = WEBKIT_DOM_LOCATION(object);
-
-    switch (propertyId) {
-    case PROP_HREF:
-        g_value_take_string(value, webkit_dom_location_get_href(self));
-        break;
-    case PROP_PROTOCOL:
-        g_value_take_string(value, webkit_dom_location_get_protocol(self));
-        break;
-    case PROP_HOST:
-        g_value_take_string(value, webkit_dom_location_get_host(self));
-        break;
-    case PROP_HOSTNAME:
-        g_value_take_string(value, webkit_dom_location_get_hostname(self));
-        break;
-    case PROP_PORT:
-        g_value_take_string(value, webkit_dom_location_get_port(self));
-        break;
-    case PROP_PATHNAME:
-        g_value_take_string(value, webkit_dom_location_get_pathname(self));
-        break;
-    case PROP_SEARCH:
-        g_value_take_string(value, webkit_dom_location_get_search(self));
-        break;
-    case PROP_HASH:
-        g_value_take_string(value, webkit_dom_location_get_hash(self));
-        break;
-    case PROP_ORIGIN:
-        g_value_take_string(value, webkit_dom_location_get_origin(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_location_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_location_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMLocationPrivate* priv = WEBKIT_DOM_LOCATION_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::Location*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_location_class_init(WebKitDOMLocationClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMLocationPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_location_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_location_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_location_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_HREF,
-        g_param_spec_string(
-            &quot;href&quot;,
-            &quot;Location:href&quot;,
-            &quot;read-only gchar* Location:href&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PROTOCOL,
-        g_param_spec_string(
-            &quot;protocol&quot;,
-            &quot;Location:protocol&quot;,
-            &quot;read-only gchar* Location:protocol&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_HOST,
-        g_param_spec_string(
-            &quot;host&quot;,
-            &quot;Location:host&quot;,
-            &quot;read-only gchar* Location:host&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_HOSTNAME,
-        g_param_spec_string(
-            &quot;hostname&quot;,
-            &quot;Location:hostname&quot;,
-            &quot;read-only gchar* Location:hostname&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PORT,
-        g_param_spec_string(
-            &quot;port&quot;,
-            &quot;Location:port&quot;,
-            &quot;read-only gchar* Location:port&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PATHNAME,
-        g_param_spec_string(
-            &quot;pathname&quot;,
-            &quot;Location:pathname&quot;,
-            &quot;read-only gchar* Location:pathname&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SEARCH,
-        g_param_spec_string(
-            &quot;search&quot;,
-            &quot;Location:search&quot;,
-            &quot;read-only gchar* Location:search&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_HASH,
-        g_param_spec_string(
-            &quot;hash&quot;,
-            &quot;Location:hash&quot;,
-            &quot;read-only gchar* Location:hash&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_ORIGIN,
-        g_param_spec_string(
-            &quot;origin&quot;,
-            &quot;Location:origin&quot;,
-            &quot;read-only gchar* Location:origin&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_location_init(WebKitDOMLocation* request)
-{
-    WebKitDOMLocationPrivate* priv = WEBKIT_DOM_LOCATION_GET_PRIVATE(request);
-    new (priv) WebKitDOMLocationPrivate();
-}
-
-gchar* webkit_dom_location_get_href(WebKitDOMLocation* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_LOCATION(self), 0);
-    WebCore::Location* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;href());
-    return result;
-}
-
-gchar* webkit_dom_location_get_protocol(WebKitDOMLocation* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_LOCATION(self), 0);
-    WebCore::Location* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;protocol());
-    return result;
-}
-
-gchar* webkit_dom_location_get_host(WebKitDOMLocation* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_LOCATION(self), 0);
-    WebCore::Location* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;host());
-    return result;
-}
-
-gchar* webkit_dom_location_get_hostname(WebKitDOMLocation* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_LOCATION(self), 0);
-    WebCore::Location* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;hostname());
-    return result;
-}
-
-gchar* webkit_dom_location_get_port(WebKitDOMLocation* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_LOCATION(self), 0);
-    WebCore::Location* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;port());
-    return result;
-}
-
-gchar* webkit_dom_location_get_pathname(WebKitDOMLocation* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_LOCATION(self), 0);
-    WebCore::Location* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;pathname());
-    return result;
-}
-
-gchar* webkit_dom_location_get_search(WebKitDOMLocation* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_LOCATION(self), 0);
-    WebCore::Location* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;search());
-    return result;
-}
-
-gchar* webkit_dom_location_get_hash(WebKitDOMLocation* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_LOCATION(self), 0);
-    WebCore::Location* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;hash());
-    return result;
-}
-
-gchar* webkit_dom_location_get_origin(WebKitDOMLocation* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_LOCATION(self), 0);
-    WebCore::Location* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;origin());
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMLocationh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocation.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocation.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocation.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,152 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMLocation_h
-#define WebKitDOMLocation_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_LOCATION            (webkit_dom_location_get_type())
-#define WEBKIT_DOM_LOCATION(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_LOCATION, WebKitDOMLocation))
-#define WEBKIT_DOM_LOCATION_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_LOCATION, WebKitDOMLocationClass)
-#define WEBKIT_DOM_IS_LOCATION(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_LOCATION))
-#define WEBKIT_DOM_IS_LOCATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_LOCATION))
-#define WEBKIT_DOM_LOCATION_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_LOCATION, WebKitDOMLocationClass))
-
-struct _WebKitDOMLocation {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMLocationClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_location_get_type(void);
-
-/**
- * webkit_dom_location_get_href:
- * @self: A #WebKitDOMLocation
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_location_get_href(WebKitDOMLocation* self);
-
-/**
- * webkit_dom_location_get_protocol:
- * @self: A #WebKitDOMLocation
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_location_get_protocol(WebKitDOMLocation* self);
-
-/**
- * webkit_dom_location_get_host:
- * @self: A #WebKitDOMLocation
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_location_get_host(WebKitDOMLocation* self);
-
-/**
- * webkit_dom_location_get_hostname:
- * @self: A #WebKitDOMLocation
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_location_get_hostname(WebKitDOMLocation* self);
-
-/**
- * webkit_dom_location_get_port:
- * @self: A #WebKitDOMLocation
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_location_get_port(WebKitDOMLocation* self);
-
-/**
- * webkit_dom_location_get_pathname:
- * @self: A #WebKitDOMLocation
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_location_get_pathname(WebKitDOMLocation* self);
-
-/**
- * webkit_dom_location_get_search:
- * @self: A #WebKitDOMLocation
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_location_get_search(WebKitDOMLocation* self);
-
-/**
- * webkit_dom_location_get_hash:
- * @self: A #WebKitDOMLocation
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_location_get_hash(WebKitDOMLocation* self);
-
-/**
- * webkit_dom_location_get_origin:
- * @self: A #WebKitDOMLocation
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_location_get_origin(WebKitDOMLocation* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMLocation_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMLocationPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocationPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocationPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMLocationPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMLocationPrivate_h
-#define WebKitDOMLocationPrivate_h
-
-#include &lt;WebCore/Location.h&gt;
-#include &lt;webkitdom/WebKitDOMLocation.h&gt;
-
-namespace WebKit {
-WebKitDOMLocation* wrapLocation(WebCore::Location*);
-WebKitDOMLocation* kit(WebCore::Location*);
-WebCore::Location* core(WebKitDOMLocation*);
-} // namespace WebKit
-
-#endif /* WebKitDOMLocationPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaControllercpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaController.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaController.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaController.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,654 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMMediaController.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMMediaControllerPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMTimeRangesPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_MEDIA_CONTROLLER_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_MEDIA_CONTROLLER, WebKitDOMMediaControllerPrivate)
-
-typedef struct _WebKitDOMMediaControllerPrivate {
-#if ENABLE(VIDEO)
-    RefPtr&lt;WebCore::MediaController&gt; coreObject;
-#endif // ENABLE(VIDEO)
-} WebKitDOMMediaControllerPrivate;
-
-#if ENABLE(VIDEO)
-
-namespace WebKit {
-
-WebKitDOMMediaController* kit(WebCore::MediaController* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_MEDIA_CONTROLLER(ret);
-
-    return wrapMediaController(obj);
-}
-
-WebCore::MediaController* core(WebKitDOMMediaController* request)
-{
-    return request ? static_cast&lt;WebCore::MediaController*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMMediaController* wrapMediaController(WebCore::MediaController* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_MEDIA_CONTROLLER(g_object_new(WEBKIT_DOM_TYPE_MEDIA_CONTROLLER, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO)
-
-static gboolean webkit_dom_media_controller_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-#if ENABLE(VIDEO)
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::MediaController* coreTarget = static_cast&lt;WebCore::MediaController*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(event);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return false;
-#endif // ENABLE(VIDEO)
-}
-
-static gboolean webkit_dom_media_controller_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO)
-    WebCore::MediaController* coreTarget = static_cast&lt;WebCore::MediaController*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return false;
-#endif // ENABLE(VIDEO)
-}
-
-static gboolean webkit_dom_media_controller_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO)
-    WebCore::MediaController* coreTarget = static_cast&lt;WebCore::MediaController*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return false;
-#endif // ENABLE(VIDEO)
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_media_controller_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_media_controller_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_media_controller_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMMediaController, webkit_dom_media_controller, WEBKIT_DOM_TYPE_OBJECT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-enum {
-    PROP_0,
-    PROP_BUFFERED,
-    PROP_SEEKABLE,
-    PROP_DURATION,
-    PROP_CURRENT_TIME,
-    PROP_PAUSED,
-    PROP_PLAYED,
-    PROP_PLAYBACK_STATE,
-    PROP_DEFAULT_PLAYBACK_RATE,
-    PROP_PLAYBACK_RATE,
-    PROP_VOLUME,
-    PROP_MUTED,
-};
-
-static void webkit_dom_media_controller_finalize(GObject* object)
-{
-    WebKitDOMMediaControllerPrivate* priv = WEBKIT_DOM_MEDIA_CONTROLLER_GET_PRIVATE(object);
-#if ENABLE(VIDEO)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(VIDEO)
-    priv-&gt;~WebKitDOMMediaControllerPrivate();
-    G_OBJECT_CLASS(webkit_dom_media_controller_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_media_controller_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMMediaController* self = WEBKIT_DOM_MEDIA_CONTROLLER(object);
-
-    switch (propertyId) {
-    case PROP_CURRENT_TIME:
-        webkit_dom_media_controller_set_current_time(self, g_value_get_double(value));
-        break;
-    case PROP_DEFAULT_PLAYBACK_RATE:
-        webkit_dom_media_controller_set_default_playback_rate(self, g_value_get_double(value));
-        break;
-    case PROP_PLAYBACK_RATE:
-        webkit_dom_media_controller_set_playback_rate(self, g_value_get_double(value));
-        break;
-    case PROP_VOLUME:
-        webkit_dom_media_controller_set_volume(self, g_value_get_double(value), nullptr);
-        break;
-    case PROP_MUTED:
-        webkit_dom_media_controller_set_muted(self, g_value_get_boolean(value));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_media_controller_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMMediaController* self = WEBKIT_DOM_MEDIA_CONTROLLER(object);
-
-    switch (propertyId) {
-    case PROP_BUFFERED:
-        g_value_set_object(value, webkit_dom_media_controller_get_buffered(self));
-        break;
-    case PROP_SEEKABLE:
-        g_value_set_object(value, webkit_dom_media_controller_get_seekable(self));
-        break;
-    case PROP_DURATION:
-        g_value_set_double(value, webkit_dom_media_controller_get_duration(self));
-        break;
-    case PROP_CURRENT_TIME:
-        g_value_set_double(value, webkit_dom_media_controller_get_current_time(self));
-        break;
-    case PROP_PAUSED:
-        g_value_set_boolean(value, webkit_dom_media_controller_get_paused(self));
-        break;
-    case PROP_PLAYED:
-        g_value_set_object(value, webkit_dom_media_controller_get_played(self));
-        break;
-    case PROP_PLAYBACK_STATE:
-        g_value_take_string(value, webkit_dom_media_controller_get_playback_state(self));
-        break;
-    case PROP_DEFAULT_PLAYBACK_RATE:
-        g_value_set_double(value, webkit_dom_media_controller_get_default_playback_rate(self));
-        break;
-    case PROP_PLAYBACK_RATE:
-        g_value_set_double(value, webkit_dom_media_controller_get_playback_rate(self));
-        break;
-    case PROP_VOLUME:
-        g_value_set_double(value, webkit_dom_media_controller_get_volume(self));
-        break;
-    case PROP_MUTED:
-        g_value_set_boolean(value, webkit_dom_media_controller_get_muted(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_media_controller_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_media_controller_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(VIDEO)
-    WebKitDOMMediaControllerPrivate* priv = WEBKIT_DOM_MEDIA_CONTROLLER_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::MediaController*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(VIDEO)
-    return object;
-}
-
-static void webkit_dom_media_controller_class_init(WebKitDOMMediaControllerClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMMediaControllerPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_media_controller_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_media_controller_finalize;
-    gobjectClass-&gt;set_property = webkit_dom_media_controller_set_property;
-    gobjectClass-&gt;get_property = webkit_dom_media_controller_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_BUFFERED,
-        g_param_spec_object(
-            &quot;buffered&quot;,
-            &quot;MediaController:buffered&quot;,
-            &quot;read-only WebKitDOMTimeRanges* MediaController:buffered&quot;,
-            WEBKIT_DOM_TYPE_TIME_RANGES,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SEEKABLE,
-        g_param_spec_object(
-            &quot;seekable&quot;,
-            &quot;MediaController:seekable&quot;,
-            &quot;read-only WebKitDOMTimeRanges* MediaController:seekable&quot;,
-            WEBKIT_DOM_TYPE_TIME_RANGES,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DURATION,
-        g_param_spec_double(
-            &quot;duration&quot;,
-            &quot;MediaController:duration&quot;,
-            &quot;read-only gdouble MediaController:duration&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CURRENT_TIME,
-        g_param_spec_double(
-            &quot;current-time&quot;,
-            &quot;MediaController:current-time&quot;,
-            &quot;read-write gdouble MediaController:current-time&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PAUSED,
-        g_param_spec_boolean(
-            &quot;paused&quot;,
-            &quot;MediaController:paused&quot;,
-            &quot;read-only gboolean MediaController:paused&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PLAYED,
-        g_param_spec_object(
-            &quot;played&quot;,
-            &quot;MediaController:played&quot;,
-            &quot;read-only WebKitDOMTimeRanges* MediaController:played&quot;,
-            WEBKIT_DOM_TYPE_TIME_RANGES,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PLAYBACK_STATE,
-        g_param_spec_string(
-            &quot;playback-state&quot;,
-            &quot;MediaController:playback-state&quot;,
-            &quot;read-only gchar* MediaController:playback-state&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DEFAULT_PLAYBACK_RATE,
-        g_param_spec_double(
-            &quot;default-playback-rate&quot;,
-            &quot;MediaController:default-playback-rate&quot;,
-            &quot;read-write gdouble MediaController:default-playback-rate&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PLAYBACK_RATE,
-        g_param_spec_double(
-            &quot;playback-rate&quot;,
-            &quot;MediaController:playback-rate&quot;,
-            &quot;read-write gdouble MediaController:playback-rate&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VOLUME,
-        g_param_spec_double(
-            &quot;volume&quot;,
-            &quot;MediaController:volume&quot;,
-            &quot;read-write gdouble MediaController:volume&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_MUTED,
-        g_param_spec_boolean(
-            &quot;muted&quot;,
-            &quot;MediaController:muted&quot;,
-            &quot;read-write gboolean MediaController:muted&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-}
-
-static void webkit_dom_media_controller_init(WebKitDOMMediaController* request)
-{
-    WebKitDOMMediaControllerPrivate* priv = WEBKIT_DOM_MEDIA_CONTROLLER_GET_PRIVATE(request);
-    new (priv) WebKitDOMMediaControllerPrivate();
-}
-
-void webkit_dom_media_controller_play(WebKitDOMMediaController* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self));
-    WebCore::MediaController* item = WebKit::core(self);
-    item-&gt;play();
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_media_controller_pause(WebKitDOMMediaController* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self));
-    WebCore::MediaController* item = WebKit::core(self);
-    item-&gt;pause();
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_media_controller_unpause(WebKitDOMMediaController* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self));
-    WebCore::MediaController* item = WebKit::core(self);
-    item-&gt;unpause();
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-WebKitDOMTimeRanges* webkit_dom_media_controller_get_buffered(WebKitDOMMediaController* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self), 0);
-    WebCore::MediaController* item = WebKit::core(self);
-    RefPtr&lt;WebCore::TimeRanges&gt; gobjectResult = WTF::getPtr(item-&gt;buffered());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-WebKitDOMTimeRanges* webkit_dom_media_controller_get_seekable(WebKitDOMMediaController* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self), 0);
-    WebCore::MediaController* item = WebKit::core(self);
-    RefPtr&lt;WebCore::TimeRanges&gt; gobjectResult = WTF::getPtr(item-&gt;seekable());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-gdouble webkit_dom_media_controller_get_duration(WebKitDOMMediaController* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self), 0);
-    WebCore::MediaController* item = WebKit::core(self);
-    gdouble result = item-&gt;duration();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gdouble webkit_dom_media_controller_get_current_time(WebKitDOMMediaController* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self), 0);
-    WebCore::MediaController* item = WebKit::core(self);
-    gdouble result = item-&gt;currentTime();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_media_controller_set_current_time(WebKitDOMMediaController* self, gdouble value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self));
-    WebCore::MediaController* item = WebKit::core(self);
-    item-&gt;setCurrentTime(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_media_controller_get_paused(WebKitDOMMediaController* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self), FALSE);
-    WebCore::MediaController* item = WebKit::core(self);
-    gboolean result = item-&gt;paused();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-WebKitDOMTimeRanges* webkit_dom_media_controller_get_played(WebKitDOMMediaController* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self), 0);
-    WebCore::MediaController* item = WebKit::core(self);
-    RefPtr&lt;WebCore::TimeRanges&gt; gobjectResult = WTF::getPtr(item-&gt;played());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-gchar* webkit_dom_media_controller_get_playback_state(WebKitDOMMediaController* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self), 0);
-    WebCore::MediaController* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;playbackState());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO) */
-}
-
-gdouble webkit_dom_media_controller_get_default_playback_rate(WebKitDOMMediaController* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self), 0);
-    WebCore::MediaController* item = WebKit::core(self);
-    gdouble result = item-&gt;defaultPlaybackRate();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_media_controller_set_default_playback_rate(WebKitDOMMediaController* self, gdouble value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self));
-    WebCore::MediaController* item = WebKit::core(self);
-    item-&gt;setDefaultPlaybackRate(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gdouble webkit_dom_media_controller_get_playback_rate(WebKitDOMMediaController* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self), 0);
-    WebCore::MediaController* item = WebKit::core(self);
-    gdouble result = item-&gt;playbackRate();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_media_controller_set_playback_rate(WebKitDOMMediaController* self, gdouble value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self));
-    WebCore::MediaController* item = WebKit::core(self);
-    item-&gt;setPlaybackRate(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gdouble webkit_dom_media_controller_get_volume(WebKitDOMMediaController* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self), 0);
-    WebCore::MediaController* item = WebKit::core(self);
-    gdouble result = item-&gt;volume();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_media_controller_set_volume(WebKitDOMMediaController* self, gdouble value, GError** error)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::MediaController* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;setVolume(value, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
-gboolean webkit_dom_media_controller_get_muted(WebKitDOMMediaController* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self), FALSE);
-    WebCore::MediaController* item = WebKit::core(self);
-    gboolean result = item-&gt;muted();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-void webkit_dom_media_controller_set_muted(WebKitDOMMediaController* self, gboolean value)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_MEDIA_CONTROLLER(self));
-    WebCore::MediaController* item = WebKit::core(self);
-    item-&gt;setMuted(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-#endif /* ENABLE(VIDEO) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaControllerh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaController.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaController.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaController.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,252 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMMediaController_h
-#define WebKitDOMMediaController_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_MEDIA_CONTROLLER            (webkit_dom_media_controller_get_type())
-#define WEBKIT_DOM_MEDIA_CONTROLLER(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_MEDIA_CONTROLLER, WebKitDOMMediaController))
-#define WEBKIT_DOM_MEDIA_CONTROLLER_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_MEDIA_CONTROLLER, WebKitDOMMediaControllerClass)
-#define WEBKIT_DOM_IS_MEDIA_CONTROLLER(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_MEDIA_CONTROLLER))
-#define WEBKIT_DOM_IS_MEDIA_CONTROLLER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_MEDIA_CONTROLLER))
-#define WEBKIT_DOM_MEDIA_CONTROLLER_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_MEDIA_CONTROLLER, WebKitDOMMediaControllerClass))
-
-struct _WebKitDOMMediaController {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMMediaControllerClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_media_controller_get_type(void);
-
-/**
- * webkit_dom_media_controller_play:
- * @self: A #WebKitDOMMediaController
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_media_controller_play(WebKitDOMMediaController* self);
-
-/**
- * webkit_dom_media_controller_pause:
- * @self: A #WebKitDOMMediaController
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_media_controller_pause(WebKitDOMMediaController* self);
-
-/**
- * webkit_dom_media_controller_unpause:
- * @self: A #WebKitDOMMediaController
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_media_controller_unpause(WebKitDOMMediaController* self);
-
-/**
- * webkit_dom_media_controller_get_buffered:
- * @self: A #WebKitDOMMediaController
- *
- * Returns: (transfer full): A #WebKitDOMTimeRanges
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMTimeRanges*
-webkit_dom_media_controller_get_buffered(WebKitDOMMediaController* self);
-
-/**
- * webkit_dom_media_controller_get_seekable:
- * @self: A #WebKitDOMMediaController
- *
- * Returns: (transfer full): A #WebKitDOMTimeRanges
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMTimeRanges*
-webkit_dom_media_controller_get_seekable(WebKitDOMMediaController* self);
-
-/**
- * webkit_dom_media_controller_get_duration:
- * @self: A #WebKitDOMMediaController
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_media_controller_get_duration(WebKitDOMMediaController* self);
-
-/**
- * webkit_dom_media_controller_get_current_time:
- * @self: A #WebKitDOMMediaController
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_media_controller_get_current_time(WebKitDOMMediaController* self);
-
-/**
- * webkit_dom_media_controller_set_current_time:
- * @self: A #WebKitDOMMediaController
- * @value: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_media_controller_set_current_time(WebKitDOMMediaController* self, gdouble value);
-
-/**
- * webkit_dom_media_controller_get_paused:
- * @self: A #WebKitDOMMediaController
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_media_controller_get_paused(WebKitDOMMediaController* self);
-
-/**
- * webkit_dom_media_controller_get_played:
- * @self: A #WebKitDOMMediaController
- *
- * Returns: (transfer full): A #WebKitDOMTimeRanges
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMTimeRanges*
-webkit_dom_media_controller_get_played(WebKitDOMMediaController* self);
-
-/**
- * webkit_dom_media_controller_get_playback_state:
- * @self: A #WebKitDOMMediaController
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_media_controller_get_playback_state(WebKitDOMMediaController* self);
-
-/**
- * webkit_dom_media_controller_get_default_playback_rate:
- * @self: A #WebKitDOMMediaController
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_media_controller_get_default_playback_rate(WebKitDOMMediaController* self);
-
-/**
- * webkit_dom_media_controller_set_default_playback_rate:
- * @self: A #WebKitDOMMediaController
- * @value: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_media_controller_set_default_playback_rate(WebKitDOMMediaController* self, gdouble value);
-
-/**
- * webkit_dom_media_controller_get_playback_rate:
- * @self: A #WebKitDOMMediaController
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_media_controller_get_playback_rate(WebKitDOMMediaController* self);
-
-/**
- * webkit_dom_media_controller_set_playback_rate:
- * @self: A #WebKitDOMMediaController
- * @value: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_media_controller_set_playback_rate(WebKitDOMMediaController* self, gdouble value);
-
-/**
- * webkit_dom_media_controller_get_volume:
- * @self: A #WebKitDOMMediaController
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_media_controller_get_volume(WebKitDOMMediaController* self);
-
-/**
- * webkit_dom_media_controller_set_volume:
- * @self: A #WebKitDOMMediaController
- * @value: A #gdouble
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_media_controller_set_volume(WebKitDOMMediaController* self, gdouble value, GError** error);
-
-/**
- * webkit_dom_media_controller_get_muted:
- * @self: A #WebKitDOMMediaController
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_media_controller_get_muted(WebKitDOMMediaController* self);
-
-/**
- * webkit_dom_media_controller_set_muted:
- * @self: A #WebKitDOMMediaController
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_media_controller_set_muted(WebKitDOMMediaController* self, gboolean value);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMMediaController_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaControllerPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaControllerPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaControllerPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaControllerPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMMediaControllerPrivate_h
-#define WebKitDOMMediaControllerPrivate_h
-
-#include &lt;WebCore/MediaController.h&gt;
-#include &lt;webkitdom/WebKitDOMMediaController.h&gt;
-#if ENABLE(VIDEO)
-
-namespace WebKit {
-WebKitDOMMediaController* wrapMediaController(WebCore::MediaController*);
-WebKitDOMMediaController* kit(WebCore::MediaController*);
-WebCore::MediaController* core(WebKitDOMMediaController*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO) */
-
-#endif /* WebKitDOMMediaControllerPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaDevicescpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevices.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevices.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevices.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,126 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMMediaDevices.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMMediaDevicesPrivate.h&quot;
-#include &quot;WebKitDOMMediaTrackSupportedConstraintsPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_MEDIA_DEVICES_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_MEDIA_DEVICES, WebKitDOMMediaDevicesPrivate)
-
-typedef struct _WebKitDOMMediaDevicesPrivate {
-#if ENABLE(MEDIA_STREAM)
-    RefPtr&lt;WebCore::MediaDevices&gt; coreObject;
-#endif // ENABLE(MEDIA_STREAM)
-} WebKitDOMMediaDevicesPrivate;
-
-#if ENABLE(MEDIA_STREAM)
-
-namespace WebKit {
-
-WebKitDOMMediaDevices* kit(WebCore::MediaDevices* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_MEDIA_DEVICES(ret);
-
-    return wrapMediaDevices(obj);
-}
-
-WebCore::MediaDevices* core(WebKitDOMMediaDevices* request)
-{
-    return request ? static_cast&lt;WebCore::MediaDevices*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMMediaDevices* wrapMediaDevices(WebCore::MediaDevices* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_MEDIA_DEVICES(g_object_new(WEBKIT_DOM_TYPE_MEDIA_DEVICES, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(MEDIA_STREAM)
-
-G_DEFINE_TYPE(WebKitDOMMediaDevices, webkit_dom_media_devices, WEBKIT_DOM_TYPE_OBJECT)
-
-static void webkit_dom_media_devices_finalize(GObject* object)
-{
-    WebKitDOMMediaDevicesPrivate* priv = WEBKIT_DOM_MEDIA_DEVICES_GET_PRIVATE(object);
-#if ENABLE(MEDIA_STREAM)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(MEDIA_STREAM)
-    priv-&gt;~WebKitDOMMediaDevicesPrivate();
-    G_OBJECT_CLASS(webkit_dom_media_devices_parent_class)-&gt;finalize(object);
-}
-
-static GObject* webkit_dom_media_devices_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_media_devices_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(MEDIA_STREAM)
-    WebKitDOMMediaDevicesPrivate* priv = WEBKIT_DOM_MEDIA_DEVICES_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::MediaDevices*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(MEDIA_STREAM)
-    return object;
-}
-
-static void webkit_dom_media_devices_class_init(WebKitDOMMediaDevicesClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMMediaDevicesPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_media_devices_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_media_devices_finalize;
-}
-
-static void webkit_dom_media_devices_init(WebKitDOMMediaDevices* request)
-{
-    WebKitDOMMediaDevicesPrivate* priv = WEBKIT_DOM_MEDIA_DEVICES_GET_PRIVATE(request);
-    new (priv) WebKitDOMMediaDevicesPrivate();
-}
-
-WebKitDOMMediaTrackSupportedConstraints* webkit_dom_media_devices_get_supported_constraints(WebKitDOMMediaDevices* self)
-{
-#if ENABLE(MEDIA_STREAM)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MEDIA_DEVICES(self), 0);
-    WebCore::MediaDevices* item = WebKit::core(self);
-    RefPtr&lt;WebCore::MediaTrackSupportedConstraints&gt; gobjectResult = WTF::getPtr(item-&gt;getSupportedConstraints());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Media Stream&quot;)
-    return 0;
-#endif /* ENABLE(MEDIA_STREAM) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaDevicesh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevices.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevices.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevices.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,64 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMMediaDevices_h
-#define WebKitDOMMediaDevices_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_MEDIA_DEVICES            (webkit_dom_media_devices_get_type())
-#define WEBKIT_DOM_MEDIA_DEVICES(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_MEDIA_DEVICES, WebKitDOMMediaDevices))
-#define WEBKIT_DOM_MEDIA_DEVICES_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_MEDIA_DEVICES, WebKitDOMMediaDevicesClass)
-#define WEBKIT_DOM_IS_MEDIA_DEVICES(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_MEDIA_DEVICES))
-#define WEBKIT_DOM_IS_MEDIA_DEVICES_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_MEDIA_DEVICES))
-#define WEBKIT_DOM_MEDIA_DEVICES_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_MEDIA_DEVICES, WebKitDOMMediaDevicesClass))
-
-struct _WebKitDOMMediaDevices {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMMediaDevicesClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_media_devices_get_type(void);
-
-/**
- * webkit_dom_media_devices_get_supported_constraints:
- * @self: A #WebKitDOMMediaDevices
- *
- * Returns: (transfer none): A #WebKitDOMMediaTrackSupportedConstraints
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMMediaTrackSupportedConstraints*
-webkit_dom_media_devices_get_supported_constraints(WebKitDOMMediaDevices* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMMediaDevices_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaDevicesPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevicesPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevicesPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaDevicesPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMMediaDevicesPrivate_h
-#define WebKitDOMMediaDevicesPrivate_h
-
-#include &lt;WebCore/MediaDevices.h&gt;
-#include &lt;webkitdom/WebKitDOMMediaDevices.h&gt;
-#if ENABLE(MEDIA_STREAM)
-
-namespace WebKit {
-WebKitDOMMediaDevices* wrapMediaDevices(WebCore::MediaDevices*);
-WebKitDOMMediaDevices* kit(WebCore::MediaDevices*);
-WebCore::MediaDevices* core(WebKitDOMMediaDevices*);
-} // namespace WebKit
-
-#endif /* ENABLE(MEDIA_STREAM) */
-
-#endif /* WebKitDOMMediaDevicesPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaErrorcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaError.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaError.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaError.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,156 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMMediaError.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMMediaErrorPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_MEDIA_ERROR_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_MEDIA_ERROR, WebKitDOMMediaErrorPrivate)
-
-typedef struct _WebKitDOMMediaErrorPrivate {
-#if ENABLE(VIDEO)
-    RefPtr&lt;WebCore::MediaError&gt; coreObject;
-#endif // ENABLE(VIDEO)
-} WebKitDOMMediaErrorPrivate;
-
-#if ENABLE(VIDEO)
-
-namespace WebKit {
-
-WebKitDOMMediaError* kit(WebCore::MediaError* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_MEDIA_ERROR(ret);
-
-    return wrapMediaError(obj);
-}
-
-WebCore::MediaError* core(WebKitDOMMediaError* request)
-{
-    return request ? static_cast&lt;WebCore::MediaError*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMMediaError* wrapMediaError(WebCore::MediaError* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_MEDIA_ERROR(g_object_new(WEBKIT_DOM_TYPE_MEDIA_ERROR, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO)
-
-G_DEFINE_TYPE(WebKitDOMMediaError, webkit_dom_media_error, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_CODE,
-};
-
-static void webkit_dom_media_error_finalize(GObject* object)
-{
-    WebKitDOMMediaErrorPrivate* priv = WEBKIT_DOM_MEDIA_ERROR_GET_PRIVATE(object);
-#if ENABLE(VIDEO)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(VIDEO)
-    priv-&gt;~WebKitDOMMediaErrorPrivate();
-    G_OBJECT_CLASS(webkit_dom_media_error_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_media_error_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMMediaError* self = WEBKIT_DOM_MEDIA_ERROR(object);
-
-    switch (propertyId) {
-    case PROP_CODE:
-        g_value_set_uint(value, webkit_dom_media_error_get_code(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_media_error_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_media_error_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(VIDEO)
-    WebKitDOMMediaErrorPrivate* priv = WEBKIT_DOM_MEDIA_ERROR_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::MediaError*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(VIDEO)
-    return object;
-}
-
-static void webkit_dom_media_error_class_init(WebKitDOMMediaErrorClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMMediaErrorPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_media_error_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_media_error_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_media_error_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CODE,
-        g_param_spec_uint(
-            &quot;code&quot;,
-            &quot;MediaError:code&quot;,
-            &quot;read-only gushort MediaError:code&quot;,
-            0, G_MAXUINT, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_media_error_init(WebKitDOMMediaError* request)
-{
-    WebKitDOMMediaErrorPrivate* priv = WEBKIT_DOM_MEDIA_ERROR_GET_PRIVATE(request);
-    new (priv) WebKitDOMMediaErrorPrivate();
-}
-
-gushort webkit_dom_media_error_get_code(WebKitDOMMediaError* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MEDIA_ERROR(self), 0);
-    WebCore::MediaError* item = WebKit::core(self);
-    gushort result = item-&gt;code();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gushort&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaErrorh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaError.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaError.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaError.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,84 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMMediaError_h
-#define WebKitDOMMediaError_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_MEDIA_ERROR            (webkit_dom_media_error_get_type())
-#define WEBKIT_DOM_MEDIA_ERROR(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_MEDIA_ERROR, WebKitDOMMediaError))
-#define WEBKIT_DOM_MEDIA_ERROR_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_MEDIA_ERROR, WebKitDOMMediaErrorClass)
-#define WEBKIT_DOM_IS_MEDIA_ERROR(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_MEDIA_ERROR))
-#define WEBKIT_DOM_IS_MEDIA_ERROR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_MEDIA_ERROR))
-#define WEBKIT_DOM_MEDIA_ERROR_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_MEDIA_ERROR, WebKitDOMMediaErrorClass))
-
-/**
- * WEBKIT_DOM_MEDIA_ERROR_MEDIA_ERR_ABORTED:
- */
-#define WEBKIT_DOM_MEDIA_ERROR_MEDIA_ERR_ABORTED 1
-
-/**
- * WEBKIT_DOM_MEDIA_ERROR_MEDIA_ERR_NETWORK:
- */
-#define WEBKIT_DOM_MEDIA_ERROR_MEDIA_ERR_NETWORK 2
-
-/**
- * WEBKIT_DOM_MEDIA_ERROR_MEDIA_ERR_DECODE:
- */
-#define WEBKIT_DOM_MEDIA_ERROR_MEDIA_ERR_DECODE 3
-
-/**
- * WEBKIT_DOM_MEDIA_ERROR_MEDIA_ERR_SRC_NOT_SUPPORTED:
- */
-#define WEBKIT_DOM_MEDIA_ERROR_MEDIA_ERR_SRC_NOT_SUPPORTED 4
-
-struct _WebKitDOMMediaError {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMMediaErrorClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_media_error_get_type(void);
-
-/**
- * webkit_dom_media_error_get_code:
- * @self: A #WebKitDOMMediaError
- *
- * Returns: A #gushort
- *
- * Stability: Unstable
-**/
-WEBKIT_API gushort
-webkit_dom_media_error_get_code(WebKitDOMMediaError* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMMediaError_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaErrorPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaErrorPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaErrorPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaErrorPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMMediaErrorPrivate_h
-#define WebKitDOMMediaErrorPrivate_h
-
-#include &lt;WebCore/MediaError.h&gt;
-#include &lt;webkitdom/WebKitDOMMediaError.h&gt;
-#if ENABLE(VIDEO)
-
-namespace WebKit {
-WebKitDOMMediaError* wrapMediaError(WebCore::MediaError*);
-WebKitDOMMediaError* kit(WebCore::MediaError*);
-WebCore::MediaError* core(WebKitDOMMediaError*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO) */
-
-#endif /* WebKitDOMMediaErrorPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaQueryListcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryList.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryList.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryList.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,167 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMMediaQueryList.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMMediaQueryListPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_MEDIA_QUERY_LIST_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_MEDIA_QUERY_LIST, WebKitDOMMediaQueryListPrivate)
-
-typedef struct _WebKitDOMMediaQueryListPrivate {
-    RefPtr&lt;WebCore::MediaQueryList&gt; coreObject;
-} WebKitDOMMediaQueryListPrivate;
-
-namespace WebKit {
-
-WebKitDOMMediaQueryList* kit(WebCore::MediaQueryList* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_MEDIA_QUERY_LIST(ret);
-
-    return wrapMediaQueryList(obj);
-}
-
-WebCore::MediaQueryList* core(WebKitDOMMediaQueryList* request)
-{
-    return request ? static_cast&lt;WebCore::MediaQueryList*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMMediaQueryList* wrapMediaQueryList(WebCore::MediaQueryList* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_MEDIA_QUERY_LIST(g_object_new(WEBKIT_DOM_TYPE_MEDIA_QUERY_LIST, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMMediaQueryList, webkit_dom_media_query_list, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_MEDIA,
-    PROP_MATCHES,
-};
-
-static void webkit_dom_media_query_list_finalize(GObject* object)
-{
-    WebKitDOMMediaQueryListPrivate* priv = WEBKIT_DOM_MEDIA_QUERY_LIST_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMMediaQueryListPrivate();
-    G_OBJECT_CLASS(webkit_dom_media_query_list_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_media_query_list_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMMediaQueryList* self = WEBKIT_DOM_MEDIA_QUERY_LIST(object);
-
-    switch (propertyId) {
-    case PROP_MEDIA:
-        g_value_take_string(value, webkit_dom_media_query_list_get_media(self));
-        break;
-    case PROP_MATCHES:
-        g_value_set_boolean(value, webkit_dom_media_query_list_get_matches(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_media_query_list_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_media_query_list_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMMediaQueryListPrivate* priv = WEBKIT_DOM_MEDIA_QUERY_LIST_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::MediaQueryList*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_media_query_list_class_init(WebKitDOMMediaQueryListClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMMediaQueryListPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_media_query_list_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_media_query_list_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_media_query_list_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_MEDIA,
-        g_param_spec_string(
-            &quot;media&quot;,
-            &quot;MediaQueryList:media&quot;,
-            &quot;read-only gchar* MediaQueryList:media&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_MATCHES,
-        g_param_spec_boolean(
-            &quot;matches&quot;,
-            &quot;MediaQueryList:matches&quot;,
-            &quot;read-only gboolean MediaQueryList:matches&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_media_query_list_init(WebKitDOMMediaQueryList* request)
-{
-    WebKitDOMMediaQueryListPrivate* priv = WEBKIT_DOM_MEDIA_QUERY_LIST_GET_PRIVATE(request);
-    new (priv) WebKitDOMMediaQueryListPrivate();
-}
-
-gchar* webkit_dom_media_query_list_get_media(WebKitDOMMediaQueryList* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MEDIA_QUERY_LIST(self), 0);
-    WebCore::MediaQueryList* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;media());
-    return result;
-}
-
-gboolean webkit_dom_media_query_list_get_matches(WebKitDOMMediaQueryList* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MEDIA_QUERY_LIST(self), FALSE);
-    WebCore::MediaQueryList* item = WebKit::core(self);
-    gboolean result = item-&gt;matches();
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaQueryListh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryList.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryList.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryList.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,75 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMMediaQueryList_h
-#define WebKitDOMMediaQueryList_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_MEDIA_QUERY_LIST            (webkit_dom_media_query_list_get_type())
-#define WEBKIT_DOM_MEDIA_QUERY_LIST(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_MEDIA_QUERY_LIST, WebKitDOMMediaQueryList))
-#define WEBKIT_DOM_MEDIA_QUERY_LIST_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_MEDIA_QUERY_LIST, WebKitDOMMediaQueryListClass)
-#define WEBKIT_DOM_IS_MEDIA_QUERY_LIST(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_MEDIA_QUERY_LIST))
-#define WEBKIT_DOM_IS_MEDIA_QUERY_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_MEDIA_QUERY_LIST))
-#define WEBKIT_DOM_MEDIA_QUERY_LIST_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_MEDIA_QUERY_LIST, WebKitDOMMediaQueryListClass))
-
-struct _WebKitDOMMediaQueryList {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMMediaQueryListClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_media_query_list_get_type(void);
-
-/**
- * webkit_dom_media_query_list_get_media:
- * @self: A #WebKitDOMMediaQueryList
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_media_query_list_get_media(WebKitDOMMediaQueryList* self);
-
-/**
- * webkit_dom_media_query_list_get_matches:
- * @self: A #WebKitDOMMediaQueryList
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_media_query_list_get_matches(WebKitDOMMediaQueryList* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMMediaQueryList_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaQueryListPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryListPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryListPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaQueryListPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMMediaQueryListPrivate_h
-#define WebKitDOMMediaQueryListPrivate_h
-
-#include &lt;WebCore/MediaQueryList.h&gt;
-#include &lt;webkitdom/WebKitDOMMediaQueryList.h&gt;
-
-namespace WebKit {
-WebKitDOMMediaQueryList* wrapMediaQueryList(WebCore::MediaQueryList*);
-WebKitDOMMediaQueryList* kit(WebCore::MediaQueryList*);
-WebCore::MediaQueryList* core(WebKitDOMMediaQueryList*);
-} // namespace WebKit
-
-#endif /* WebKitDOMMediaQueryListPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaTrackSupportedConstraintscpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraints.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraints.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraints.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,110 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMMediaTrackSupportedConstraints.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMMediaTrackSupportedConstraintsPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_MEDIA_TRACK_SUPPORTED_CONSTRAINTS_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_MEDIA_TRACK_SUPPORTED_CONSTRAINTS, WebKitDOMMediaTrackSupportedConstraintsPrivate)
-
-typedef struct _WebKitDOMMediaTrackSupportedConstraintsPrivate {
-#if ENABLE(MEDIA_STREAM)
-    RefPtr&lt;WebCore::MediaTrackSupportedConstraints&gt; coreObject;
-#endif // ENABLE(MEDIA_STREAM)
-} WebKitDOMMediaTrackSupportedConstraintsPrivate;
-
-#if ENABLE(MEDIA_STREAM)
-
-namespace WebKit {
-
-WebKitDOMMediaTrackSupportedConstraints* kit(WebCore::MediaTrackSupportedConstraints* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_MEDIA_TRACK_SUPPORTED_CONSTRAINTS(ret);
-
-    return wrapMediaTrackSupportedConstraints(obj);
-}
-
-WebCore::MediaTrackSupportedConstraints* core(WebKitDOMMediaTrackSupportedConstraints* request)
-{
-    return request ? static_cast&lt;WebCore::MediaTrackSupportedConstraints*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMMediaTrackSupportedConstraints* wrapMediaTrackSupportedConstraints(WebCore::MediaTrackSupportedConstraints* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_MEDIA_TRACK_SUPPORTED_CONSTRAINTS(g_object_new(WEBKIT_DOM_TYPE_MEDIA_TRACK_SUPPORTED_CONSTRAINTS, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(MEDIA_STREAM)
-
-G_DEFINE_TYPE(WebKitDOMMediaTrackSupportedConstraints, webkit_dom_media_track_supported_constraints, WEBKIT_DOM_TYPE_OBJECT)
-
-static void webkit_dom_media_track_supported_constraints_finalize(GObject* object)
-{
-    WebKitDOMMediaTrackSupportedConstraintsPrivate* priv = WEBKIT_DOM_MEDIA_TRACK_SUPPORTED_CONSTRAINTS_GET_PRIVATE(object);
-#if ENABLE(MEDIA_STREAM)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(MEDIA_STREAM)
-    priv-&gt;~WebKitDOMMediaTrackSupportedConstraintsPrivate();
-    G_OBJECT_CLASS(webkit_dom_media_track_supported_constraints_parent_class)-&gt;finalize(object);
-}
-
-static GObject* webkit_dom_media_track_supported_constraints_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_media_track_supported_constraints_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(MEDIA_STREAM)
-    WebKitDOMMediaTrackSupportedConstraintsPrivate* priv = WEBKIT_DOM_MEDIA_TRACK_SUPPORTED_CONSTRAINTS_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::MediaTrackSupportedConstraints*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(MEDIA_STREAM)
-    return object;
-}
-
-static void webkit_dom_media_track_supported_constraints_class_init(WebKitDOMMediaTrackSupportedConstraintsClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMMediaTrackSupportedConstraintsPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_media_track_supported_constraints_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_media_track_supported_constraints_finalize;
-}
-
-static void webkit_dom_media_track_supported_constraints_init(WebKitDOMMediaTrackSupportedConstraints* request)
-{
-    WebKitDOMMediaTrackSupportedConstraintsPrivate* priv = WEBKIT_DOM_MEDIA_TRACK_SUPPORTED_CONSTRAINTS_GET_PRIVATE(request);
-    new (priv) WebKitDOMMediaTrackSupportedConstraintsPrivate();
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaTrackSupportedConstraintsh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraints.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraints.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraints.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,53 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMMediaTrackSupportedConstraints_h
-#define WebKitDOMMediaTrackSupportedConstraints_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_MEDIA_TRACK_SUPPORTED_CONSTRAINTS            (webkit_dom_media_track_supported_constraints_get_type())
-#define WEBKIT_DOM_MEDIA_TRACK_SUPPORTED_CONSTRAINTS(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_MEDIA_TRACK_SUPPORTED_CONSTRAINTS, WebKitDOMMediaTrackSupportedConstraints))
-#define WEBKIT_DOM_MEDIA_TRACK_SUPPORTED_CONSTRAINTS_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_MEDIA_TRACK_SUPPORTED_CONSTRAINTS, WebKitDOMMediaTrackSupportedConstraintsClass)
-#define WEBKIT_DOM_IS_MEDIA_TRACK_SUPPORTED_CONSTRAINTS(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_MEDIA_TRACK_SUPPORTED_CONSTRAINTS))
-#define WEBKIT_DOM_IS_MEDIA_TRACK_SUPPORTED_CONSTRAINTS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_MEDIA_TRACK_SUPPORTED_CONSTRAINTS))
-#define WEBKIT_DOM_MEDIA_TRACK_SUPPORTED_CONSTRAINTS_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_MEDIA_TRACK_SUPPORTED_CONSTRAINTS, WebKitDOMMediaTrackSupportedConstraintsClass))
-
-struct _WebKitDOMMediaTrackSupportedConstraints {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMMediaTrackSupportedConstraintsClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_media_track_supported_constraints_get_type(void);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMMediaTrackSupportedConstraints_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMediaTrackSupportedConstraintsPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraintsPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraintsPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaTrackSupportedConstraintsPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMMediaTrackSupportedConstraintsPrivate_h
-#define WebKitDOMMediaTrackSupportedConstraintsPrivate_h
-
-#include &lt;WebCore/MediaTrackSupportedConstraints.h&gt;
-#include &lt;webkitdom/WebKitDOMMediaTrackSupportedConstraints.h&gt;
-#if ENABLE(MEDIA_STREAM)
-
-namespace WebKit {
-WebKitDOMMediaTrackSupportedConstraints* wrapMediaTrackSupportedConstraints(WebCore::MediaTrackSupportedConstraints*);
-WebKitDOMMediaTrackSupportedConstraints* kit(WebCore::MediaTrackSupportedConstraints*);
-WebCore::MediaTrackSupportedConstraints* core(WebKitDOMMediaTrackSupportedConstraints*);
-} // namespace WebKit
-
-#endif /* ENABLE(MEDIA_STREAM) */
-
-#endif /* WebKitDOMMediaTrackSupportedConstraintsPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMessagePortcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePort.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePort.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePort.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,142 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMMessagePort.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMMessagePortPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_MESSAGE_PORT_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_MESSAGE_PORT, WebKitDOMMessagePortPrivate)
-
-typedef struct _WebKitDOMMessagePortPrivate {
-    RefPtr&lt;WebCore::MessagePort&gt; coreObject;
-} WebKitDOMMessagePortPrivate;
-
-namespace WebKit {
-
-WebKitDOMMessagePort* kit(WebCore::MessagePort* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_MESSAGE_PORT(ret);
-
-    return wrapMessagePort(obj);
-}
-
-WebCore::MessagePort* core(WebKitDOMMessagePort* request)
-{
-    return request ? static_cast&lt;WebCore::MessagePort*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMMessagePort* wrapMessagePort(WebCore::MessagePort* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_MESSAGE_PORT(g_object_new(WEBKIT_DOM_TYPE_MESSAGE_PORT, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-static gboolean webkit_dom_message_port_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::MessagePort* coreTarget = static_cast&lt;WebCore::MessagePort*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-}
-
-static gboolean webkit_dom_message_port_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-    WebCore::MessagePort* coreTarget = static_cast&lt;WebCore::MessagePort*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-}
-
-static gboolean webkit_dom_message_port_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-    WebCore::MessagePort* coreTarget = static_cast&lt;WebCore::MessagePort*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_message_port_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_message_port_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_message_port_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMMessagePort, webkit_dom_message_port, WEBKIT_DOM_TYPE_OBJECT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-static void webkit_dom_message_port_finalize(GObject* object)
-{
-    WebKitDOMMessagePortPrivate* priv = WEBKIT_DOM_MESSAGE_PORT_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMMessagePortPrivate();
-    G_OBJECT_CLASS(webkit_dom_message_port_parent_class)-&gt;finalize(object);
-}
-
-static GObject* webkit_dom_message_port_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_message_port_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMMessagePortPrivate* priv = WEBKIT_DOM_MESSAGE_PORT_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::MessagePort*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_message_port_class_init(WebKitDOMMessagePortClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMMessagePortPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_message_port_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_message_port_finalize;
-}
-
-static void webkit_dom_message_port_init(WebKitDOMMessagePort* request)
-{
-    WebKitDOMMessagePortPrivate* priv = WEBKIT_DOM_MESSAGE_PORT_GET_PRIVATE(request);
-    new (priv) WebKitDOMMessagePortPrivate();
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMessagePorth"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePort.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePort.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePort.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,53 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMMessagePort_h
-#define WebKitDOMMessagePort_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_MESSAGE_PORT            (webkit_dom_message_port_get_type())
-#define WEBKIT_DOM_MESSAGE_PORT(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_MESSAGE_PORT, WebKitDOMMessagePort))
-#define WEBKIT_DOM_MESSAGE_PORT_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_MESSAGE_PORT, WebKitDOMMessagePortClass)
-#define WEBKIT_DOM_IS_MESSAGE_PORT(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_MESSAGE_PORT))
-#define WEBKIT_DOM_IS_MESSAGE_PORT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_MESSAGE_PORT))
-#define WEBKIT_DOM_MESSAGE_PORT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_MESSAGE_PORT, WebKitDOMMessagePortClass))
-
-struct _WebKitDOMMessagePort {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMMessagePortClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_message_port_get_type(void);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMMessagePort_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMessagePortPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePortPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePortPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMessagePortPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMMessagePortPrivate_h
-#define WebKitDOMMessagePortPrivate_h
-
-#include &lt;WebCore/MessagePort.h&gt;
-#include &lt;webkitdom/WebKitDOMMessagePort.h&gt;
-
-namespace WebKit {
-WebKitDOMMessagePort* wrapMessagePort(WebCore::MessagePort*);
-WebKitDOMMessagePort* kit(WebCore::MessagePort*);
-WebCore::MessagePort* core(WebKitDOMMessagePort*);
-} // namespace WebKit
-
-#endif /* WebKitDOMMessagePortPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMouseEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEvent.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEvent.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEvent.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -34,7 +34,6 @@
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMMouseEventUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -72,8 +71,6 @@
</span><span class="cx">     PROP_META_KEY,
</span><span class="cx">     PROP_BUTTON,
</span><span class="cx">     PROP_RELATED_TARGET,
</span><del>-    PROP_MOVEMENT_X,
-    PROP_MOVEMENT_Y,
</del><span class="cx">     PROP_OFFSET_X,
</span><span class="cx">     PROP_OFFSET_Y,
</span><span class="cx">     PROP_X,
</span><span class="lines">@@ -117,12 +114,6 @@
</span><span class="cx">     case PROP_RELATED_TARGET:
</span><span class="cx">         g_value_set_object(value, webkit_dom_mouse_event_get_related_target(self));
</span><span class="cx">         break;
</span><del>-    case PROP_MOVEMENT_X:
-        g_value_set_long(value, webkit_dom_mouse_event_get_movement_x(self));
-        break;
-    case PROP_MOVEMENT_Y:
-        g_value_set_long(value, webkit_dom_mouse_event_get_movement_y(self));
-        break;
</del><span class="cx">     case PROP_OFFSET_X:
</span><span class="cx">         g_value_set_long(value, webkit_dom_mouse_event_get_offset_x(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -254,26 +245,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_MOVEMENT_X,
-        g_param_spec_long(
-            &quot;movement-x&quot;,
-            &quot;MouseEvent:movement-x&quot;,
-            &quot;read-only glong MouseEvent:movement-x&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_MOVEMENT_Y,
-        g_param_spec_long(
-            &quot;movement-y&quot;,
-            &quot;MouseEvent:movement-y&quot;,
-            &quot;read-only glong MouseEvent:movement-y&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_OFFSET_X,
</span><span class="cx">         g_param_spec_long(
</span><span class="cx">             &quot;offset-x&quot;,
</span><span class="lines">@@ -443,36 +414,6 @@
</span><span class="cx">     return WebKit::kit(gobjectResult.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-glong webkit_dom_mouse_event_get_movement_x(WebKitDOMMouseEvent* self)
-{
-#if ENABLE(POINTER_LOCK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MOUSE_EVENT(self), 0);
-    WebCore::MouseEvent* item = WebKit::core(self);
-    glong result = item-&gt;movementX();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Pointer Lock&quot;)
-    return static_cast&lt;glong&gt;(0);
-#endif /* ENABLE(POINTER_LOCK) */
-}
-
-glong webkit_dom_mouse_event_get_movement_y(WebKitDOMMouseEvent* self)
-{
-#if ENABLE(POINTER_LOCK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_MOUSE_EVENT(self), 0);
-    WebCore::MouseEvent* item = WebKit::core(self);
-    glong result = item-&gt;movementY();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Pointer Lock&quot;)
-    return static_cast&lt;glong&gt;(0);
-#endif /* ENABLE(POINTER_LOCK) */
-}
-
</del><span class="cx"> glong webkit_dom_mouse_event_get_offset_x(WebKitDOMMouseEvent* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMMouseEventUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEventUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEventUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMouseEventUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,56 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMMouseEventUnstable_h
-#define WebKitDOMMouseEventUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_mouse_event_get_movement_x:
- * @self: A #WebKitDOMMouseEvent
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_mouse_event_get_movement_x(WebKitDOMMouseEvent* self);
-
-/**
- * webkit_dom_mouse_event_get_movement_y:
- * @self: A #WebKitDOMMouseEvent
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_mouse_event_get_movement_y(WebKitDOMMouseEvent* self);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMMouseEventUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMNavigatorcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigator.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigator.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigator.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,691 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMNavigator.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &lt;WebCore/NavigatorBattery.h&gt;
-#include &lt;WebCore/NavigatorContentUtils.h&gt;
-#include &lt;WebCore/NavigatorGeolocation.h&gt;
-#include &lt;WebCore/NavigatorMediaDevices.h&gt;
-#include &lt;WebCore/NavigatorVibration.h&gt;
-#include &quot;WebKitDOMBatteryManagerPrivate.h&quot;
-#include &quot;WebKitDOMDOMMimeTypeArrayPrivate.h&quot;
-#include &quot;WebKitDOMDOMPluginArrayPrivate.h&quot;
-#include &quot;WebKitDOMGeolocationPrivate.h&quot;
-#include &quot;WebKitDOMMediaDevicesPrivate.h&quot;
-#include &quot;WebKitDOMNavigatorPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_NAVIGATOR_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_NAVIGATOR, WebKitDOMNavigatorPrivate)
-
-typedef struct _WebKitDOMNavigatorPrivate {
-    RefPtr&lt;WebCore::Navigator&gt; coreObject;
-} WebKitDOMNavigatorPrivate;
-
-namespace WebKit {
-
-WebKitDOMNavigator* kit(WebCore::Navigator* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_NAVIGATOR(ret);
-
-    return wrapNavigator(obj);
-}
-
-WebCore::Navigator* core(WebKitDOMNavigator* request)
-{
-    return request ? static_cast&lt;WebCore::Navigator*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMNavigator* wrapNavigator(WebCore::Navigator* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_NAVIGATOR(g_object_new(WEBKIT_DOM_TYPE_NAVIGATOR, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMNavigator, webkit_dom_navigator, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_PLUGINS,
-    PROP_MIME_TYPES,
-    PROP_COOKIE_ENABLED,
-    PROP_WEBKIT_BATTERY,
-    PROP_GEOLOCATION,
-    PROP_MEDIA_DEVICES,
-    PROP_HARDWARE_CONCURRENCY,
-    PROP_APP_CODE_NAME,
-    PROP_APP_NAME,
-    PROP_APP_VERSION,
-    PROP_PLATFORM,
-    PROP_PRODUCT,
-    PROP_PRODUCT_SUB,
-    PROP_USER_AGENT,
-    PROP_VENDOR,
-    PROP_VENDOR_SUB,
-    PROP_LANGUAGE,
-    PROP_ON_LINE,
-};
-
-static void webkit_dom_navigator_finalize(GObject* object)
-{
-    WebKitDOMNavigatorPrivate* priv = WEBKIT_DOM_NAVIGATOR_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMNavigatorPrivate();
-    G_OBJECT_CLASS(webkit_dom_navigator_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_navigator_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMNavigator* self = WEBKIT_DOM_NAVIGATOR(object);
-
-    switch (propertyId) {
-    case PROP_PLUGINS:
-        g_value_set_object(value, webkit_dom_navigator_get_plugins(self));
-        break;
-    case PROP_MIME_TYPES:
-        g_value_set_object(value, webkit_dom_navigator_get_mime_types(self));
-        break;
-    case PROP_COOKIE_ENABLED:
-        g_value_set_boolean(value, webkit_dom_navigator_get_cookie_enabled(self));
-        break;
-    case PROP_WEBKIT_BATTERY:
-        g_value_set_object(value, webkit_dom_navigator_get_webkit_battery(self));
-        break;
-    case PROP_GEOLOCATION:
-        g_value_set_object(value, webkit_dom_navigator_get_geolocation(self));
-        break;
-    case PROP_MEDIA_DEVICES:
-        g_value_set_object(value, webkit_dom_navigator_get_media_devices(self));
-        break;
-    case PROP_HARDWARE_CONCURRENCY:
-        g_value_set_uint64(value, webkit_dom_navigator_get_hardware_concurrency(self));
-        break;
-    case PROP_APP_CODE_NAME:
-        g_value_take_string(value, webkit_dom_navigator_get_app_code_name(self));
-        break;
-    case PROP_APP_NAME:
-        g_value_take_string(value, webkit_dom_navigator_get_app_name(self));
-        break;
-    case PROP_APP_VERSION:
-        g_value_take_string(value, webkit_dom_navigator_get_app_version(self));
-        break;
-    case PROP_PLATFORM:
-        g_value_take_string(value, webkit_dom_navigator_get_platform(self));
-        break;
-    case PROP_PRODUCT:
-        g_value_take_string(value, webkit_dom_navigator_get_product(self));
-        break;
-    case PROP_PRODUCT_SUB:
-        g_value_take_string(value, webkit_dom_navigator_get_product_sub(self));
-        break;
-    case PROP_USER_AGENT:
-        g_value_take_string(value, webkit_dom_navigator_get_user_agent(self));
-        break;
-    case PROP_VENDOR:
-        g_value_take_string(value, webkit_dom_navigator_get_vendor(self));
-        break;
-    case PROP_VENDOR_SUB:
-        g_value_take_string(value, webkit_dom_navigator_get_vendor_sub(self));
-        break;
-    case PROP_LANGUAGE:
-        g_value_take_string(value, webkit_dom_navigator_get_language(self));
-        break;
-    case PROP_ON_LINE:
-        g_value_set_boolean(value, webkit_dom_navigator_get_on_line(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_navigator_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_navigator_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMNavigatorPrivate* priv = WEBKIT_DOM_NAVIGATOR_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::Navigator*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_navigator_class_init(WebKitDOMNavigatorClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMNavigatorPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_navigator_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_navigator_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_navigator_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PLUGINS,
-        g_param_spec_object(
-            &quot;plugins&quot;,
-            &quot;Navigator:plugins&quot;,
-            &quot;read-only WebKitDOMDOMPluginArray* Navigator:plugins&quot;,
-            WEBKIT_DOM_TYPE_DOM_PLUGIN_ARRAY,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_MIME_TYPES,
-        g_param_spec_object(
-            &quot;mime-types&quot;,
-            &quot;Navigator:mime-types&quot;,
-            &quot;read-only WebKitDOMDOMMimeTypeArray* Navigator:mime-types&quot;,
-            WEBKIT_DOM_TYPE_DOM_MIME_TYPE_ARRAY,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_COOKIE_ENABLED,
-        g_param_spec_boolean(
-            &quot;cookie-enabled&quot;,
-            &quot;Navigator:cookie-enabled&quot;,
-            &quot;read-only gboolean Navigator:cookie-enabled&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_BATTERY,
-        g_param_spec_object(
-            &quot;webkit-battery&quot;,
-            &quot;Navigator:webkit-battery&quot;,
-            &quot;read-only WebKitDOMBatteryManager* Navigator:webkit-battery&quot;,
-            WEBKIT_DOM_TYPE_BATTERY_MANAGER,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_GEOLOCATION,
-        g_param_spec_object(
-            &quot;geolocation&quot;,
-            &quot;Navigator:geolocation&quot;,
-            &quot;read-only WebKitDOMGeolocation* Navigator:geolocation&quot;,
-            WEBKIT_DOM_TYPE_GEOLOCATION,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_MEDIA_DEVICES,
-        g_param_spec_object(
-            &quot;media-devices&quot;,
-            &quot;Navigator:media-devices&quot;,
-            &quot;read-only WebKitDOMMediaDevices* Navigator:media-devices&quot;,
-            WEBKIT_DOM_TYPE_MEDIA_DEVICES,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_HARDWARE_CONCURRENCY,
-        g_param_spec_uint64(
-            &quot;hardware-concurrency&quot;,
-            &quot;Navigator:hardware-concurrency&quot;,
-            &quot;read-only guint64 Navigator:hardware-concurrency&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_APP_CODE_NAME,
-        g_param_spec_string(
-            &quot;app-code-name&quot;,
-            &quot;Navigator:app-code-name&quot;,
-            &quot;read-only gchar* Navigator:app-code-name&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_APP_NAME,
-        g_param_spec_string(
-            &quot;app-name&quot;,
-            &quot;Navigator:app-name&quot;,
-            &quot;read-only gchar* Navigator:app-name&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_APP_VERSION,
-        g_param_spec_string(
-            &quot;app-version&quot;,
-            &quot;Navigator:app-version&quot;,
-            &quot;read-only gchar* Navigator:app-version&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PLATFORM,
-        g_param_spec_string(
-            &quot;platform&quot;,
-            &quot;Navigator:platform&quot;,
-            &quot;read-only gchar* Navigator:platform&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PRODUCT,
-        g_param_spec_string(
-            &quot;product&quot;,
-            &quot;Navigator:product&quot;,
-            &quot;read-only gchar* Navigator:product&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PRODUCT_SUB,
-        g_param_spec_string(
-            &quot;product-sub&quot;,
-            &quot;Navigator:product-sub&quot;,
-            &quot;read-only gchar* Navigator:product-sub&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_USER_AGENT,
-        g_param_spec_string(
-            &quot;user-agent&quot;,
-            &quot;Navigator:user-agent&quot;,
-            &quot;read-only gchar* Navigator:user-agent&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VENDOR,
-        g_param_spec_string(
-            &quot;vendor&quot;,
-            &quot;Navigator:vendor&quot;,
-            &quot;read-only gchar* Navigator:vendor&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VENDOR_SUB,
-        g_param_spec_string(
-            &quot;vendor-sub&quot;,
-            &quot;Navigator:vendor-sub&quot;,
-            &quot;read-only gchar* Navigator:vendor-sub&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LANGUAGE,
-        g_param_spec_string(
-            &quot;language&quot;,
-            &quot;Navigator:language&quot;,
-            &quot;read-only gchar* Navigator:language&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_ON_LINE,
-        g_param_spec_boolean(
-            &quot;on-line&quot;,
-            &quot;Navigator:on-line&quot;,
-            &quot;read-only gboolean Navigator:on-line&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_navigator_init(WebKitDOMNavigator* request)
-{
-    WebKitDOMNavigatorPrivate* priv = WEBKIT_DOM_NAVIGATOR_GET_PRIVATE(request);
-    new (priv) WebKitDOMNavigatorPrivate();
-}
-
-gboolean webkit_dom_navigator_java_enabled(WebKitDOMNavigator* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), FALSE);
-    WebCore::Navigator* item = WebKit::core(self);
-    gboolean result = item-&gt;javaEnabled();
-    return result;
-}
-
-void webkit_dom_navigator_get_storage_updates(WebKitDOMNavigator* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self));
-    WebCore::Navigator* item = WebKit::core(self);
-    item-&gt;getStorageUpdates();
-}
-
-void webkit_dom_navigator_register_protocol_handler(WebKitDOMNavigator* self, const gchar* scheme, const gchar* url, const gchar* title, GError** error)
-{
-#if ENABLE(NAVIGATOR_CONTENT_UTILS)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self));
-    g_return_if_fail(scheme);
-    g_return_if_fail(url);
-    g_return_if_fail(title);
-    g_return_if_fail(!error || !*error);
-    WebCore::Navigator* item = WebKit::core(self);
-    WTF::String convertedScheme = WTF::String::fromUTF8(scheme);
-    WTF::String convertedUrl = WTF::String::fromUTF8(url);
-    WTF::String convertedTitle = WTF::String::fromUTF8(title);
-    WebCore::ExceptionCode ec = 0;
-    WebCore::NavigatorContentUtils::registerProtocolHandler(*item, convertedScheme, convertedUrl, convertedTitle, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(scheme);
-    UNUSED_PARAM(url);
-    UNUSED_PARAM(title);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Navigator Content Utils&quot;)
-#endif /* ENABLE(NAVIGATOR_CONTENT_UTILS) */
-}
-
-gchar* webkit_dom_navigator_is_protocol_handler_registered(WebKitDOMNavigator* self, const gchar* scheme, const gchar* url, GError** error)
-{
-#if ENABLE(CUSTOM_SCHEME_HANDLER) &amp;&amp; ENABLE(NAVIGATOR_CONTENT_UTILS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    g_return_val_if_fail(scheme, 0);
-    g_return_val_if_fail(url, 0);
-    g_return_val_if_fail(!error || !*error, 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    WTF::String convertedScheme = WTF::String::fromUTF8(scheme);
-    WTF::String convertedUrl = WTF::String::fromUTF8(url);
-    WebCore::ExceptionCode ec = 0;
-    gchar* result = convertToUTF8String(WebCore::NavigatorContentUtils::isProtocolHandlerRegistered(item, convertedScheme, convertedUrl, ec));
-    return result;
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(scheme);
-    UNUSED_PARAM(url);
-    UNUSED_PARAM(error);
-#if !ENABLE(NAVIGATOR_CONTENT_UTILS)
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Navigator Content Utils&quot;)
-#endif
-#if !ENABLE(CUSTOM_SCHEME_HANDLER)
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Custom Scheme Handler&quot;)
-#endif
-    return 0;
-#endif /* ENABLE(CUSTOM_SCHEME_HANDLER) &amp;&amp; ENABLE(NAVIGATOR_CONTENT_UTILS) */
-}
-
-void webkit_dom_navigator_unregister_protocol_handler(WebKitDOMNavigator* self, const gchar* scheme, const gchar* url, GError** error)
-{
-#if ENABLE(CUSTOM_SCHEME_HANDLER) &amp;&amp; ENABLE(NAVIGATOR_CONTENT_UTILS)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self));
-    g_return_if_fail(scheme);
-    g_return_if_fail(url);
-    g_return_if_fail(!error || !*error);
-    WebCore::Navigator* item = WebKit::core(self);
-    WTF::String convertedScheme = WTF::String::fromUTF8(scheme);
-    WTF::String convertedUrl = WTF::String::fromUTF8(url);
-    WebCore::ExceptionCode ec = 0;
-    WebCore::NavigatorContentUtils::unregisterProtocolHandler(*item, convertedScheme, convertedUrl, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(scheme);
-    UNUSED_PARAM(url);
-    UNUSED_PARAM(error);
-#if !ENABLE(NAVIGATOR_CONTENT_UTILS)
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Navigator Content Utils&quot;)
-#endif
-#if !ENABLE(CUSTOM_SCHEME_HANDLER)
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Custom Scheme Handler&quot;)
-#endif
-#endif /* ENABLE(CUSTOM_SCHEME_HANDLER) &amp;&amp; ENABLE(NAVIGATOR_CONTENT_UTILS) */
-}
-
-gboolean webkit_dom_navigator_vibrate(WebKitDOMNavigator* self, gulong time)
-{
-#if ENABLE(VIBRATION)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), FALSE);
-    WebCore::Navigator* item = WebKit::core(self);
-    gboolean result = WebCore::NavigatorVibration::vibrate(*item, time);
-    return result;
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(time);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Vibration&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIBRATION) */
-}
-
-WebKitDOMDOMPluginArray* webkit_dom_navigator_get_plugins(WebKitDOMNavigator* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    RefPtr&lt;WebCore::DOMPluginArray&gt; gobjectResult = WTF::getPtr(item-&gt;plugins());
-    return WebKit::kit(gobjectResult.get());
-}
-
-WebKitDOMDOMMimeTypeArray* webkit_dom_navigator_get_mime_types(WebKitDOMNavigator* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    RefPtr&lt;WebCore::DOMMimeTypeArray&gt; gobjectResult = WTF::getPtr(item-&gt;mimeTypes());
-    return WebKit::kit(gobjectResult.get());
-}
-
-gboolean webkit_dom_navigator_get_cookie_enabled(WebKitDOMNavigator* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), FALSE);
-    WebCore::Navigator* item = WebKit::core(self);
-    gboolean result = item-&gt;cookieEnabled();
-    return result;
-}
-
-WebKitDOMBatteryManager* webkit_dom_navigator_get_webkit_battery(WebKitDOMNavigator* self)
-{
-#if ENABLE(BATTERY_STATUS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    RefPtr&lt;WebCore::BatteryManager&gt; gobjectResult = WTF::getPtr(WebCore::NavigatorBattery::webkitBattery(*item));
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Battery Status&quot;)
-    return 0;
-#endif /* ENABLE(BATTERY_STATUS) */
-}
-
-WebKitDOMGeolocation* webkit_dom_navigator_get_geolocation(WebKitDOMNavigator* self)
-{
-#if ENABLE(GEOLOCATION)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    RefPtr&lt;WebCore::Geolocation&gt; gobjectResult = WTF::getPtr(WebCore::NavigatorGeolocation::geolocation(*item));
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Geolocation&quot;)
-    return 0;
-#endif /* ENABLE(GEOLOCATION) */
-}
-
-WebKitDOMMediaDevices* webkit_dom_navigator_get_media_devices(WebKitDOMNavigator* self)
-{
-#if ENABLE(MEDIA_STREAM)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    RefPtr&lt;WebCore::MediaDevices&gt; gobjectResult = WTF::getPtr(WebCore::NavigatorMediaDevices::mediaDevices(*item));
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Media Stream&quot;)
-    return 0;
-#endif /* ENABLE(MEDIA_STREAM) */
-}
-
-guint64 webkit_dom_navigator_get_hardware_concurrency(WebKitDOMNavigator* self)
-{
-#if ENABLE(NAVIGATOR_HWCONCURRENCY)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    guint64 result = item-&gt;hardwareConcurrency();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Navigator Hwconcurrency&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(NAVIGATOR_HWCONCURRENCY) */
-}
-
-gchar* webkit_dom_navigator_get_app_code_name(WebKitDOMNavigator* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;appCodeName());
-    return result;
-}
-
-gchar* webkit_dom_navigator_get_app_name(WebKitDOMNavigator* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;appName());
-    return result;
-}
-
-gchar* webkit_dom_navigator_get_app_version(WebKitDOMNavigator* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;appVersion());
-    return result;
-}
-
-gchar* webkit_dom_navigator_get_platform(WebKitDOMNavigator* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;platform());
-    return result;
-}
-
-gchar* webkit_dom_navigator_get_product(WebKitDOMNavigator* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;product());
-    return result;
-}
-
-gchar* webkit_dom_navigator_get_product_sub(WebKitDOMNavigator* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;productSub());
-    return result;
-}
-
-gchar* webkit_dom_navigator_get_user_agent(WebKitDOMNavigator* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;userAgent());
-    return result;
-}
-
-gchar* webkit_dom_navigator_get_vendor(WebKitDOMNavigator* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;vendor());
-    return result;
-}
-
-gchar* webkit_dom_navigator_get_vendor_sub(WebKitDOMNavigator* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;vendorSub());
-    return result;
-}
-
-gchar* webkit_dom_navigator_get_language(WebKitDOMNavigator* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), 0);
-    WebCore::Navigator* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;language());
-    return result;
-}
-
-gboolean webkit_dom_navigator_get_on_line(WebKitDOMNavigator* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NAVIGATOR(self), FALSE);
-    WebCore::Navigator* item = WebKit::core(self);
-    gboolean result = item-&gt;onLine();
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMNavigatorh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigator.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigator.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigator.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,322 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMNavigator_h
-#define WebKitDOMNavigator_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_NAVIGATOR            (webkit_dom_navigator_get_type())
-#define WEBKIT_DOM_NAVIGATOR(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_NAVIGATOR, WebKitDOMNavigator))
-#define WEBKIT_DOM_NAVIGATOR_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_NAVIGATOR, WebKitDOMNavigatorClass)
-#define WEBKIT_DOM_IS_NAVIGATOR(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_NAVIGATOR))
-#define WEBKIT_DOM_IS_NAVIGATOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_NAVIGATOR))
-#define WEBKIT_DOM_NAVIGATOR_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_NAVIGATOR, WebKitDOMNavigatorClass))
-
-struct _WebKitDOMNavigator {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMNavigatorClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_navigator_get_type(void);
-
-/**
- * webkit_dom_navigator_java_enabled:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_navigator_java_enabled(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_storage_updates:
- * @self: A #WebKitDOMNavigator
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_navigator_get_storage_updates(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_register_protocol_handler:
- * @self: A #WebKitDOMNavigator
- * @scheme: A #gchar
- * @url: A #gchar
- * @title: A #gchar
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_navigator_register_protocol_handler(WebKitDOMNavigator* self, const gchar* scheme, const gchar* url, const gchar* title, GError** error);
-
-/**
- * webkit_dom_navigator_is_protocol_handler_registered:
- * @self: A #WebKitDOMNavigator
- * @scheme: A #gchar
- * @url: A #gchar
- * @error: #GError
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_navigator_is_protocol_handler_registered(WebKitDOMNavigator* self, const gchar* scheme, const gchar* url, GError** error);
-
-/**
- * webkit_dom_navigator_unregister_protocol_handler:
- * @self: A #WebKitDOMNavigator
- * @scheme: A #gchar
- * @url: A #gchar
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_navigator_unregister_protocol_handler(WebKitDOMNavigator* self, const gchar* scheme, const gchar* url, GError** error);
-
-/**
- * webkit_dom_navigator_vibrate:
- * @self: A #WebKitDOMNavigator
- * @time: A #gulong
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_navigator_vibrate(WebKitDOMNavigator* self, gulong time);
-
-/**
- * webkit_dom_navigator_get_plugins:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: (transfer full): A #WebKitDOMDOMPluginArray
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMDOMPluginArray*
-webkit_dom_navigator_get_plugins(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_mime_types:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: (transfer full): A #WebKitDOMDOMMimeTypeArray
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMDOMMimeTypeArray*
-webkit_dom_navigator_get_mime_types(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_cookie_enabled:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_navigator_get_cookie_enabled(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_webkit_battery:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: (transfer full): A #WebKitDOMBatteryManager
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMBatteryManager*
-webkit_dom_navigator_get_webkit_battery(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_geolocation:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: (transfer full): A #WebKitDOMGeolocation
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMGeolocation*
-webkit_dom_navigator_get_geolocation(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_media_devices:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: (transfer none): A #WebKitDOMMediaDevices
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMMediaDevices*
-webkit_dom_navigator_get_media_devices(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_hardware_concurrency:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_navigator_get_hardware_concurrency(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_app_code_name:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_navigator_get_app_code_name(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_app_name:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_navigator_get_app_name(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_app_version:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_navigator_get_app_version(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_platform:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_navigator_get_platform(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_product:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_navigator_get_product(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_product_sub:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_navigator_get_product_sub(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_user_agent:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_navigator_get_user_agent(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_vendor:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_navigator_get_vendor(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_vendor_sub:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_navigator_get_vendor_sub(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_language:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_navigator_get_language(WebKitDOMNavigator* self);
-
-/**
- * webkit_dom_navigator_get_on_line:
- * @self: A #WebKitDOMNavigator
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_navigator_get_on_line(WebKitDOMNavigator* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMNavigator_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMNavigatorMediaDevicescpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorMediaDevices.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorMediaDevices.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorMediaDevices.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-/*
-    This file is generated just to tell build scripts that WebKitDOMNavigatorMediaDevices.h and
-    WebKitDOMNavigatorMediaDevices.cpp are created for NavigatorMediaDevices.idl, and thus
-    prevent the build scripts from trying to generate WebKitDOMNavigatorMediaDevices.h and
-    WebKitDOMNavigatorMediaDevices.cpp at every build. This file must not be tried to compile.
-*/
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMNavigatorMediaDevicesh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorMediaDevices.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorMediaDevices.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorMediaDevices.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-/*
-    This file is generated just to tell build scripts that WebKitDOMNavigatorMediaDevices.h and
-    WebKitDOMNavigatorMediaDevices.cpp are created for NavigatorMediaDevices.idl, and thus
-    prevent the build scripts from trying to generate WebKitDOMNavigatorMediaDevices.h and
-    WebKitDOMNavigatorMediaDevices.cpp at every build. This file must not be tried to compile.
-*/
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMNavigatorPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNavigatorPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMNavigatorPrivate_h
-#define WebKitDOMNavigatorPrivate_h
-
-#include &lt;WebCore/Navigator.h&gt;
-#include &lt;webkitdom/WebKitDOMNavigator.h&gt;
-
-namespace WebKit {
-WebKitDOMNavigator* wrapNavigator(WebCore::Navigator*);
-WebKitDOMNavigator* kit(WebCore::Navigator*);
-WebCore::Navigator* core(WebKitDOMNavigator*);
-} // namespace WebKit
-
-#endif /* WebKitDOMNavigatorPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMNodecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNode.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNode.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNode.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> #include &quot;WebKitDOMEventTarget.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMNodeListPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMNodePrivate.h&quot;
</span><del>-#include &quot;WebKitDOMNodeUnstable.h&quot;
</del><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &lt;WebCore/CSSImportRule.h&gt;
</span><span class="cx"> #include &lt;WebCore/Document.h&gt;
</span><span class="lines">@@ -123,7 +122,6 @@
</span><span class="cx">     PROP_OWNER_DOCUMENT,
</span><span class="cx">     PROP_BASE_URI,
</span><span class="cx">     PROP_TEXT_CONTENT,
</span><del>-    PROP_IS_CONNECTED,
</del><span class="cx">     PROP_PARENT_ELEMENT,
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="lines">@@ -195,9 +193,6 @@
</span><span class="cx">     case PROP_TEXT_CONTENT:
</span><span class="cx">         g_value_take_string(value, webkit_dom_node_get_text_content(self));
</span><span class="cx">         break;
</span><del>-    case PROP_IS_CONNECTED:
-        g_value_set_boolean(value, webkit_dom_node_get_is_connected(self));
-        break;
</del><span class="cx">     case PROP_PARENT_ELEMENT:
</span><span class="cx">         g_value_set_object(value, webkit_dom_node_get_parent_element(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -349,16 +344,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_IS_CONNECTED,
-        g_param_spec_boolean(
-            &quot;is-connected&quot;,
-            &quot;Node:is-connected&quot;,
-            &quot;read-only gboolean Node:is-connected&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_PARENT_ELEMENT,
</span><span class="cx">         g_param_spec_object(
</span><span class="cx">             &quot;parent-element&quot;,
</span><span class="lines">@@ -710,15 +695,6 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gboolean webkit_dom_node_get_is_connected(WebKitDOMNode* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_NODE(self), FALSE);
-    WebCore::Node* item = WebKit::core(self);
-    gboolean result = item-&gt;inDocument();
-    return result;
-}
-
</del><span class="cx"> WebKitDOMElement* webkit_dom_node_get_parent_element(WebKitDOMNode* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMNodeUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMNodeUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,50 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMNodeUnstable_h
-#define WebKitDOMNodeUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * WEBKIT_DOM_NODE_NOTATION_NODE:
- */
-#define WEBKIT_DOM_NODE_NOTATION_NODE 12
-
-/**
- * webkit_dom_node_get_is_connected:
- * @self: A #WebKitDOMNode
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_node_get_is_connected(WebKitDOMNode* self);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMNodeUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformancecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformance.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformance.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformance.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,377 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMPerformance.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMPerformanceNavigationPrivate.h&quot;
-#include &quot;WebKitDOMPerformancePrivate.h&quot;
-#include &quot;WebKitDOMPerformanceTimingPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_PERFORMANCE_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_PERFORMANCE, WebKitDOMPerformancePrivate)
-
-typedef struct _WebKitDOMPerformancePrivate {
-#if ENABLE(WEB_TIMING)
-    RefPtr&lt;WebCore::Performance&gt; coreObject;
-#endif // ENABLE(WEB_TIMING)
-} WebKitDOMPerformancePrivate;
-
-#if ENABLE(WEB_TIMING)
-
-namespace WebKit {
-
-WebKitDOMPerformance* kit(WebCore::Performance* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_PERFORMANCE(ret);
-
-    return wrapPerformance(obj);
-}
-
-WebCore::Performance* core(WebKitDOMPerformance* request)
-{
-    return request ? static_cast&lt;WebCore::Performance*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMPerformance* wrapPerformance(WebCore::Performance* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_PERFORMANCE(g_object_new(WEBKIT_DOM_TYPE_PERFORMANCE, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(WEB_TIMING)
-
-static gboolean webkit_dom_performance_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::Performance* coreTarget = static_cast&lt;WebCore::Performance*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(event);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return false;
-#endif // ENABLE(WEB_TIMING)
-}
-
-static gboolean webkit_dom_performance_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::Performance* coreTarget = static_cast&lt;WebCore::Performance*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return false;
-#endif // ENABLE(WEB_TIMING)
-}
-
-static gboolean webkit_dom_performance_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::Performance* coreTarget = static_cast&lt;WebCore::Performance*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return false;
-#endif // ENABLE(WEB_TIMING)
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_performance_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_performance_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_performance_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMPerformance, webkit_dom_performance, WEBKIT_DOM_TYPE_OBJECT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-enum {
-    PROP_0,
-    PROP_NAVIGATION,
-    PROP_TIMING,
-};
-
-static void webkit_dom_performance_finalize(GObject* object)
-{
-    WebKitDOMPerformancePrivate* priv = WEBKIT_DOM_PERFORMANCE_GET_PRIVATE(object);
-#if ENABLE(WEB_TIMING)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(WEB_TIMING)
-    priv-&gt;~WebKitDOMPerformancePrivate();
-    G_OBJECT_CLASS(webkit_dom_performance_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_performance_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMPerformance* self = WEBKIT_DOM_PERFORMANCE(object);
-
-    switch (propertyId) {
-    case PROP_NAVIGATION:
-        g_value_set_object(value, webkit_dom_performance_get_navigation(self));
-        break;
-    case PROP_TIMING:
-        g_value_set_object(value, webkit_dom_performance_get_timing(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_performance_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_performance_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(WEB_TIMING)
-    WebKitDOMPerformancePrivate* priv = WEBKIT_DOM_PERFORMANCE_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::Performance*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(WEB_TIMING)
-    return object;
-}
-
-static void webkit_dom_performance_class_init(WebKitDOMPerformanceClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMPerformancePrivate));
-    gobjectClass-&gt;constructor = webkit_dom_performance_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_performance_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_performance_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_NAVIGATION,
-        g_param_spec_object(
-            &quot;navigation&quot;,
-            &quot;Performance:navigation&quot;,
-            &quot;read-only WebKitDOMPerformanceNavigation* Performance:navigation&quot;,
-            WEBKIT_DOM_TYPE_PERFORMANCE_NAVIGATION,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TIMING,
-        g_param_spec_object(
-            &quot;timing&quot;,
-            &quot;Performance:timing&quot;,
-            &quot;read-only WebKitDOMPerformanceTiming* Performance:timing&quot;,
-            WEBKIT_DOM_TYPE_PERFORMANCE_TIMING,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_performance_init(WebKitDOMPerformance* request)
-{
-    WebKitDOMPerformancePrivate* priv = WEBKIT_DOM_PERFORMANCE_GET_PRIVATE(request);
-    new (priv) WebKitDOMPerformancePrivate();
-}
-
-void webkit_dom_performance_clear_resource_timings(WebKitDOMPerformance* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_PERFORMANCE(self));
-    WebCore::Performance* item = WebKit::core(self);
-    item-&gt;clearResourceTimings();
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-void webkit_dom_performance_set_resource_timing_buffer_size(WebKitDOMPerformance* self, gulong maxSize)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_PERFORMANCE(self));
-    WebCore::Performance* item = WebKit::core(self);
-    item-&gt;setResourceTimingBufferSize(maxSize);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(maxSize);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-void webkit_dom_performance_webkit_mark(WebKitDOMPerformance* self, const gchar* markName, GError** error)
-{
-#if ENABLE(WEB_TIMING) &amp;&amp; ENABLE(USER_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_PERFORMANCE(self));
-    g_return_if_fail(markName);
-    g_return_if_fail(!error || !*error);
-    WebCore::Performance* item = WebKit::core(self);
-    WTF::String convertedMarkName = WTF::String::fromUTF8(markName);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;webkitMark(convertedMarkName, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(markName);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-void webkit_dom_performance_webkit_clear_marks(WebKitDOMPerformance* self, const gchar* markName)
-{
-#if ENABLE(WEB_TIMING) &amp;&amp; ENABLE(USER_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_PERFORMANCE(self));
-    g_return_if_fail(markName);
-    WebCore::Performance* item = WebKit::core(self);
-    WTF::String convertedMarkName = WTF::String::fromUTF8(markName);
-    item-&gt;webkitClearMarks(convertedMarkName);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(markName);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-void webkit_dom_performance_webkit_measure(WebKitDOMPerformance* self, const gchar* measureName, const gchar* startMark, const gchar* endMark, GError** error)
-{
-#if ENABLE(WEB_TIMING) &amp;&amp; ENABLE(USER_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_PERFORMANCE(self));
-    g_return_if_fail(measureName);
-    g_return_if_fail(startMark);
-    g_return_if_fail(endMark);
-    g_return_if_fail(!error || !*error);
-    WebCore::Performance* item = WebKit::core(self);
-    WTF::String convertedMeasureName = WTF::String::fromUTF8(measureName);
-    WTF::String convertedStartMark = WTF::String::fromUTF8(startMark);
-    WTF::String convertedEndMark = WTF::String::fromUTF8(endMark);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;webkitMeasure(convertedMeasureName, convertedStartMark, convertedEndMark, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(measureName);
-    UNUSED_PARAM(startMark);
-    UNUSED_PARAM(endMark);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-void webkit_dom_performance_webkit_clear_measures(WebKitDOMPerformance* self, const gchar* measureName)
-{
-#if ENABLE(WEB_TIMING) &amp;&amp; ENABLE(USER_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_PERFORMANCE(self));
-    g_return_if_fail(measureName);
-    WebCore::Performance* item = WebKit::core(self);
-    WTF::String convertedMeasureName = WTF::String::fromUTF8(measureName);
-    item-&gt;webkitClearMeasures(convertedMeasureName);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(measureName);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-gdouble webkit_dom_performance_now(WebKitDOMPerformance* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE(self), 0);
-    WebCore::Performance* item = WebKit::core(self);
-    gdouble result = item-&gt;now();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-WebKitDOMPerformanceNavigation* webkit_dom_performance_get_navigation(WebKitDOMPerformance* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE(self), 0);
-    WebCore::Performance* item = WebKit::core(self);
-    RefPtr&lt;WebCore::PerformanceNavigation&gt; gobjectResult = WTF::getPtr(item-&gt;navigation());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return 0;
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-WebKitDOMPerformanceTiming* webkit_dom_performance_get_timing(WebKitDOMPerformance* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE(self), 0);
-    WebCore::Performance* item = WebKit::core(self);
-    RefPtr&lt;WebCore::PerformanceTiming&gt; gobjectResult = WTF::getPtr(item-&gt;timing());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return 0;
-#endif /* ENABLE(WEB_TIMING) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformance.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformance.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformance.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,149 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMPerformance_h
-#define WebKitDOMPerformance_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_PERFORMANCE            (webkit_dom_performance_get_type())
-#define WEBKIT_DOM_PERFORMANCE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_PERFORMANCE, WebKitDOMPerformance))
-#define WEBKIT_DOM_PERFORMANCE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_PERFORMANCE, WebKitDOMPerformanceClass)
-#define WEBKIT_DOM_IS_PERFORMANCE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_PERFORMANCE))
-#define WEBKIT_DOM_IS_PERFORMANCE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_PERFORMANCE))
-#define WEBKIT_DOM_PERFORMANCE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_PERFORMANCE, WebKitDOMPerformanceClass))
-
-struct _WebKitDOMPerformance {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMPerformanceClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_performance_get_type(void);
-
-/**
- * webkit_dom_performance_clear_resource_timings:
- * @self: A #WebKitDOMPerformance
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_performance_clear_resource_timings(WebKitDOMPerformance* self);
-
-/**
- * webkit_dom_performance_set_resource_timing_buffer_size:
- * @self: A #WebKitDOMPerformance
- * @maxSize: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_performance_set_resource_timing_buffer_size(WebKitDOMPerformance* self, gulong maxSize);
-
-/**
- * webkit_dom_performance_webkit_mark:
- * @self: A #WebKitDOMPerformance
- * @markName: A #gchar
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_performance_webkit_mark(WebKitDOMPerformance* self, const gchar* markName, GError** error);
-
-/**
- * webkit_dom_performance_webkit_clear_marks:
- * @self: A #WebKitDOMPerformance
- * @markName: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_performance_webkit_clear_marks(WebKitDOMPerformance* self, const gchar* markName);
-
-/**
- * webkit_dom_performance_webkit_measure:
- * @self: A #WebKitDOMPerformance
- * @measureName: A #gchar
- * @startMark: A #gchar
- * @endMark: A #gchar
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_performance_webkit_measure(WebKitDOMPerformance* self, const gchar* measureName, const gchar* startMark, const gchar* endMark, GError** error);
-
-/**
- * webkit_dom_performance_webkit_clear_measures:
- * @self: A #WebKitDOMPerformance
- * @measureName: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_performance_webkit_clear_measures(WebKitDOMPerformance* self, const gchar* measureName);
-
-/**
- * webkit_dom_performance_now:
- * @self: A #WebKitDOMPerformance
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_performance_now(WebKitDOMPerformance* self);
-
-/**
- * webkit_dom_performance_get_navigation:
- * @self: A #WebKitDOMPerformance
- *
- * Returns: (transfer full): A #WebKitDOMPerformanceNavigation
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMPerformanceNavigation*
-webkit_dom_performance_get_navigation(WebKitDOMPerformance* self);
-
-/**
- * webkit_dom_performance_get_timing:
- * @self: A #WebKitDOMPerformance
- *
- * Returns: (transfer full): A #WebKitDOMPerformanceTiming
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMPerformanceTiming*
-webkit_dom_performance_get_timing(WebKitDOMPerformance* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMPerformance_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceEntrycpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntry.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntry.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntry.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,243 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMPerformanceEntry.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMPerformanceEntryPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_PERFORMANCE_ENTRY_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_PERFORMANCE_ENTRY, WebKitDOMPerformanceEntryPrivate)
-
-typedef struct _WebKitDOMPerformanceEntryPrivate {
-#if ENABLE(WEB_TIMING)
-    RefPtr&lt;WebCore::PerformanceEntry&gt; coreObject;
-#endif // ENABLE(WEB_TIMING)
-} WebKitDOMPerformanceEntryPrivate;
-
-#if ENABLE(WEB_TIMING)
-
-namespace WebKit {
-
-WebKitDOMPerformanceEntry* kit(WebCore::PerformanceEntry* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_PERFORMANCE_ENTRY(ret);
-
-    return wrapPerformanceEntry(obj);
-}
-
-WebCore::PerformanceEntry* core(WebKitDOMPerformanceEntry* request)
-{
-    return request ? static_cast&lt;WebCore::PerformanceEntry*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMPerformanceEntry* wrapPerformanceEntry(WebCore::PerformanceEntry* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_PERFORMANCE_ENTRY(g_object_new(WEBKIT_DOM_TYPE_PERFORMANCE_ENTRY, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(WEB_TIMING)
-
-G_DEFINE_TYPE(WebKitDOMPerformanceEntry, webkit_dom_performance_entry, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_NAME,
-    PROP_ENTRY_TYPE,
-    PROP_START_TIME,
-    PROP_DURATION,
-};
-
-static void webkit_dom_performance_entry_finalize(GObject* object)
-{
-    WebKitDOMPerformanceEntryPrivate* priv = WEBKIT_DOM_PERFORMANCE_ENTRY_GET_PRIVATE(object);
-#if ENABLE(WEB_TIMING)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(WEB_TIMING)
-    priv-&gt;~WebKitDOMPerformanceEntryPrivate();
-    G_OBJECT_CLASS(webkit_dom_performance_entry_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_performance_entry_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMPerformanceEntry* self = WEBKIT_DOM_PERFORMANCE_ENTRY(object);
-
-    switch (propertyId) {
-    case PROP_NAME:
-        g_value_take_string(value, webkit_dom_performance_entry_get_name(self));
-        break;
-    case PROP_ENTRY_TYPE:
-        g_value_take_string(value, webkit_dom_performance_entry_get_entry_type(self));
-        break;
-    case PROP_START_TIME:
-        g_value_set_double(value, webkit_dom_performance_entry_get_start_time(self));
-        break;
-    case PROP_DURATION:
-        g_value_set_double(value, webkit_dom_performance_entry_get_duration(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_performance_entry_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_performance_entry_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(WEB_TIMING)
-    WebKitDOMPerformanceEntryPrivate* priv = WEBKIT_DOM_PERFORMANCE_ENTRY_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::PerformanceEntry*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(WEB_TIMING)
-    return object;
-}
-
-static void webkit_dom_performance_entry_class_init(WebKitDOMPerformanceEntryClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMPerformanceEntryPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_performance_entry_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_performance_entry_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_performance_entry_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_NAME,
-        g_param_spec_string(
-            &quot;name&quot;,
-            &quot;PerformanceEntry:name&quot;,
-            &quot;read-only gchar* PerformanceEntry:name&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_ENTRY_TYPE,
-        g_param_spec_string(
-            &quot;entry-type&quot;,
-            &quot;PerformanceEntry:entry-type&quot;,
-            &quot;read-only gchar* PerformanceEntry:entry-type&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_START_TIME,
-        g_param_spec_double(
-            &quot;start-time&quot;,
-            &quot;PerformanceEntry:start-time&quot;,
-            &quot;read-only gdouble PerformanceEntry:start-time&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DURATION,
-        g_param_spec_double(
-            &quot;duration&quot;,
-            &quot;PerformanceEntry:duration&quot;,
-            &quot;read-only gdouble PerformanceEntry:duration&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_performance_entry_init(WebKitDOMPerformanceEntry* request)
-{
-    WebKitDOMPerformanceEntryPrivate* priv = WEBKIT_DOM_PERFORMANCE_ENTRY_GET_PRIVATE(request);
-    new (priv) WebKitDOMPerformanceEntryPrivate();
-}
-
-gchar* webkit_dom_performance_entry_get_name(WebKitDOMPerformanceEntry* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_ENTRY(self), 0);
-    WebCore::PerformanceEntry* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;name());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return 0;
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-gchar* webkit_dom_performance_entry_get_entry_type(WebKitDOMPerformanceEntry* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_ENTRY(self), 0);
-    WebCore::PerformanceEntry* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;entryType());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return 0;
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-gdouble webkit_dom_performance_entry_get_start_time(WebKitDOMPerformanceEntry* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_ENTRY(self), 0);
-    WebCore::PerformanceEntry* item = WebKit::core(self);
-    gdouble result = item-&gt;startTime();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-gdouble webkit_dom_performance_entry_get_duration(WebKitDOMPerformanceEntry* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_ENTRY(self), 0);
-    WebCore::PerformanceEntry* item = WebKit::core(self);
-    gdouble result = item-&gt;duration();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceEntryh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntry.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntry.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntry.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,97 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMPerformanceEntry_h
-#define WebKitDOMPerformanceEntry_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_PERFORMANCE_ENTRY            (webkit_dom_performance_entry_get_type())
-#define WEBKIT_DOM_PERFORMANCE_ENTRY(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_PERFORMANCE_ENTRY, WebKitDOMPerformanceEntry))
-#define WEBKIT_DOM_PERFORMANCE_ENTRY_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_PERFORMANCE_ENTRY, WebKitDOMPerformanceEntryClass)
-#define WEBKIT_DOM_IS_PERFORMANCE_ENTRY(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_PERFORMANCE_ENTRY))
-#define WEBKIT_DOM_IS_PERFORMANCE_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_PERFORMANCE_ENTRY))
-#define WEBKIT_DOM_PERFORMANCE_ENTRY_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_PERFORMANCE_ENTRY, WebKitDOMPerformanceEntryClass))
-
-struct _WebKitDOMPerformanceEntry {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMPerformanceEntryClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_performance_entry_get_type(void);
-
-/**
- * webkit_dom_performance_entry_get_name:
- * @self: A #WebKitDOMPerformanceEntry
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_performance_entry_get_name(WebKitDOMPerformanceEntry* self);
-
-/**
- * webkit_dom_performance_entry_get_entry_type:
- * @self: A #WebKitDOMPerformanceEntry
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_performance_entry_get_entry_type(WebKitDOMPerformanceEntry* self);
-
-/**
- * webkit_dom_performance_entry_get_start_time:
- * @self: A #WebKitDOMPerformanceEntry
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_performance_entry_get_start_time(WebKitDOMPerformanceEntry* self);
-
-/**
- * webkit_dom_performance_entry_get_duration:
- * @self: A #WebKitDOMPerformanceEntry
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_performance_entry_get_duration(WebKitDOMPerformanceEntry* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMPerformanceEntry_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceEntryPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntryPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntryPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceEntryPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMPerformanceEntryPrivate_h
-#define WebKitDOMPerformanceEntryPrivate_h
-
-#include &lt;WebCore/PerformanceEntry.h&gt;
-#include &lt;webkitdom/WebKitDOMPerformanceEntry.h&gt;
-#if ENABLE(WEB_TIMING)
-
-namespace WebKit {
-WebKitDOMPerformanceEntry* wrapPerformanceEntry(WebCore::PerformanceEntry*);
-WebKitDOMPerformanceEntry* kit(WebCore::PerformanceEntry*);
-WebCore::PerformanceEntry* core(WebKitDOMPerformanceEntry*);
-} // namespace WebKit
-
-#endif /* ENABLE(WEB_TIMING) */
-
-#endif /* WebKitDOMPerformanceEntryPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceNavigationcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigation.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigation.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigation.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,185 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMPerformanceNavigation.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMPerformanceNavigationPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_PERFORMANCE_NAVIGATION_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_PERFORMANCE_NAVIGATION, WebKitDOMPerformanceNavigationPrivate)
-
-typedef struct _WebKitDOMPerformanceNavigationPrivate {
-#if ENABLE(WEB_TIMING)
-    RefPtr&lt;WebCore::PerformanceNavigation&gt; coreObject;
-#endif // ENABLE(WEB_TIMING)
-} WebKitDOMPerformanceNavigationPrivate;
-
-#if ENABLE(WEB_TIMING)
-
-namespace WebKit {
-
-WebKitDOMPerformanceNavigation* kit(WebCore::PerformanceNavigation* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_PERFORMANCE_NAVIGATION(ret);
-
-    return wrapPerformanceNavigation(obj);
-}
-
-WebCore::PerformanceNavigation* core(WebKitDOMPerformanceNavigation* request)
-{
-    return request ? static_cast&lt;WebCore::PerformanceNavigation*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMPerformanceNavigation* wrapPerformanceNavigation(WebCore::PerformanceNavigation* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_PERFORMANCE_NAVIGATION(g_object_new(WEBKIT_DOM_TYPE_PERFORMANCE_NAVIGATION, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(WEB_TIMING)
-
-G_DEFINE_TYPE(WebKitDOMPerformanceNavigation, webkit_dom_performance_navigation, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_TYPE,
-    PROP_REDIRECT_COUNT,
-};
-
-static void webkit_dom_performance_navigation_finalize(GObject* object)
-{
-    WebKitDOMPerformanceNavigationPrivate* priv = WEBKIT_DOM_PERFORMANCE_NAVIGATION_GET_PRIVATE(object);
-#if ENABLE(WEB_TIMING)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(WEB_TIMING)
-    priv-&gt;~WebKitDOMPerformanceNavigationPrivate();
-    G_OBJECT_CLASS(webkit_dom_performance_navigation_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_performance_navigation_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMPerformanceNavigation* self = WEBKIT_DOM_PERFORMANCE_NAVIGATION(object);
-
-    switch (propertyId) {
-    case PROP_TYPE:
-        g_value_set_uint(value, webkit_dom_performance_navigation_get_navigation_type(self));
-        break;
-    case PROP_REDIRECT_COUNT:
-        g_value_set_uint(value, webkit_dom_performance_navigation_get_redirect_count(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_performance_navigation_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_performance_navigation_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(WEB_TIMING)
-    WebKitDOMPerformanceNavigationPrivate* priv = WEBKIT_DOM_PERFORMANCE_NAVIGATION_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::PerformanceNavigation*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(WEB_TIMING)
-    return object;
-}
-
-static void webkit_dom_performance_navigation_class_init(WebKitDOMPerformanceNavigationClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMPerformanceNavigationPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_performance_navigation_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_performance_navigation_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_performance_navigation_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TYPE,
-        g_param_spec_uint(
-            &quot;type&quot;,
-            &quot;PerformanceNavigation:type&quot;,
-            &quot;read-only gushort PerformanceNavigation:type&quot;,
-            0, G_MAXUINT, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_REDIRECT_COUNT,
-        g_param_spec_uint(
-            &quot;redirect-count&quot;,
-            &quot;PerformanceNavigation:redirect-count&quot;,
-            &quot;read-only gushort PerformanceNavigation:redirect-count&quot;,
-            0, G_MAXUINT, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_performance_navigation_init(WebKitDOMPerformanceNavigation* request)
-{
-    WebKitDOMPerformanceNavigationPrivate* priv = WEBKIT_DOM_PERFORMANCE_NAVIGATION_GET_PRIVATE(request);
-    new (priv) WebKitDOMPerformanceNavigationPrivate();
-}
-
-gushort webkit_dom_performance_navigation_get_navigation_type(WebKitDOMPerformanceNavigation* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_NAVIGATION(self), 0);
-    WebCore::PerformanceNavigation* item = WebKit::core(self);
-    gushort result = item-&gt;type();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;gushort&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-gushort webkit_dom_performance_navigation_get_redirect_count(WebKitDOMPerformanceNavigation* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_NAVIGATION(self), 0);
-    WebCore::PerformanceNavigation* item = WebKit::core(self);
-    gushort result = item-&gt;redirectCount();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;gushort&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceNavigationh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigation.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigation.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigation.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,95 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMPerformanceNavigation_h
-#define WebKitDOMPerformanceNavigation_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_PERFORMANCE_NAVIGATION            (webkit_dom_performance_navigation_get_type())
-#define WEBKIT_DOM_PERFORMANCE_NAVIGATION(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_PERFORMANCE_NAVIGATION, WebKitDOMPerformanceNavigation))
-#define WEBKIT_DOM_PERFORMANCE_NAVIGATION_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_PERFORMANCE_NAVIGATION, WebKitDOMPerformanceNavigationClass)
-#define WEBKIT_DOM_IS_PERFORMANCE_NAVIGATION(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_PERFORMANCE_NAVIGATION))
-#define WEBKIT_DOM_IS_PERFORMANCE_NAVIGATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_PERFORMANCE_NAVIGATION))
-#define WEBKIT_DOM_PERFORMANCE_NAVIGATION_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_PERFORMANCE_NAVIGATION, WebKitDOMPerformanceNavigationClass))
-
-/**
- * WEBKIT_DOM_PERFORMANCE_NAVIGATION_TYPE_NAVIGATE:
- */
-#define WEBKIT_DOM_PERFORMANCE_NAVIGATION_TYPE_NAVIGATE 0
-
-/**
- * WEBKIT_DOM_PERFORMANCE_NAVIGATION_TYPE_RELOAD:
- */
-#define WEBKIT_DOM_PERFORMANCE_NAVIGATION_TYPE_RELOAD 1
-
-/**
- * WEBKIT_DOM_PERFORMANCE_NAVIGATION_TYPE_BACK_FORWARD:
- */
-#define WEBKIT_DOM_PERFORMANCE_NAVIGATION_TYPE_BACK_FORWARD 2
-
-/**
- * WEBKIT_DOM_PERFORMANCE_NAVIGATION_TYPE_RESERVED:
- */
-#define WEBKIT_DOM_PERFORMANCE_NAVIGATION_TYPE_RESERVED 255
-
-struct _WebKitDOMPerformanceNavigation {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMPerformanceNavigationClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_performance_navigation_get_type(void);
-
-/**
- * webkit_dom_performance_navigation_get_navigation_type:
- * @self: A #WebKitDOMPerformanceNavigation
- *
- * Returns: A #gushort
- *
- * Stability: Unstable
-**/
-WEBKIT_API gushort
-webkit_dom_performance_navigation_get_navigation_type(WebKitDOMPerformanceNavigation* self);
-
-/**
- * webkit_dom_performance_navigation_get_redirect_count:
- * @self: A #WebKitDOMPerformanceNavigation
- *
- * Returns: A #gushort
- *
- * Stability: Unstable
-**/
-WEBKIT_API gushort
-webkit_dom_performance_navigation_get_redirect_count(WebKitDOMPerformanceNavigation* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMPerformanceNavigation_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceNavigationPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigationPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigationPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceNavigationPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMPerformanceNavigationPrivate_h
-#define WebKitDOMPerformanceNavigationPrivate_h
-
-#include &lt;WebCore/PerformanceNavigation.h&gt;
-#include &lt;webkitdom/WebKitDOMPerformanceNavigation.h&gt;
-#if ENABLE(WEB_TIMING)
-
-namespace WebKit {
-WebKitDOMPerformanceNavigation* wrapPerformanceNavigation(WebCore::PerformanceNavigation*);
-WebKitDOMPerformanceNavigation* kit(WebCore::PerformanceNavigation*);
-WebCore::PerformanceNavigation* core(WebKitDOMPerformanceNavigation*);
-} // namespace WebKit
-
-#endif /* ENABLE(WEB_TIMING) */
-
-#endif /* WebKitDOMPerformanceNavigationPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformancePrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformancePrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformancePrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformancePrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMPerformancePrivate_h
-#define WebKitDOMPerformancePrivate_h
-
-#include &lt;WebCore/Performance.h&gt;
-#include &lt;webkitdom/WebKitDOMPerformance.h&gt;
-#if ENABLE(WEB_TIMING)
-
-namespace WebKit {
-WebKitDOMPerformance* wrapPerformance(WebCore::Performance*);
-WebKitDOMPerformance* kit(WebCore::Performance*);
-WebCore::Performance* core(WebKitDOMPerformance*);
-} // namespace WebKit
-
-#endif /* ENABLE(WEB_TIMING) */
-
-#endif /* WebKitDOMPerformancePrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceTimingcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTiming.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTiming.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTiming.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,736 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMPerformanceTiming.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMPerformanceTimingPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_PERFORMANCE_TIMING_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_PERFORMANCE_TIMING, WebKitDOMPerformanceTimingPrivate)
-
-typedef struct _WebKitDOMPerformanceTimingPrivate {
-#if ENABLE(WEB_TIMING)
-    RefPtr&lt;WebCore::PerformanceTiming&gt; coreObject;
-#endif // ENABLE(WEB_TIMING)
-} WebKitDOMPerformanceTimingPrivate;
-
-#if ENABLE(WEB_TIMING)
-
-namespace WebKit {
-
-WebKitDOMPerformanceTiming* kit(WebCore::PerformanceTiming* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_PERFORMANCE_TIMING(ret);
-
-    return wrapPerformanceTiming(obj);
-}
-
-WebCore::PerformanceTiming* core(WebKitDOMPerformanceTiming* request)
-{
-    return request ? static_cast&lt;WebCore::PerformanceTiming*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMPerformanceTiming* wrapPerformanceTiming(WebCore::PerformanceTiming* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_PERFORMANCE_TIMING(g_object_new(WEBKIT_DOM_TYPE_PERFORMANCE_TIMING, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(WEB_TIMING)
-
-G_DEFINE_TYPE(WebKitDOMPerformanceTiming, webkit_dom_performance_timing, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_NAVIGATION_START,
-    PROP_UNLOAD_EVENT_START,
-    PROP_UNLOAD_EVENT_END,
-    PROP_REDIRECT_START,
-    PROP_REDIRECT_END,
-    PROP_FETCH_START,
-    PROP_DOMAIN_LOOKUP_START,
-    PROP_DOMAIN_LOOKUP_END,
-    PROP_CONNECT_START,
-    PROP_CONNECT_END,
-    PROP_SECURE_CONNECTION_START,
-    PROP_REQUEST_START,
-    PROP_RESPONSE_START,
-    PROP_RESPONSE_END,
-    PROP_DOM_LOADING,
-    PROP_DOM_INTERACTIVE,
-    PROP_DOM_CONTENT_LOADED_EVENT_START,
-    PROP_DOM_CONTENT_LOADED_EVENT_END,
-    PROP_DOM_COMPLETE,
-    PROP_LOAD_EVENT_START,
-    PROP_LOAD_EVENT_END,
-};
-
-static void webkit_dom_performance_timing_finalize(GObject* object)
-{
-    WebKitDOMPerformanceTimingPrivate* priv = WEBKIT_DOM_PERFORMANCE_TIMING_GET_PRIVATE(object);
-#if ENABLE(WEB_TIMING)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(WEB_TIMING)
-    priv-&gt;~WebKitDOMPerformanceTimingPrivate();
-    G_OBJECT_CLASS(webkit_dom_performance_timing_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_performance_timing_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMPerformanceTiming* self = WEBKIT_DOM_PERFORMANCE_TIMING(object);
-
-    switch (propertyId) {
-    case PROP_NAVIGATION_START:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_navigation_start(self));
-        break;
-    case PROP_UNLOAD_EVENT_START:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_unload_event_start(self));
-        break;
-    case PROP_UNLOAD_EVENT_END:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_unload_event_end(self));
-        break;
-    case PROP_REDIRECT_START:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_redirect_start(self));
-        break;
-    case PROP_REDIRECT_END:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_redirect_end(self));
-        break;
-    case PROP_FETCH_START:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_fetch_start(self));
-        break;
-    case PROP_DOMAIN_LOOKUP_START:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_domain_lookup_start(self));
-        break;
-    case PROP_DOMAIN_LOOKUP_END:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_domain_lookup_end(self));
-        break;
-    case PROP_CONNECT_START:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_connect_start(self));
-        break;
-    case PROP_CONNECT_END:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_connect_end(self));
-        break;
-    case PROP_SECURE_CONNECTION_START:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_secure_connection_start(self));
-        break;
-    case PROP_REQUEST_START:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_request_start(self));
-        break;
-    case PROP_RESPONSE_START:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_response_start(self));
-        break;
-    case PROP_RESPONSE_END:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_response_end(self));
-        break;
-    case PROP_DOM_LOADING:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_dom_loading(self));
-        break;
-    case PROP_DOM_INTERACTIVE:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_dom_interactive(self));
-        break;
-    case PROP_DOM_CONTENT_LOADED_EVENT_START:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_dom_content_loaded_event_start(self));
-        break;
-    case PROP_DOM_CONTENT_LOADED_EVENT_END:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_dom_content_loaded_event_end(self));
-        break;
-    case PROP_DOM_COMPLETE:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_dom_complete(self));
-        break;
-    case PROP_LOAD_EVENT_START:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_load_event_start(self));
-        break;
-    case PROP_LOAD_EVENT_END:
-        g_value_set_uint64(value, webkit_dom_performance_timing_get_load_event_end(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_performance_timing_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_performance_timing_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(WEB_TIMING)
-    WebKitDOMPerformanceTimingPrivate* priv = WEBKIT_DOM_PERFORMANCE_TIMING_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::PerformanceTiming*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(WEB_TIMING)
-    return object;
-}
-
-static void webkit_dom_performance_timing_class_init(WebKitDOMPerformanceTimingClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMPerformanceTimingPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_performance_timing_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_performance_timing_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_performance_timing_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_NAVIGATION_START,
-        g_param_spec_uint64(
-            &quot;navigation-start&quot;,
-            &quot;PerformanceTiming:navigation-start&quot;,
-            &quot;read-only guint64 PerformanceTiming:navigation-start&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_UNLOAD_EVENT_START,
-        g_param_spec_uint64(
-            &quot;unload-event-start&quot;,
-            &quot;PerformanceTiming:unload-event-start&quot;,
-            &quot;read-only guint64 PerformanceTiming:unload-event-start&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_UNLOAD_EVENT_END,
-        g_param_spec_uint64(
-            &quot;unload-event-end&quot;,
-            &quot;PerformanceTiming:unload-event-end&quot;,
-            &quot;read-only guint64 PerformanceTiming:unload-event-end&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_REDIRECT_START,
-        g_param_spec_uint64(
-            &quot;redirect-start&quot;,
-            &quot;PerformanceTiming:redirect-start&quot;,
-            &quot;read-only guint64 PerformanceTiming:redirect-start&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_REDIRECT_END,
-        g_param_spec_uint64(
-            &quot;redirect-end&quot;,
-            &quot;PerformanceTiming:redirect-end&quot;,
-            &quot;read-only guint64 PerformanceTiming:redirect-end&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_FETCH_START,
-        g_param_spec_uint64(
-            &quot;fetch-start&quot;,
-            &quot;PerformanceTiming:fetch-start&quot;,
-            &quot;read-only guint64 PerformanceTiming:fetch-start&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DOMAIN_LOOKUP_START,
-        g_param_spec_uint64(
-            &quot;domain-lookup-start&quot;,
-            &quot;PerformanceTiming:domain-lookup-start&quot;,
-            &quot;read-only guint64 PerformanceTiming:domain-lookup-start&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DOMAIN_LOOKUP_END,
-        g_param_spec_uint64(
-            &quot;domain-lookup-end&quot;,
-            &quot;PerformanceTiming:domain-lookup-end&quot;,
-            &quot;read-only guint64 PerformanceTiming:domain-lookup-end&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CONNECT_START,
-        g_param_spec_uint64(
-            &quot;connect-start&quot;,
-            &quot;PerformanceTiming:connect-start&quot;,
-            &quot;read-only guint64 PerformanceTiming:connect-start&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CONNECT_END,
-        g_param_spec_uint64(
-            &quot;connect-end&quot;,
-            &quot;PerformanceTiming:connect-end&quot;,
-            &quot;read-only guint64 PerformanceTiming:connect-end&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SECURE_CONNECTION_START,
-        g_param_spec_uint64(
-            &quot;secure-connection-start&quot;,
-            &quot;PerformanceTiming:secure-connection-start&quot;,
-            &quot;read-only guint64 PerformanceTiming:secure-connection-start&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_REQUEST_START,
-        g_param_spec_uint64(
-            &quot;request-start&quot;,
-            &quot;PerformanceTiming:request-start&quot;,
-            &quot;read-only guint64 PerformanceTiming:request-start&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_RESPONSE_START,
-        g_param_spec_uint64(
-            &quot;response-start&quot;,
-            &quot;PerformanceTiming:response-start&quot;,
-            &quot;read-only guint64 PerformanceTiming:response-start&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_RESPONSE_END,
-        g_param_spec_uint64(
-            &quot;response-end&quot;,
-            &quot;PerformanceTiming:response-end&quot;,
-            &quot;read-only guint64 PerformanceTiming:response-end&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DOM_LOADING,
-        g_param_spec_uint64(
-            &quot;dom-loading&quot;,
-            &quot;PerformanceTiming:dom-loading&quot;,
-            &quot;read-only guint64 PerformanceTiming:dom-loading&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DOM_INTERACTIVE,
-        g_param_spec_uint64(
-            &quot;dom-interactive&quot;,
-            &quot;PerformanceTiming:dom-interactive&quot;,
-            &quot;read-only guint64 PerformanceTiming:dom-interactive&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DOM_CONTENT_LOADED_EVENT_START,
-        g_param_spec_uint64(
-            &quot;dom-content-loaded-event-start&quot;,
-            &quot;PerformanceTiming:dom-content-loaded-event-start&quot;,
-            &quot;read-only guint64 PerformanceTiming:dom-content-loaded-event-start&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DOM_CONTENT_LOADED_EVENT_END,
-        g_param_spec_uint64(
-            &quot;dom-content-loaded-event-end&quot;,
-            &quot;PerformanceTiming:dom-content-loaded-event-end&quot;,
-            &quot;read-only guint64 PerformanceTiming:dom-content-loaded-event-end&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DOM_COMPLETE,
-        g_param_spec_uint64(
-            &quot;dom-complete&quot;,
-            &quot;PerformanceTiming:dom-complete&quot;,
-            &quot;read-only guint64 PerformanceTiming:dom-complete&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LOAD_EVENT_START,
-        g_param_spec_uint64(
-            &quot;load-event-start&quot;,
-            &quot;PerformanceTiming:load-event-start&quot;,
-            &quot;read-only guint64 PerformanceTiming:load-event-start&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LOAD_EVENT_END,
-        g_param_spec_uint64(
-            &quot;load-event-end&quot;,
-            &quot;PerformanceTiming:load-event-end&quot;,
-            &quot;read-only guint64 PerformanceTiming:load-event-end&quot;,
-            0, G_MAXUINT64, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_performance_timing_init(WebKitDOMPerformanceTiming* request)
-{
-    WebKitDOMPerformanceTimingPrivate* priv = WEBKIT_DOM_PERFORMANCE_TIMING_GET_PRIVATE(request);
-    new (priv) WebKitDOMPerformanceTimingPrivate();
-}
-
-guint64 webkit_dom_performance_timing_get_navigation_start(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;navigationStart();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_unload_event_start(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;unloadEventStart();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_unload_event_end(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;unloadEventEnd();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_redirect_start(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;redirectStart();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_redirect_end(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;redirectEnd();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_fetch_start(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;fetchStart();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_domain_lookup_start(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;domainLookupStart();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_domain_lookup_end(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;domainLookupEnd();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_connect_start(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;connectStart();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_connect_end(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;connectEnd();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_secure_connection_start(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;secureConnectionStart();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_request_start(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;requestStart();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_response_start(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;responseStart();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_response_end(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;responseEnd();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_dom_loading(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;domLoading();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_dom_interactive(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;domInteractive();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_dom_content_loaded_event_start(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;domContentLoadedEventStart();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_dom_content_loaded_event_end(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;domContentLoadedEventEnd();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_dom_complete(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;domComplete();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_load_event_start(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;loadEventStart();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
-guint64 webkit_dom_performance_timing_get_load_event_end(WebKitDOMPerformanceTiming* self)
-{
-#if ENABLE(WEB_TIMING)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_PERFORMANCE_TIMING(self), 0);
-    WebCore::PerformanceTiming* item = WebKit::core(self);
-    guint64 result = item-&gt;loadEventEnd();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Timing&quot;)
-    return static_cast&lt;guint64&gt;(0);
-#endif /* ENABLE(WEB_TIMING) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceTimingh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTiming.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTiming.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTiming.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,284 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMPerformanceTiming_h
-#define WebKitDOMPerformanceTiming_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_PERFORMANCE_TIMING            (webkit_dom_performance_timing_get_type())
-#define WEBKIT_DOM_PERFORMANCE_TIMING(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_PERFORMANCE_TIMING, WebKitDOMPerformanceTiming))
-#define WEBKIT_DOM_PERFORMANCE_TIMING_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_PERFORMANCE_TIMING, WebKitDOMPerformanceTimingClass)
-#define WEBKIT_DOM_IS_PERFORMANCE_TIMING(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_PERFORMANCE_TIMING))
-#define WEBKIT_DOM_IS_PERFORMANCE_TIMING_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_PERFORMANCE_TIMING))
-#define WEBKIT_DOM_PERFORMANCE_TIMING_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_PERFORMANCE_TIMING, WebKitDOMPerformanceTimingClass))
-
-struct _WebKitDOMPerformanceTiming {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMPerformanceTimingClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_performance_timing_get_type(void);
-
-/**
- * webkit_dom_performance_timing_get_navigation_start:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_navigation_start(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_unload_event_start:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_unload_event_start(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_unload_event_end:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_unload_event_end(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_redirect_start:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_redirect_start(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_redirect_end:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_redirect_end(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_fetch_start:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_fetch_start(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_domain_lookup_start:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_domain_lookup_start(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_domain_lookup_end:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_domain_lookup_end(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_connect_start:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_connect_start(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_connect_end:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_connect_end(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_secure_connection_start:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_secure_connection_start(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_request_start:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_request_start(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_response_start:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_response_start(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_response_end:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_response_end(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_dom_loading:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_dom_loading(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_dom_interactive:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_dom_interactive(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_dom_content_loaded_event_start:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_dom_content_loaded_event_start(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_dom_content_loaded_event_end:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_dom_content_loaded_event_end(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_dom_complete:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_dom_complete(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_load_event_start:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_load_event_start(WebKitDOMPerformanceTiming* self);
-
-/**
- * webkit_dom_performance_timing_get_load_event_end:
- * @self: A #WebKitDOMPerformanceTiming
- *
- * Returns: A #guint64
- *
- * Stability: Unstable
-**/
-WEBKIT_API guint64
-webkit_dom_performance_timing_get_load_event_end(WebKitDOMPerformanceTiming* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMPerformanceTiming_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPerformanceTimingPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTimingPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTimingPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPerformanceTimingPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMPerformanceTimingPrivate_h
-#define WebKitDOMPerformanceTimingPrivate_h
-
-#include &lt;WebCore/PerformanceTiming.h&gt;
-#include &lt;webkitdom/WebKitDOMPerformanceTiming.h&gt;
-#if ENABLE(WEB_TIMING)
-
-namespace WebKit {
-WebKitDOMPerformanceTiming* wrapPerformanceTiming(WebCore::PerformanceTiming*);
-WebKitDOMPerformanceTiming* kit(WebCore::PerformanceTiming*);
-WebCore::PerformanceTiming* core(WebKitDOMPerformanceTiming*);
-} // namespace WebKit
-
-#endif /* ENABLE(WEB_TIMING) */
-
-#endif /* WebKitDOMPerformanceTimingPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPrivatecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivate.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivate.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivate.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -62,14 +62,6 @@
</span><span class="cx"> #include &quot;WebKitDOMUIEventPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMWheelEventPrivate.h&quot;
</span><span class="cx"> 
</span><del>-#if ENABLE(VIDEO_TRACK)
-#include &lt;WebCore/DataCue.h&gt;
-#include &lt;WebCore/VTTCue.h&gt;
-#include &quot;WebKitDOMDataCuePrivate.h&quot;
-#include &quot;WebKitDOMTextTrackCuePrivate.h&quot;
-#include &quot;WebKitDOMVTTCuePrivate.h&quot;
-#endif
-
</del><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span><span class="cx"> using namespace WebCore;
</span><span class="lines">@@ -168,20 +160,4 @@
</span><span class="cx">     return wrapBlob(blob);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-#if ENABLE(VIDEO_TRACK)
-WebKitDOMTextTrackCue* wrap(TextTrackCue* cue)
-{
-    ASSERT(cue);
-
-    switch (cue-&gt;cueType()) {
-    case TextTrackCue::Data:
-        return WEBKIT_DOM_TEXT_TRACK_CUE(wrapDataCue(static_cast&lt;DataCue*&gt;(cue)));
-    case TextTrackCue::WebVTT:
-    case TextTrackCue::Generic:
-        return WEBKIT_DOM_TEXT_TRACK_CUE(wrapVTTCue(static_cast&lt;VTTCue*&gt;(cue)));
-    }
-    return wrapTextTrackCue(cue);
-}
-#endif
-
</del><span class="cx"> } // namespace WebKit
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMPrivateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx"> #ifndef WebKitDOMPrivate_h
</span><span class="cx"> #define WebKitDOMPrivate_h
</span><span class="cx"> 
</span><del>-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
</del><ins>+#include &lt;webkitdom/webkitdomdefines.h&gt;
</ins><span class="cx"> 
</span><span class="cx"> #define WEBKIT_PARAM_READABLE ((GParamFlags)(G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB))
</span><span class="cx"> #define WEBKIT_PARAM_READWRITE ((GParamFlags)(G_PARAM_READWRITE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB))
</span><span class="lines">@@ -37,7 +37,6 @@
</span><span class="cx"> class HTMLCollection;
</span><span class="cx"> class EventTarget;
</span><span class="cx"> class Blob;
</span><del>-class TextTrackCue;
</del><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="lines">@@ -47,9 +46,6 @@
</span><span class="cx"> WebKitDOMHTMLCollection* wrap(WebCore::HTMLCollection*);
</span><span class="cx"> WebKitDOMEventTarget* wrap(WebCore::EventTarget*);
</span><span class="cx"> WebKitDOMBlob* wrap(WebCore::Blob*);
</span><del>-#if ENABLE(VIDEO_TRACK)
-WebKitDOMTextTrackCue* wrap(WebCore::TextTrackCue*);
-#endif
</del><span class="cx"> } // namespace WebKit
</span><span class="cx"> 
</span><span class="cx"> #endif // WebKitDOMPrivate_h
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMScreencpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreen.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreen.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreen.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,305 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMScreen.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMScreenPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_SCREEN_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_SCREEN, WebKitDOMScreenPrivate)
-
-typedef struct _WebKitDOMScreenPrivate {
-    RefPtr&lt;WebCore::Screen&gt; coreObject;
-} WebKitDOMScreenPrivate;
-
-namespace WebKit {
-
-WebKitDOMScreen* kit(WebCore::Screen* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_SCREEN(ret);
-
-    return wrapScreen(obj);
-}
-
-WebCore::Screen* core(WebKitDOMScreen* request)
-{
-    return request ? static_cast&lt;WebCore::Screen*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMScreen* wrapScreen(WebCore::Screen* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_SCREEN(g_object_new(WEBKIT_DOM_TYPE_SCREEN, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMScreen, webkit_dom_screen, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_HEIGHT,
-    PROP_WIDTH,
-    PROP_COLOR_DEPTH,
-    PROP_PIXEL_DEPTH,
-    PROP_AVAIL_LEFT,
-    PROP_AVAIL_TOP,
-    PROP_AVAIL_HEIGHT,
-    PROP_AVAIL_WIDTH,
-};
-
-static void webkit_dom_screen_finalize(GObject* object)
-{
-    WebKitDOMScreenPrivate* priv = WEBKIT_DOM_SCREEN_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMScreenPrivate();
-    G_OBJECT_CLASS(webkit_dom_screen_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_screen_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMScreen* self = WEBKIT_DOM_SCREEN(object);
-
-    switch (propertyId) {
-    case PROP_HEIGHT:
-        g_value_set_ulong(value, webkit_dom_screen_get_height(self));
-        break;
-    case PROP_WIDTH:
-        g_value_set_ulong(value, webkit_dom_screen_get_width(self));
-        break;
-    case PROP_COLOR_DEPTH:
-        g_value_set_ulong(value, webkit_dom_screen_get_color_depth(self));
-        break;
-    case PROP_PIXEL_DEPTH:
-        g_value_set_ulong(value, webkit_dom_screen_get_pixel_depth(self));
-        break;
-    case PROP_AVAIL_LEFT:
-        g_value_set_long(value, webkit_dom_screen_get_avail_left(self));
-        break;
-    case PROP_AVAIL_TOP:
-        g_value_set_long(value, webkit_dom_screen_get_avail_top(self));
-        break;
-    case PROP_AVAIL_HEIGHT:
-        g_value_set_ulong(value, webkit_dom_screen_get_avail_height(self));
-        break;
-    case PROP_AVAIL_WIDTH:
-        g_value_set_ulong(value, webkit_dom_screen_get_avail_width(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_screen_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_screen_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMScreenPrivate* priv = WEBKIT_DOM_SCREEN_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::Screen*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_screen_class_init(WebKitDOMScreenClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMScreenPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_screen_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_screen_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_screen_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_HEIGHT,
-        g_param_spec_ulong(
-            &quot;height&quot;,
-            &quot;Screen:height&quot;,
-            &quot;read-only gulong Screen:height&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WIDTH,
-        g_param_spec_ulong(
-            &quot;width&quot;,
-            &quot;Screen:width&quot;,
-            &quot;read-only gulong Screen:width&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_COLOR_DEPTH,
-        g_param_spec_ulong(
-            &quot;color-depth&quot;,
-            &quot;Screen:color-depth&quot;,
-            &quot;read-only gulong Screen:color-depth&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PIXEL_DEPTH,
-        g_param_spec_ulong(
-            &quot;pixel-depth&quot;,
-            &quot;Screen:pixel-depth&quot;,
-            &quot;read-only gulong Screen:pixel-depth&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_AVAIL_LEFT,
-        g_param_spec_long(
-            &quot;avail-left&quot;,
-            &quot;Screen:avail-left&quot;,
-            &quot;read-only glong Screen:avail-left&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_AVAIL_TOP,
-        g_param_spec_long(
-            &quot;avail-top&quot;,
-            &quot;Screen:avail-top&quot;,
-            &quot;read-only glong Screen:avail-top&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_AVAIL_HEIGHT,
-        g_param_spec_ulong(
-            &quot;avail-height&quot;,
-            &quot;Screen:avail-height&quot;,
-            &quot;read-only gulong Screen:avail-height&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_AVAIL_WIDTH,
-        g_param_spec_ulong(
-            &quot;avail-width&quot;,
-            &quot;Screen:avail-width&quot;,
-            &quot;read-only gulong Screen:avail-width&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_screen_init(WebKitDOMScreen* request)
-{
-    WebKitDOMScreenPrivate* priv = WEBKIT_DOM_SCREEN_GET_PRIVATE(request);
-    new (priv) WebKitDOMScreenPrivate();
-}
-
-gulong webkit_dom_screen_get_height(WebKitDOMScreen* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SCREEN(self), 0);
-    WebCore::Screen* item = WebKit::core(self);
-    gulong result = item-&gt;height();
-    return result;
-}
-
-gulong webkit_dom_screen_get_width(WebKitDOMScreen* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SCREEN(self), 0);
-    WebCore::Screen* item = WebKit::core(self);
-    gulong result = item-&gt;width();
-    return result;
-}
-
-gulong webkit_dom_screen_get_color_depth(WebKitDOMScreen* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SCREEN(self), 0);
-    WebCore::Screen* item = WebKit::core(self);
-    gulong result = item-&gt;colorDepth();
-    return result;
-}
-
-gulong webkit_dom_screen_get_pixel_depth(WebKitDOMScreen* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SCREEN(self), 0);
-    WebCore::Screen* item = WebKit::core(self);
-    gulong result = item-&gt;pixelDepth();
-    return result;
-}
-
-glong webkit_dom_screen_get_avail_left(WebKitDOMScreen* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SCREEN(self), 0);
-    WebCore::Screen* item = WebKit::core(self);
-    glong result = item-&gt;availLeft();
-    return result;
-}
-
-glong webkit_dom_screen_get_avail_top(WebKitDOMScreen* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SCREEN(self), 0);
-    WebCore::Screen* item = WebKit::core(self);
-    glong result = item-&gt;availTop();
-    return result;
-}
-
-gulong webkit_dom_screen_get_avail_height(WebKitDOMScreen* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SCREEN(self), 0);
-    WebCore::Screen* item = WebKit::core(self);
-    gulong result = item-&gt;availHeight();
-    return result;
-}
-
-gulong webkit_dom_screen_get_avail_width(WebKitDOMScreen* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SCREEN(self), 0);
-    WebCore::Screen* item = WebKit::core(self);
-    gulong result = item-&gt;availWidth();
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMScreenh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreen.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreen.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreen.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,141 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMScreen_h
-#define WebKitDOMScreen_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_SCREEN            (webkit_dom_screen_get_type())
-#define WEBKIT_DOM_SCREEN(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_SCREEN, WebKitDOMScreen))
-#define WEBKIT_DOM_SCREEN_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_SCREEN, WebKitDOMScreenClass)
-#define WEBKIT_DOM_IS_SCREEN(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_SCREEN))
-#define WEBKIT_DOM_IS_SCREEN_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_SCREEN))
-#define WEBKIT_DOM_SCREEN_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_SCREEN, WebKitDOMScreenClass))
-
-struct _WebKitDOMScreen {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMScreenClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_screen_get_type(void);
-
-/**
- * webkit_dom_screen_get_height:
- * @self: A #WebKitDOMScreen
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_screen_get_height(WebKitDOMScreen* self);
-
-/**
- * webkit_dom_screen_get_width:
- * @self: A #WebKitDOMScreen
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_screen_get_width(WebKitDOMScreen* self);
-
-/**
- * webkit_dom_screen_get_color_depth:
- * @self: A #WebKitDOMScreen
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_screen_get_color_depth(WebKitDOMScreen* self);
-
-/**
- * webkit_dom_screen_get_pixel_depth:
- * @self: A #WebKitDOMScreen
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_screen_get_pixel_depth(WebKitDOMScreen* self);
-
-/**
- * webkit_dom_screen_get_avail_left:
- * @self: A #WebKitDOMScreen
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_screen_get_avail_left(WebKitDOMScreen* self);
-
-/**
- * webkit_dom_screen_get_avail_top:
- * @self: A #WebKitDOMScreen
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_screen_get_avail_top(WebKitDOMScreen* self);
-
-/**
- * webkit_dom_screen_get_avail_height:
- * @self: A #WebKitDOMScreen
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_screen_get_avail_height(WebKitDOMScreen* self);
-
-/**
- * webkit_dom_screen_get_avail_width:
- * @self: A #WebKitDOMScreen
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_screen_get_avail_width(WebKitDOMScreen* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMScreen_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMScreenPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreenPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreenPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMScreenPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMScreenPrivate_h
-#define WebKitDOMScreenPrivate_h
-
-#include &lt;WebCore/Screen.h&gt;
-#include &lt;webkitdom/WebKitDOMScreen.h&gt;
-
-namespace WebKit {
-WebKitDOMScreen* wrapScreen(WebCore::Screen*);
-WebKitDOMScreen* kit(WebCore::Screen*);
-WebCore::Screen* core(WebKitDOMScreen*);
-} // namespace WebKit
-
-#endif /* WebKitDOMScreenPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesiscpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesis.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesis.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesis.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,270 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMSpeechSynthesis.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMSpeechSynthesisPrivate.h&quot;
-#include &quot;WebKitDOMSpeechSynthesisUtterancePrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_SPEECH_SYNTHESIS_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS, WebKitDOMSpeechSynthesisPrivate)
-
-typedef struct _WebKitDOMSpeechSynthesisPrivate {
-#if ENABLE(SPEECH_SYNTHESIS)
-    RefPtr&lt;WebCore::SpeechSynthesis&gt; coreObject;
-#endif // ENABLE(SPEECH_SYNTHESIS)
-} WebKitDOMSpeechSynthesisPrivate;
-
-#if ENABLE(SPEECH_SYNTHESIS)
-
-namespace WebKit {
-
-WebKitDOMSpeechSynthesis* kit(WebCore::SpeechSynthesis* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_SPEECH_SYNTHESIS(ret);
-
-    return wrapSpeechSynthesis(obj);
-}
-
-WebCore::SpeechSynthesis* core(WebKitDOMSpeechSynthesis* request)
-{
-    return request ? static_cast&lt;WebCore::SpeechSynthesis*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMSpeechSynthesis* wrapSpeechSynthesis(WebCore::SpeechSynthesis* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_SPEECH_SYNTHESIS(g_object_new(WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(SPEECH_SYNTHESIS)
-
-G_DEFINE_TYPE(WebKitDOMSpeechSynthesis, webkit_dom_speech_synthesis, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_PENDING,
-    PROP_SPEAKING,
-    PROP_PAUSED,
-};
-
-static void webkit_dom_speech_synthesis_finalize(GObject* object)
-{
-    WebKitDOMSpeechSynthesisPrivate* priv = WEBKIT_DOM_SPEECH_SYNTHESIS_GET_PRIVATE(object);
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(SPEECH_SYNTHESIS)
-    priv-&gt;~WebKitDOMSpeechSynthesisPrivate();
-    G_OBJECT_CLASS(webkit_dom_speech_synthesis_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_speech_synthesis_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMSpeechSynthesis* self = WEBKIT_DOM_SPEECH_SYNTHESIS(object);
-
-    switch (propertyId) {
-    case PROP_PENDING:
-        g_value_set_boolean(value, webkit_dom_speech_synthesis_get_pending(self));
-        break;
-    case PROP_SPEAKING:
-        g_value_set_boolean(value, webkit_dom_speech_synthesis_get_speaking(self));
-        break;
-    case PROP_PAUSED:
-        g_value_set_boolean(value, webkit_dom_speech_synthesis_get_paused(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_speech_synthesis_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_speech_synthesis_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebKitDOMSpeechSynthesisPrivate* priv = WEBKIT_DOM_SPEECH_SYNTHESIS_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::SpeechSynthesis*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(SPEECH_SYNTHESIS)
-    return object;
-}
-
-static void webkit_dom_speech_synthesis_class_init(WebKitDOMSpeechSynthesisClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMSpeechSynthesisPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_speech_synthesis_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_speech_synthesis_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_speech_synthesis_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PENDING,
-        g_param_spec_boolean(
-            &quot;pending&quot;,
-            &quot;SpeechSynthesis:pending&quot;,
-            &quot;read-only gboolean SpeechSynthesis:pending&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SPEAKING,
-        g_param_spec_boolean(
-            &quot;speaking&quot;,
-            &quot;SpeechSynthesis:speaking&quot;,
-            &quot;read-only gboolean SpeechSynthesis:speaking&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PAUSED,
-        g_param_spec_boolean(
-            &quot;paused&quot;,
-            &quot;SpeechSynthesis:paused&quot;,
-            &quot;read-only gboolean SpeechSynthesis:paused&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_speech_synthesis_init(WebKitDOMSpeechSynthesis* request)
-{
-    WebKitDOMSpeechSynthesisPrivate* priv = WEBKIT_DOM_SPEECH_SYNTHESIS_GET_PRIVATE(request);
-    new (priv) WebKitDOMSpeechSynthesisPrivate();
-}
-
-void webkit_dom_speech_synthesis_speak(WebKitDOMSpeechSynthesis* self, WebKitDOMSpeechSynthesisUtterance* utterance)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS(self));
-    g_return_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_UTTERANCE(utterance));
-    WebCore::SpeechSynthesis* item = WebKit::core(self);
-    WebCore::SpeechSynthesisUtterance* convertedUtterance = WebKit::core(utterance);
-    item-&gt;speak(*convertedUtterance);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(utterance);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-void webkit_dom_speech_synthesis_cancel(WebKitDOMSpeechSynthesis* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS(self));
-    WebCore::SpeechSynthesis* item = WebKit::core(self);
-    item-&gt;cancel();
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-void webkit_dom_speech_synthesis_pause(WebKitDOMSpeechSynthesis* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS(self));
-    WebCore::SpeechSynthesis* item = WebKit::core(self);
-    item-&gt;pause();
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-void webkit_dom_speech_synthesis_resume(WebKitDOMSpeechSynthesis* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS(self));
-    WebCore::SpeechSynthesis* item = WebKit::core(self);
-    item-&gt;resume();
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-gboolean webkit_dom_speech_synthesis_get_pending(WebKitDOMSpeechSynthesis* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS(self), FALSE);
-    WebCore::SpeechSynthesis* item = WebKit::core(self);
-    gboolean result = item-&gt;pending();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-gboolean webkit_dom_speech_synthesis_get_speaking(WebKitDOMSpeechSynthesis* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS(self), FALSE);
-    WebCore::SpeechSynthesis* item = WebKit::core(self);
-    gboolean result = item-&gt;speaking();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-gboolean webkit_dom_speech_synthesis_get_paused(WebKitDOMSpeechSynthesis* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS(self), FALSE);
-    WebCore::SpeechSynthesis* item = WebKit::core(self);
-    gboolean result = item-&gt;paused();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesish"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesis.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesis.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesis.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,123 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMSpeechSynthesis_h
-#define WebKitDOMSpeechSynthesis_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS            (webkit_dom_speech_synthesis_get_type())
-#define WEBKIT_DOM_SPEECH_SYNTHESIS(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS, WebKitDOMSpeechSynthesis))
-#define WEBKIT_DOM_SPEECH_SYNTHESIS_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS, WebKitDOMSpeechSynthesisClass)
-#define WEBKIT_DOM_IS_SPEECH_SYNTHESIS(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS))
-#define WEBKIT_DOM_IS_SPEECH_SYNTHESIS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS))
-#define WEBKIT_DOM_SPEECH_SYNTHESIS_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS, WebKitDOMSpeechSynthesisClass))
-
-struct _WebKitDOMSpeechSynthesis {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMSpeechSynthesisClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_speech_synthesis_get_type(void);
-
-/**
- * webkit_dom_speech_synthesis_speak:
- * @self: A #WebKitDOMSpeechSynthesis
- * @utterance: A #WebKitDOMSpeechSynthesisUtterance
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_speech_synthesis_speak(WebKitDOMSpeechSynthesis* self, WebKitDOMSpeechSynthesisUtterance* utterance);
-
-/**
- * webkit_dom_speech_synthesis_cancel:
- * @self: A #WebKitDOMSpeechSynthesis
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_speech_synthesis_cancel(WebKitDOMSpeechSynthesis* self);
-
-/**
- * webkit_dom_speech_synthesis_pause:
- * @self: A #WebKitDOMSpeechSynthesis
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_speech_synthesis_pause(WebKitDOMSpeechSynthesis* self);
-
-/**
- * webkit_dom_speech_synthesis_resume:
- * @self: A #WebKitDOMSpeechSynthesis
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_speech_synthesis_resume(WebKitDOMSpeechSynthesis* self);
-
-/**
- * webkit_dom_speech_synthesis_get_pending:
- * @self: A #WebKitDOMSpeechSynthesis
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_speech_synthesis_get_pending(WebKitDOMSpeechSynthesis* self);
-
-/**
- * webkit_dom_speech_synthesis_get_speaking:
- * @self: A #WebKitDOMSpeechSynthesis
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_speech_synthesis_get_speaking(WebKitDOMSpeechSynthesis* self);
-
-/**
- * webkit_dom_speech_synthesis_get_paused:
- * @self: A #WebKitDOMSpeechSynthesis
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_speech_synthesis_get_paused(WebKitDOMSpeechSynthesis* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMSpeechSynthesis_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisEventcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEvent.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEvent.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEvent.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,176 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMSpeechSynthesisEvent.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMSpeechSynthesisEventPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#if ENABLE(SPEECH_SYNTHESIS)
-
-namespace WebKit {
-
-WebKitDOMSpeechSynthesisEvent* kit(WebCore::SpeechSynthesisEvent* obj)
-{
-    return WEBKIT_DOM_SPEECH_SYNTHESIS_EVENT(kit(static_cast&lt;WebCore::Event*&gt;(obj)));
-}
-
-WebCore::SpeechSynthesisEvent* core(WebKitDOMSpeechSynthesisEvent* request)
-{
-    return request ? static_cast&lt;WebCore::SpeechSynthesisEvent*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMSpeechSynthesisEvent* wrapSpeechSynthesisEvent(WebCore::SpeechSynthesisEvent* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_SPEECH_SYNTHESIS_EVENT(g_object_new(WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_EVENT, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(SPEECH_SYNTHESIS)
-
-G_DEFINE_TYPE(WebKitDOMSpeechSynthesisEvent, webkit_dom_speech_synthesis_event, WEBKIT_DOM_TYPE_EVENT)
-
-enum {
-    PROP_0,
-    PROP_CHAR_INDEX,
-    PROP_ELAPSED_TIME,
-    PROP_NAME,
-};
-
-static void webkit_dom_speech_synthesis_event_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMSpeechSynthesisEvent* self = WEBKIT_DOM_SPEECH_SYNTHESIS_EVENT(object);
-
-    switch (propertyId) {
-    case PROP_CHAR_INDEX:
-        g_value_set_ulong(value, webkit_dom_speech_synthesis_event_get_char_index(self));
-        break;
-    case PROP_ELAPSED_TIME:
-        g_value_set_float(value, webkit_dom_speech_synthesis_event_get_elapsed_time(self));
-        break;
-    case PROP_NAME:
-        g_value_take_string(value, webkit_dom_speech_synthesis_event_get_name(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_speech_synthesis_event_class_init(WebKitDOMSpeechSynthesisEventClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    gobjectClass-&gt;get_property = webkit_dom_speech_synthesis_event_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CHAR_INDEX,
-        g_param_spec_ulong(
-            &quot;char-index&quot;,
-            &quot;SpeechSynthesisEvent:char-index&quot;,
-            &quot;read-only gulong SpeechSynthesisEvent:char-index&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_ELAPSED_TIME,
-        g_param_spec_float(
-            &quot;elapsed-time&quot;,
-            &quot;SpeechSynthesisEvent:elapsed-time&quot;,
-            &quot;read-only gfloat SpeechSynthesisEvent:elapsed-time&quot;,
-            -G_MAXFLOAT, G_MAXFLOAT, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_NAME,
-        g_param_spec_string(
-            &quot;name&quot;,
-            &quot;SpeechSynthesisEvent:name&quot;,
-            &quot;read-only gchar* SpeechSynthesisEvent:name&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_speech_synthesis_event_init(WebKitDOMSpeechSynthesisEvent* request)
-{
-    UNUSED_PARAM(request);
-}
-
-gulong webkit_dom_speech_synthesis_event_get_char_index(WebKitDOMSpeechSynthesisEvent* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_EVENT(self), 0);
-    WebCore::SpeechSynthesisEvent* item = WebKit::core(self);
-    gulong result = item-&gt;charIndex();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-gfloat webkit_dom_speech_synthesis_event_get_elapsed_time(WebKitDOMSpeechSynthesisEvent* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_EVENT(self), 0);
-    WebCore::SpeechSynthesisEvent* item = WebKit::core(self);
-    gfloat result = item-&gt;elapsedTime();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return static_cast&lt;gfloat&gt;(0);
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-gchar* webkit_dom_speech_synthesis_event_get_name(WebKitDOMSpeechSynthesisEvent* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_EVENT(self), 0);
-    WebCore::SpeechSynthesisEvent* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;name());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return 0;
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisEventh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEvent.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEvent.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEvent.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,86 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMSpeechSynthesisEvent_h
-#define WebKitDOMSpeechSynthesisEvent_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMEvent.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_EVENT            (webkit_dom_speech_synthesis_event_get_type())
-#define WEBKIT_DOM_SPEECH_SYNTHESIS_EVENT(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_EVENT, WebKitDOMSpeechSynthesisEvent))
-#define WEBKIT_DOM_SPEECH_SYNTHESIS_EVENT_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_EVENT, WebKitDOMSpeechSynthesisEventClass)
-#define WEBKIT_DOM_IS_SPEECH_SYNTHESIS_EVENT(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_EVENT))
-#define WEBKIT_DOM_IS_SPEECH_SYNTHESIS_EVENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_EVENT))
-#define WEBKIT_DOM_SPEECH_SYNTHESIS_EVENT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_EVENT, WebKitDOMSpeechSynthesisEventClass))
-
-struct _WebKitDOMSpeechSynthesisEvent {
-    WebKitDOMEvent parent_instance;
-};
-
-struct _WebKitDOMSpeechSynthesisEventClass {
-    WebKitDOMEventClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_speech_synthesis_event_get_type(void);
-
-/**
- * webkit_dom_speech_synthesis_event_get_char_index:
- * @self: A #WebKitDOMSpeechSynthesisEvent
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_speech_synthesis_event_get_char_index(WebKitDOMSpeechSynthesisEvent* self);
-
-/**
- * webkit_dom_speech_synthesis_event_get_elapsed_time:
- * @self: A #WebKitDOMSpeechSynthesisEvent
- *
- * Returns: A #gfloat
- *
- * Stability: Unstable
-**/
-WEBKIT_API gfloat
-webkit_dom_speech_synthesis_event_get_elapsed_time(WebKitDOMSpeechSynthesisEvent* self);
-
-/**
- * webkit_dom_speech_synthesis_event_get_name:
- * @self: A #WebKitDOMSpeechSynthesisEvent
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_speech_synthesis_event_get_name(WebKitDOMSpeechSynthesisEvent* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMSpeechSynthesisEvent_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisEventPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEventPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEventPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisEventPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMSpeechSynthesisEventPrivate_h
-#define WebKitDOMSpeechSynthesisEventPrivate_h
-
-#include &lt;WebCore/SpeechSynthesisEvent.h&gt;
-#include &lt;webkitdom/WebKitDOMSpeechSynthesisEvent.h&gt;
-#if ENABLE(SPEECH_SYNTHESIS)
-
-namespace WebKit {
-WebKitDOMSpeechSynthesisEvent* wrapSpeechSynthesisEvent(WebCore::SpeechSynthesisEvent*);
-WebKitDOMSpeechSynthesisEvent* kit(WebCore::SpeechSynthesisEvent*);
-WebCore::SpeechSynthesisEvent* core(WebKitDOMSpeechSynthesisEvent*);
-} // namespace WebKit
-
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-
-#endif /* WebKitDOMSpeechSynthesisEventPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMSpeechSynthesisPrivate_h
-#define WebKitDOMSpeechSynthesisPrivate_h
-
-#include &lt;WebCore/SpeechSynthesis.h&gt;
-#include &lt;webkitdom/WebKitDOMSpeechSynthesis.h&gt;
-#if ENABLE(SPEECH_SYNTHESIS)
-
-namespace WebKit {
-WebKitDOMSpeechSynthesis* wrapSpeechSynthesis(WebCore::SpeechSynthesis*);
-WebKitDOMSpeechSynthesis* kit(WebCore::SpeechSynthesis*);
-WebCore::SpeechSynthesis* core(WebKitDOMSpeechSynthesis*);
-} // namespace WebKit
-
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-
-#endif /* WebKitDOMSpeechSynthesisPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisUtterancecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterance.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterance.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterance.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,483 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMSpeechSynthesisUtterance.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMSpeechSynthesisUtterancePrivate.h&quot;
-#include &quot;WebKitDOMSpeechSynthesisVoicePrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_SPEECH_SYNTHESIS_UTTERANCE_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_UTTERANCE, WebKitDOMSpeechSynthesisUtterancePrivate)
-
-typedef struct _WebKitDOMSpeechSynthesisUtterancePrivate {
-#if ENABLE(SPEECH_SYNTHESIS)
-    RefPtr&lt;WebCore::SpeechSynthesisUtterance&gt; coreObject;
-#endif // ENABLE(SPEECH_SYNTHESIS)
-} WebKitDOMSpeechSynthesisUtterancePrivate;
-
-#if ENABLE(SPEECH_SYNTHESIS)
-
-namespace WebKit {
-
-WebKitDOMSpeechSynthesisUtterance* kit(WebCore::SpeechSynthesisUtterance* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_SPEECH_SYNTHESIS_UTTERANCE(ret);
-
-    return wrapSpeechSynthesisUtterance(obj);
-}
-
-WebCore::SpeechSynthesisUtterance* core(WebKitDOMSpeechSynthesisUtterance* request)
-{
-    return request ? static_cast&lt;WebCore::SpeechSynthesisUtterance*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMSpeechSynthesisUtterance* wrapSpeechSynthesisUtterance(WebCore::SpeechSynthesisUtterance* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_SPEECH_SYNTHESIS_UTTERANCE(g_object_new(WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_UTTERANCE, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(SPEECH_SYNTHESIS)
-
-static gboolean webkit_dom_speech_synthesis_utterance_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::SpeechSynthesisUtterance* coreTarget = static_cast&lt;WebCore::SpeechSynthesisUtterance*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(event);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return false;
-#endif // ENABLE(SPEECH_SYNTHESIS)
-}
-
-static gboolean webkit_dom_speech_synthesis_utterance_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::SpeechSynthesisUtterance* coreTarget = static_cast&lt;WebCore::SpeechSynthesisUtterance*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return false;
-#endif // ENABLE(SPEECH_SYNTHESIS)
-}
-
-static gboolean webkit_dom_speech_synthesis_utterance_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::SpeechSynthesisUtterance* coreTarget = static_cast&lt;WebCore::SpeechSynthesisUtterance*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return false;
-#endif // ENABLE(SPEECH_SYNTHESIS)
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_speech_synthesis_utterance_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_speech_synthesis_utterance_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_speech_synthesis_utterance_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMSpeechSynthesisUtterance, webkit_dom_speech_synthesis_utterance, WEBKIT_DOM_TYPE_OBJECT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-enum {
-    PROP_0,
-    PROP_TEXT,
-    PROP_LANG,
-    PROP_VOICE,
-    PROP_VOLUME,
-    PROP_RATE,
-    PROP_PITCH,
-};
-
-static void webkit_dom_speech_synthesis_utterance_finalize(GObject* object)
-{
-    WebKitDOMSpeechSynthesisUtterancePrivate* priv = WEBKIT_DOM_SPEECH_SYNTHESIS_UTTERANCE_GET_PRIVATE(object);
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(SPEECH_SYNTHESIS)
-    priv-&gt;~WebKitDOMSpeechSynthesisUtterancePrivate();
-    G_OBJECT_CLASS(webkit_dom_speech_synthesis_utterance_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_speech_synthesis_utterance_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMSpeechSynthesisUtterance* self = WEBKIT_DOM_SPEECH_SYNTHESIS_UTTERANCE(object);
-
-    switch (propertyId) {
-    case PROP_TEXT:
-        webkit_dom_speech_synthesis_utterance_set_text(self, g_value_get_string(value));
-        break;
-    case PROP_LANG:
-        webkit_dom_speech_synthesis_utterance_set_lang(self, g_value_get_string(value));
-        break;
-    case PROP_VOLUME:
-        webkit_dom_speech_synthesis_utterance_set_volume(self, g_value_get_float(value));
-        break;
-    case PROP_RATE:
-        webkit_dom_speech_synthesis_utterance_set_rate(self, g_value_get_float(value));
-        break;
-    case PROP_PITCH:
-        webkit_dom_speech_synthesis_utterance_set_pitch(self, g_value_get_float(value));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_speech_synthesis_utterance_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMSpeechSynthesisUtterance* self = WEBKIT_DOM_SPEECH_SYNTHESIS_UTTERANCE(object);
-
-    switch (propertyId) {
-    case PROP_TEXT:
-        g_value_take_string(value, webkit_dom_speech_synthesis_utterance_get_text(self));
-        break;
-    case PROP_LANG:
-        g_value_take_string(value, webkit_dom_speech_synthesis_utterance_get_lang(self));
-        break;
-    case PROP_VOICE:
-        g_value_set_object(value, webkit_dom_speech_synthesis_utterance_get_voice(self));
-        break;
-    case PROP_VOLUME:
-        g_value_set_float(value, webkit_dom_speech_synthesis_utterance_get_volume(self));
-        break;
-    case PROP_RATE:
-        g_value_set_float(value, webkit_dom_speech_synthesis_utterance_get_rate(self));
-        break;
-    case PROP_PITCH:
-        g_value_set_float(value, webkit_dom_speech_synthesis_utterance_get_pitch(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_speech_synthesis_utterance_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_speech_synthesis_utterance_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebKitDOMSpeechSynthesisUtterancePrivate* priv = WEBKIT_DOM_SPEECH_SYNTHESIS_UTTERANCE_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::SpeechSynthesisUtterance*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(SPEECH_SYNTHESIS)
-    return object;
-}
-
-static void webkit_dom_speech_synthesis_utterance_class_init(WebKitDOMSpeechSynthesisUtteranceClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMSpeechSynthesisUtterancePrivate));
-    gobjectClass-&gt;constructor = webkit_dom_speech_synthesis_utterance_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_speech_synthesis_utterance_finalize;
-    gobjectClass-&gt;set_property = webkit_dom_speech_synthesis_utterance_set_property;
-    gobjectClass-&gt;get_property = webkit_dom_speech_synthesis_utterance_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TEXT,
-        g_param_spec_string(
-            &quot;text&quot;,
-            &quot;SpeechSynthesisUtterance:text&quot;,
-            &quot;read-write gchar* SpeechSynthesisUtterance:text&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LANG,
-        g_param_spec_string(
-            &quot;lang&quot;,
-            &quot;SpeechSynthesisUtterance:lang&quot;,
-            &quot;read-write gchar* SpeechSynthesisUtterance:lang&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VOICE,
-        g_param_spec_object(
-            &quot;voice&quot;,
-            &quot;SpeechSynthesisUtterance:voice&quot;,
-            &quot;read-only WebKitDOMSpeechSynthesisVoice* SpeechSynthesisUtterance:voice&quot;,
-            WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_VOICE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VOLUME,
-        g_param_spec_float(
-            &quot;volume&quot;,
-            &quot;SpeechSynthesisUtterance:volume&quot;,
-            &quot;read-write gfloat SpeechSynthesisUtterance:volume&quot;,
-            -G_MAXFLOAT, G_MAXFLOAT, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_RATE,
-        g_param_spec_float(
-            &quot;rate&quot;,
-            &quot;SpeechSynthesisUtterance:rate&quot;,
-            &quot;read-write gfloat SpeechSynthesisUtterance:rate&quot;,
-            -G_MAXFLOAT, G_MAXFLOAT, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PITCH,
-        g_param_spec_float(
-            &quot;pitch&quot;,
-            &quot;SpeechSynthesisUtterance:pitch&quot;,
-            &quot;read-write gfloat SpeechSynthesisUtterance:pitch&quot;,
-            -G_MAXFLOAT, G_MAXFLOAT, 0,
-            WEBKIT_PARAM_READWRITE));
-
-}
-
-static void webkit_dom_speech_synthesis_utterance_init(WebKitDOMSpeechSynthesisUtterance* request)
-{
-    WebKitDOMSpeechSynthesisUtterancePrivate* priv = WEBKIT_DOM_SPEECH_SYNTHESIS_UTTERANCE_GET_PRIVATE(request);
-    new (priv) WebKitDOMSpeechSynthesisUtterancePrivate();
-}
-
-gchar* webkit_dom_speech_synthesis_utterance_get_text(WebKitDOMSpeechSynthesisUtterance* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_UTTERANCE(self), 0);
-    WebCore::SpeechSynthesisUtterance* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;text());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return 0;
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-void webkit_dom_speech_synthesis_utterance_set_text(WebKitDOMSpeechSynthesisUtterance* self, const gchar* value)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_UTTERANCE(self));
-    g_return_if_fail(value);
-    WebCore::SpeechSynthesisUtterance* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setText(convertedValue);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-gchar* webkit_dom_speech_synthesis_utterance_get_lang(WebKitDOMSpeechSynthesisUtterance* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_UTTERANCE(self), 0);
-    WebCore::SpeechSynthesisUtterance* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;lang());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return 0;
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-void webkit_dom_speech_synthesis_utterance_set_lang(WebKitDOMSpeechSynthesisUtterance* self, const gchar* value)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_UTTERANCE(self));
-    g_return_if_fail(value);
-    WebCore::SpeechSynthesisUtterance* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setLang(convertedValue);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-WebKitDOMSpeechSynthesisVoice* webkit_dom_speech_synthesis_utterance_get_voice(WebKitDOMSpeechSynthesisUtterance* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_UTTERANCE(self), 0);
-    WebCore::SpeechSynthesisUtterance* item = WebKit::core(self);
-    RefPtr&lt;WebCore::SpeechSynthesisVoice&gt; gobjectResult = WTF::getPtr(item-&gt;voice());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return 0;
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-void webkit_dom_speech_synthesis_utterance_set_voice(WebKitDOMSpeechSynthesisUtterance* self, WebKitDOMSpeechSynthesisVoice* value)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_UTTERANCE(self));
-    g_return_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_VOICE(value));
-    WebCore::SpeechSynthesisUtterance* item = WebKit::core(self);
-    WebCore::SpeechSynthesisVoice* convertedValue = WebKit::core(value);
-    item-&gt;setVoice(convertedValue);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-gfloat webkit_dom_speech_synthesis_utterance_get_volume(WebKitDOMSpeechSynthesisUtterance* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_UTTERANCE(self), 0);
-    WebCore::SpeechSynthesisUtterance* item = WebKit::core(self);
-    gfloat result = item-&gt;volume();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return static_cast&lt;gfloat&gt;(0);
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-void webkit_dom_speech_synthesis_utterance_set_volume(WebKitDOMSpeechSynthesisUtterance* self, gfloat value)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_UTTERANCE(self));
-    WebCore::SpeechSynthesisUtterance* item = WebKit::core(self);
-    item-&gt;setVolume(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-gfloat webkit_dom_speech_synthesis_utterance_get_rate(WebKitDOMSpeechSynthesisUtterance* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_UTTERANCE(self), 0);
-    WebCore::SpeechSynthesisUtterance* item = WebKit::core(self);
-    gfloat result = item-&gt;rate();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return static_cast&lt;gfloat&gt;(0);
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-void webkit_dom_speech_synthesis_utterance_set_rate(WebKitDOMSpeechSynthesisUtterance* self, gfloat value)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_UTTERANCE(self));
-    WebCore::SpeechSynthesisUtterance* item = WebKit::core(self);
-    item-&gt;setRate(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-gfloat webkit_dom_speech_synthesis_utterance_get_pitch(WebKitDOMSpeechSynthesisUtterance* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_UTTERANCE(self), 0);
-    WebCore::SpeechSynthesisUtterance* item = WebKit::core(self);
-    gfloat result = item-&gt;pitch();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return static_cast&lt;gfloat&gt;(0);
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-void webkit_dom_speech_synthesis_utterance_set_pitch(WebKitDOMSpeechSynthesisUtterance* self, gfloat value)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_UTTERANCE(self));
-    WebCore::SpeechSynthesisUtterance* item = WebKit::core(self);
-    item-&gt;setPitch(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisUtteranceh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterance.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterance.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterance.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,179 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMSpeechSynthesisUtterance_h
-#define WebKitDOMSpeechSynthesisUtterance_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_UTTERANCE            (webkit_dom_speech_synthesis_utterance_get_type())
-#define WEBKIT_DOM_SPEECH_SYNTHESIS_UTTERANCE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_UTTERANCE, WebKitDOMSpeechSynthesisUtterance))
-#define WEBKIT_DOM_SPEECH_SYNTHESIS_UTTERANCE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_UTTERANCE, WebKitDOMSpeechSynthesisUtteranceClass)
-#define WEBKIT_DOM_IS_SPEECH_SYNTHESIS_UTTERANCE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_UTTERANCE))
-#define WEBKIT_DOM_IS_SPEECH_SYNTHESIS_UTTERANCE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_UTTERANCE))
-#define WEBKIT_DOM_SPEECH_SYNTHESIS_UTTERANCE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_UTTERANCE, WebKitDOMSpeechSynthesisUtteranceClass))
-
-struct _WebKitDOMSpeechSynthesisUtterance {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMSpeechSynthesisUtteranceClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_speech_synthesis_utterance_get_type(void);
-
-/**
- * webkit_dom_speech_synthesis_utterance_get_text:
- * @self: A #WebKitDOMSpeechSynthesisUtterance
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_speech_synthesis_utterance_get_text(WebKitDOMSpeechSynthesisUtterance* self);
-
-/**
- * webkit_dom_speech_synthesis_utterance_set_text:
- * @self: A #WebKitDOMSpeechSynthesisUtterance
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_speech_synthesis_utterance_set_text(WebKitDOMSpeechSynthesisUtterance* self, const gchar* value);
-
-/**
- * webkit_dom_speech_synthesis_utterance_get_lang:
- * @self: A #WebKitDOMSpeechSynthesisUtterance
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_speech_synthesis_utterance_get_lang(WebKitDOMSpeechSynthesisUtterance* self);
-
-/**
- * webkit_dom_speech_synthesis_utterance_set_lang:
- * @self: A #WebKitDOMSpeechSynthesisUtterance
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_speech_synthesis_utterance_set_lang(WebKitDOMSpeechSynthesisUtterance* self, const gchar* value);
-
-/**
- * webkit_dom_speech_synthesis_utterance_get_voice:
- * @self: A #WebKitDOMSpeechSynthesisUtterance
- *
- * Returns: (transfer full): A #WebKitDOMSpeechSynthesisVoice
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMSpeechSynthesisVoice*
-webkit_dom_speech_synthesis_utterance_get_voice(WebKitDOMSpeechSynthesisUtterance* self);
-
-/**
- * webkit_dom_speech_synthesis_utterance_set_voice:
- * @self: A #WebKitDOMSpeechSynthesisUtterance
- * @value: A #WebKitDOMSpeechSynthesisVoice
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_speech_synthesis_utterance_set_voice(WebKitDOMSpeechSynthesisUtterance* self, WebKitDOMSpeechSynthesisVoice* value);
-
-/**
- * webkit_dom_speech_synthesis_utterance_get_volume:
- * @self: A #WebKitDOMSpeechSynthesisUtterance
- *
- * Returns: A #gfloat
- *
- * Stability: Unstable
-**/
-WEBKIT_API gfloat
-webkit_dom_speech_synthesis_utterance_get_volume(WebKitDOMSpeechSynthesisUtterance* self);
-
-/**
- * webkit_dom_speech_synthesis_utterance_set_volume:
- * @self: A #WebKitDOMSpeechSynthesisUtterance
- * @value: A #gfloat
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_speech_synthesis_utterance_set_volume(WebKitDOMSpeechSynthesisUtterance* self, gfloat value);
-
-/**
- * webkit_dom_speech_synthesis_utterance_get_rate:
- * @self: A #WebKitDOMSpeechSynthesisUtterance
- *
- * Returns: A #gfloat
- *
- * Stability: Unstable
-**/
-WEBKIT_API gfloat
-webkit_dom_speech_synthesis_utterance_get_rate(WebKitDOMSpeechSynthesisUtterance* self);
-
-/**
- * webkit_dom_speech_synthesis_utterance_set_rate:
- * @self: A #WebKitDOMSpeechSynthesisUtterance
- * @value: A #gfloat
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_speech_synthesis_utterance_set_rate(WebKitDOMSpeechSynthesisUtterance* self, gfloat value);
-
-/**
- * webkit_dom_speech_synthesis_utterance_get_pitch:
- * @self: A #WebKitDOMSpeechSynthesisUtterance
- *
- * Returns: A #gfloat
- *
- * Stability: Unstable
-**/
-WEBKIT_API gfloat
-webkit_dom_speech_synthesis_utterance_get_pitch(WebKitDOMSpeechSynthesisUtterance* self);
-
-/**
- * webkit_dom_speech_synthesis_utterance_set_pitch:
- * @self: A #WebKitDOMSpeechSynthesisUtterance
- * @value: A #gfloat
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_speech_synthesis_utterance_set_pitch(WebKitDOMSpeechSynthesisUtterance* self, gfloat value);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMSpeechSynthesisUtterance_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisUtterancePrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterancePrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterancePrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisUtterancePrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMSpeechSynthesisUtterancePrivate_h
-#define WebKitDOMSpeechSynthesisUtterancePrivate_h
-
-#include &lt;WebCore/SpeechSynthesisUtterance.h&gt;
-#include &lt;webkitdom/WebKitDOMSpeechSynthesisUtterance.h&gt;
-#if ENABLE(SPEECH_SYNTHESIS)
-
-namespace WebKit {
-WebKitDOMSpeechSynthesisUtterance* wrapSpeechSynthesisUtterance(WebCore::SpeechSynthesisUtterance*);
-WebKitDOMSpeechSynthesisUtterance* kit(WebCore::SpeechSynthesisUtterance*);
-WebCore::SpeechSynthesisUtterance* core(WebKitDOMSpeechSynthesisUtterance*);
-} // namespace WebKit
-
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-
-#endif /* WebKitDOMSpeechSynthesisUtterancePrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisVoicecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoice.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoice.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoice.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,272 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMSpeechSynthesisVoice.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMSpeechSynthesisVoicePrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_SPEECH_SYNTHESIS_VOICE_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_VOICE, WebKitDOMSpeechSynthesisVoicePrivate)
-
-typedef struct _WebKitDOMSpeechSynthesisVoicePrivate {
-#if ENABLE(SPEECH_SYNTHESIS)
-    RefPtr&lt;WebCore::SpeechSynthesisVoice&gt; coreObject;
-#endif // ENABLE(SPEECH_SYNTHESIS)
-} WebKitDOMSpeechSynthesisVoicePrivate;
-
-#if ENABLE(SPEECH_SYNTHESIS)
-
-namespace WebKit {
-
-WebKitDOMSpeechSynthesisVoice* kit(WebCore::SpeechSynthesisVoice* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_SPEECH_SYNTHESIS_VOICE(ret);
-
-    return wrapSpeechSynthesisVoice(obj);
-}
-
-WebCore::SpeechSynthesisVoice* core(WebKitDOMSpeechSynthesisVoice* request)
-{
-    return request ? static_cast&lt;WebCore::SpeechSynthesisVoice*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMSpeechSynthesisVoice* wrapSpeechSynthesisVoice(WebCore::SpeechSynthesisVoice* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_SPEECH_SYNTHESIS_VOICE(g_object_new(WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_VOICE, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(SPEECH_SYNTHESIS)
-
-G_DEFINE_TYPE(WebKitDOMSpeechSynthesisVoice, webkit_dom_speech_synthesis_voice, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_VOICE_URI,
-    PROP_NAME,
-    PROP_LANG,
-    PROP_LOCAL_SERVICE,
-    PROP_DEFAULT,
-};
-
-static void webkit_dom_speech_synthesis_voice_finalize(GObject* object)
-{
-    WebKitDOMSpeechSynthesisVoicePrivate* priv = WEBKIT_DOM_SPEECH_SYNTHESIS_VOICE_GET_PRIVATE(object);
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(SPEECH_SYNTHESIS)
-    priv-&gt;~WebKitDOMSpeechSynthesisVoicePrivate();
-    G_OBJECT_CLASS(webkit_dom_speech_synthesis_voice_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_speech_synthesis_voice_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMSpeechSynthesisVoice* self = WEBKIT_DOM_SPEECH_SYNTHESIS_VOICE(object);
-
-    switch (propertyId) {
-    case PROP_VOICE_URI:
-        g_value_take_string(value, webkit_dom_speech_synthesis_voice_get_voice_uri(self));
-        break;
-    case PROP_NAME:
-        g_value_take_string(value, webkit_dom_speech_synthesis_voice_get_name(self));
-        break;
-    case PROP_LANG:
-        g_value_take_string(value, webkit_dom_speech_synthesis_voice_get_lang(self));
-        break;
-    case PROP_LOCAL_SERVICE:
-        g_value_set_boolean(value, webkit_dom_speech_synthesis_voice_get_local_service(self));
-        break;
-    case PROP_DEFAULT:
-        g_value_set_boolean(value, webkit_dom_speech_synthesis_voice_get_default(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_speech_synthesis_voice_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_speech_synthesis_voice_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebKitDOMSpeechSynthesisVoicePrivate* priv = WEBKIT_DOM_SPEECH_SYNTHESIS_VOICE_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::SpeechSynthesisVoice*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(SPEECH_SYNTHESIS)
-    return object;
-}
-
-static void webkit_dom_speech_synthesis_voice_class_init(WebKitDOMSpeechSynthesisVoiceClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMSpeechSynthesisVoicePrivate));
-    gobjectClass-&gt;constructor = webkit_dom_speech_synthesis_voice_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_speech_synthesis_voice_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_speech_synthesis_voice_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VOICE_URI,
-        g_param_spec_string(
-            &quot;voice-uri&quot;,
-            &quot;SpeechSynthesisVoice:voice-uri&quot;,
-            &quot;read-only gchar* SpeechSynthesisVoice:voice-uri&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_NAME,
-        g_param_spec_string(
-            &quot;name&quot;,
-            &quot;SpeechSynthesisVoice:name&quot;,
-            &quot;read-only gchar* SpeechSynthesisVoice:name&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LANG,
-        g_param_spec_string(
-            &quot;lang&quot;,
-            &quot;SpeechSynthesisVoice:lang&quot;,
-            &quot;read-only gchar* SpeechSynthesisVoice:lang&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LOCAL_SERVICE,
-        g_param_spec_boolean(
-            &quot;local-service&quot;,
-            &quot;SpeechSynthesisVoice:local-service&quot;,
-            &quot;read-only gboolean SpeechSynthesisVoice:local-service&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DEFAULT,
-        g_param_spec_boolean(
-            &quot;default&quot;,
-            &quot;SpeechSynthesisVoice:default&quot;,
-            &quot;read-only gboolean SpeechSynthesisVoice:default&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_speech_synthesis_voice_init(WebKitDOMSpeechSynthesisVoice* request)
-{
-    WebKitDOMSpeechSynthesisVoicePrivate* priv = WEBKIT_DOM_SPEECH_SYNTHESIS_VOICE_GET_PRIVATE(request);
-    new (priv) WebKitDOMSpeechSynthesisVoicePrivate();
-}
-
-gchar* webkit_dom_speech_synthesis_voice_get_voice_uri(WebKitDOMSpeechSynthesisVoice* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_VOICE(self), 0);
-    WebCore::SpeechSynthesisVoice* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;voiceURI());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return 0;
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-gchar* webkit_dom_speech_synthesis_voice_get_name(WebKitDOMSpeechSynthesisVoice* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_VOICE(self), 0);
-    WebCore::SpeechSynthesisVoice* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;name());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return 0;
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-gchar* webkit_dom_speech_synthesis_voice_get_lang(WebKitDOMSpeechSynthesisVoice* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_VOICE(self), 0);
-    WebCore::SpeechSynthesisVoice* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;lang());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return 0;
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-gboolean webkit_dom_speech_synthesis_voice_get_local_service(WebKitDOMSpeechSynthesisVoice* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_VOICE(self), FALSE);
-    WebCore::SpeechSynthesisVoice* item = WebKit::core(self);
-    gboolean result = item-&gt;localService();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
-gboolean webkit_dom_speech_synthesis_voice_get_default(WebKitDOMSpeechSynthesisVoice* self)
-{
-#if ENABLE(SPEECH_SYNTHESIS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_SPEECH_SYNTHESIS_VOICE(self), FALSE);
-    WebCore::SpeechSynthesisVoice* item = WebKit::core(self);
-    gboolean result = item-&gt;isDefault();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Speech Synthesis&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisVoiceh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoice.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoice.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoice.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,108 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMSpeechSynthesisVoice_h
-#define WebKitDOMSpeechSynthesisVoice_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_VOICE            (webkit_dom_speech_synthesis_voice_get_type())
-#define WEBKIT_DOM_SPEECH_SYNTHESIS_VOICE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_VOICE, WebKitDOMSpeechSynthesisVoice))
-#define WEBKIT_DOM_SPEECH_SYNTHESIS_VOICE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_VOICE, WebKitDOMSpeechSynthesisVoiceClass)
-#define WEBKIT_DOM_IS_SPEECH_SYNTHESIS_VOICE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_VOICE))
-#define WEBKIT_DOM_IS_SPEECH_SYNTHESIS_VOICE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_VOICE))
-#define WEBKIT_DOM_SPEECH_SYNTHESIS_VOICE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_SPEECH_SYNTHESIS_VOICE, WebKitDOMSpeechSynthesisVoiceClass))
-
-struct _WebKitDOMSpeechSynthesisVoice {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMSpeechSynthesisVoiceClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_speech_synthesis_voice_get_type(void);
-
-/**
- * webkit_dom_speech_synthesis_voice_get_voice_uri:
- * @self: A #WebKitDOMSpeechSynthesisVoice
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_speech_synthesis_voice_get_voice_uri(WebKitDOMSpeechSynthesisVoice* self);
-
-/**
- * webkit_dom_speech_synthesis_voice_get_name:
- * @self: A #WebKitDOMSpeechSynthesisVoice
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_speech_synthesis_voice_get_name(WebKitDOMSpeechSynthesisVoice* self);
-
-/**
- * webkit_dom_speech_synthesis_voice_get_lang:
- * @self: A #WebKitDOMSpeechSynthesisVoice
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_speech_synthesis_voice_get_lang(WebKitDOMSpeechSynthesisVoice* self);
-
-/**
- * webkit_dom_speech_synthesis_voice_get_local_service:
- * @self: A #WebKitDOMSpeechSynthesisVoice
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_speech_synthesis_voice_get_local_service(WebKitDOMSpeechSynthesisVoice* self);
-
-/**
- * webkit_dom_speech_synthesis_voice_get_default:
- * @self: A #WebKitDOMSpeechSynthesisVoice
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_speech_synthesis_voice_get_default(WebKitDOMSpeechSynthesisVoice* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMSpeechSynthesisVoice_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMSpeechSynthesisVoicePrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoicePrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoicePrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMSpeechSynthesisVoicePrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMSpeechSynthesisVoicePrivate_h
-#define WebKitDOMSpeechSynthesisVoicePrivate_h
-
-#include &lt;WebCore/SpeechSynthesisVoice.h&gt;
-#include &lt;webkitdom/WebKitDOMSpeechSynthesisVoice.h&gt;
-#if ENABLE(SPEECH_SYNTHESIS)
-
-namespace WebKit {
-WebKitDOMSpeechSynthesisVoice* wrapSpeechSynthesisVoice(WebCore::SpeechSynthesisVoice*);
-WebKitDOMSpeechSynthesisVoice* kit(WebCore::SpeechSynthesisVoice*);
-WebCore::SpeechSynthesisVoice* core(WebKitDOMSpeechSynthesisVoice*);
-} // namespace WebKit
-
-#endif /* ENABLE(SPEECH_SYNTHESIS) */
-
-#endif /* WebKitDOMSpeechSynthesisVoicePrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStoragecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorage.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorage.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorage.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,222 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMStorage.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMStoragePrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_STORAGE_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_STORAGE, WebKitDOMStoragePrivate)
-
-typedef struct _WebKitDOMStoragePrivate {
-    RefPtr&lt;WebCore::Storage&gt; coreObject;
-} WebKitDOMStoragePrivate;
-
-namespace WebKit {
-
-WebKitDOMStorage* kit(WebCore::Storage* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_STORAGE(ret);
-
-    return wrapStorage(obj);
-}
-
-WebCore::Storage* core(WebKitDOMStorage* request)
-{
-    return request ? static_cast&lt;WebCore::Storage*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMStorage* wrapStorage(WebCore::Storage* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_STORAGE(g_object_new(WEBKIT_DOM_TYPE_STORAGE, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMStorage, webkit_dom_storage, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_LENGTH,
-};
-
-static void webkit_dom_storage_finalize(GObject* object)
-{
-    WebKitDOMStoragePrivate* priv = WEBKIT_DOM_STORAGE_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMStoragePrivate();
-    G_OBJECT_CLASS(webkit_dom_storage_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_storage_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMStorage* self = WEBKIT_DOM_STORAGE(object);
-
-    switch (propertyId) {
-    case PROP_LENGTH:
-        g_value_set_ulong(value, webkit_dom_storage_get_length(self, nullptr));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_storage_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_storage_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMStoragePrivate* priv = WEBKIT_DOM_STORAGE_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::Storage*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_storage_class_init(WebKitDOMStorageClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMStoragePrivate));
-    gobjectClass-&gt;constructor = webkit_dom_storage_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_storage_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_storage_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LENGTH,
-        g_param_spec_ulong(
-            &quot;length&quot;,
-            &quot;Storage:length&quot;,
-            &quot;read-only gulong Storage:length&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_storage_init(WebKitDOMStorage* request)
-{
-    WebKitDOMStoragePrivate* priv = WEBKIT_DOM_STORAGE_GET_PRIVATE(request);
-    new (priv) WebKitDOMStoragePrivate();
-}
-
-gchar* webkit_dom_storage_key(WebKitDOMStorage* self, gulong index, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_STORAGE(self), 0);
-    g_return_val_if_fail(!error || !*error, 0);
-    WebCore::Storage* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    gchar* result = convertToUTF8String(item-&gt;key(index, ec));
-    return result;
-}
-
-gchar* webkit_dom_storage_get_item(WebKitDOMStorage* self, const gchar* key, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_STORAGE(self), 0);
-    g_return_val_if_fail(key, 0);
-    g_return_val_if_fail(!error || !*error, 0);
-    WebCore::Storage* item = WebKit::core(self);
-    WTF::String convertedKey = WTF::String::fromUTF8(key);
-    WebCore::ExceptionCode ec = 0;
-    gchar* result = convertToUTF8String(item-&gt;getItem(convertedKey, ec));
-    return result;
-}
-
-void webkit_dom_storage_set_item(WebKitDOMStorage* self, const gchar* key, const gchar* data, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_STORAGE(self));
-    g_return_if_fail(key);
-    g_return_if_fail(data);
-    g_return_if_fail(!error || !*error);
-    WebCore::Storage* item = WebKit::core(self);
-    WTF::String convertedKey = WTF::String::fromUTF8(key);
-    WTF::String convertedData = WTF::String::fromUTF8(data);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;setItem(convertedKey, convertedData, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-}
-
-void webkit_dom_storage_remove_item(WebKitDOMStorage* self, const gchar* key, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_STORAGE(self));
-    g_return_if_fail(key);
-    g_return_if_fail(!error || !*error);
-    WebCore::Storage* item = WebKit::core(self);
-    WTF::String convertedKey = WTF::String::fromUTF8(key);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;removeItem(convertedKey, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-}
-
-void webkit_dom_storage_clear(WebKitDOMStorage* self, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_STORAGE(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::Storage* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;clear(ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-}
-
-gulong webkit_dom_storage_get_length(WebKitDOMStorage* self, GError** error)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_STORAGE(self), 0);
-    g_return_val_if_fail(!error || !*error, 0);
-    WebCore::Storage* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    gulong result = item-&gt;length(ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStorageh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorage.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorage.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorage.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,124 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMStorage_h
-#define WebKitDOMStorage_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_STORAGE            (webkit_dom_storage_get_type())
-#define WEBKIT_DOM_STORAGE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_STORAGE, WebKitDOMStorage))
-#define WEBKIT_DOM_STORAGE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_STORAGE, WebKitDOMStorageClass)
-#define WEBKIT_DOM_IS_STORAGE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_STORAGE))
-#define WEBKIT_DOM_IS_STORAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_STORAGE))
-#define WEBKIT_DOM_STORAGE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_STORAGE, WebKitDOMStorageClass))
-
-struct _WebKitDOMStorage {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMStorageClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_storage_get_type(void);
-
-/**
- * webkit_dom_storage_key:
- * @self: A #WebKitDOMStorage
- * @index: A #gulong
- * @error: #GError
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_storage_key(WebKitDOMStorage* self, gulong index, GError** error);
-
-/**
- * webkit_dom_storage_get_item:
- * @self: A #WebKitDOMStorage
- * @key: A #gchar
- * @error: #GError
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_storage_get_item(WebKitDOMStorage* self, const gchar* key, GError** error);
-
-/**
- * webkit_dom_storage_set_item:
- * @self: A #WebKitDOMStorage
- * @key: A #gchar
- * @data: A #gchar
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_storage_set_item(WebKitDOMStorage* self, const gchar* key, const gchar* data, GError** error);
-
-/**
- * webkit_dom_storage_remove_item:
- * @self: A #WebKitDOMStorage
- * @key: A #gchar
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_storage_remove_item(WebKitDOMStorage* self, const gchar* key, GError** error);
-
-/**
- * webkit_dom_storage_clear:
- * @self: A #WebKitDOMStorage
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_storage_clear(WebKitDOMStorage* self, GError** error);
-
-/**
- * webkit_dom_storage_get_length:
- * @self: A #WebKitDOMStorage
- * @error: #GError
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_storage_get_length(WebKitDOMStorage* self, GError** error);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMStorage_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStorageInfocpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageInfo.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageInfo.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageInfo.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-/*
-    This file is generated just to tell build scripts that WebKitDOMStorageInfo.h and
-    WebKitDOMStorageInfo.cpp are created for StorageInfo.idl, and thus
-    prevent the build scripts from trying to generate WebKitDOMStorageInfo.h and
-    WebKitDOMStorageInfo.cpp at every build. This file must not be tried to compile.
-*/
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStorageInfoh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageInfo.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageInfo.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageInfo.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-/*
-    This file is generated just to tell build scripts that WebKitDOMStorageInfo.h and
-    WebKitDOMStorageInfo.cpp are created for StorageInfo.idl, and thus
-    prevent the build scripts from trying to generate WebKitDOMStorageInfo.h and
-    WebKitDOMStorageInfo.cpp at every build. This file must not be tried to compile.
-*/
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStoragePrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStoragePrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStoragePrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStoragePrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMStoragePrivate_h
-#define WebKitDOMStoragePrivate_h
-
-#include &lt;WebCore/Storage.h&gt;
-#include &lt;webkitdom/WebKitDOMStorage.h&gt;
-
-namespace WebKit {
-WebKitDOMStorage* wrapStorage(WebCore::Storage*);
-WebKitDOMStorage* kit(WebCore::Storage*);
-WebCore::Storage* core(WebKitDOMStorage*);
-} // namespace WebKit
-
-#endif /* WebKitDOMStoragePrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStorageQuotacpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageQuota.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageQuota.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageQuota.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-/*
-    This file is generated just to tell build scripts that WebKitDOMStorageQuota.h and
-    WebKitDOMStorageQuota.cpp are created for StorageQuota.idl, and thus
-    prevent the build scripts from trying to generate WebKitDOMStorageQuota.h and
-    WebKitDOMStorageQuota.cpp at every build. This file must not be tried to compile.
-*/
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStorageQuotah"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageQuota.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageQuota.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStorageQuota.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-/*
-    This file is generated just to tell build scripts that WebKitDOMStorageQuota.h and
-    WebKitDOMStorageQuota.cpp are created for StorageQuota.idl, and thus
-    prevent the build scripts from trying to generate WebKitDOMStorageQuota.h and
-    WebKitDOMStorageQuota.cpp at every build. This file must not be tried to compile.
-*/
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStyleMediacpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMedia.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMedia.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMedia.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,155 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMStyleMedia.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMStyleMediaPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_STYLE_MEDIA_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_STYLE_MEDIA, WebKitDOMStyleMediaPrivate)
-
-typedef struct _WebKitDOMStyleMediaPrivate {
-    RefPtr&lt;WebCore::StyleMedia&gt; coreObject;
-} WebKitDOMStyleMediaPrivate;
-
-namespace WebKit {
-
-WebKitDOMStyleMedia* kit(WebCore::StyleMedia* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_STYLE_MEDIA(ret);
-
-    return wrapStyleMedia(obj);
-}
-
-WebCore::StyleMedia* core(WebKitDOMStyleMedia* request)
-{
-    return request ? static_cast&lt;WebCore::StyleMedia*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMStyleMedia* wrapStyleMedia(WebCore::StyleMedia* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_STYLE_MEDIA(g_object_new(WEBKIT_DOM_TYPE_STYLE_MEDIA, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMStyleMedia, webkit_dom_style_media, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_TYPE,
-};
-
-static void webkit_dom_style_media_finalize(GObject* object)
-{
-    WebKitDOMStyleMediaPrivate* priv = WEBKIT_DOM_STYLE_MEDIA_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMStyleMediaPrivate();
-    G_OBJECT_CLASS(webkit_dom_style_media_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_style_media_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMStyleMedia* self = WEBKIT_DOM_STYLE_MEDIA(object);
-
-    switch (propertyId) {
-    case PROP_TYPE:
-        g_value_take_string(value, webkit_dom_style_media_get_media_type(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_style_media_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_style_media_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMStyleMediaPrivate* priv = WEBKIT_DOM_STYLE_MEDIA_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::StyleMedia*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_style_media_class_init(WebKitDOMStyleMediaClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMStyleMediaPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_style_media_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_style_media_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_style_media_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TYPE,
-        g_param_spec_string(
-            &quot;type&quot;,
-            &quot;StyleMedia:type&quot;,
-            &quot;read-only gchar* StyleMedia:type&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_style_media_init(WebKitDOMStyleMedia* request)
-{
-    WebKitDOMStyleMediaPrivate* priv = WEBKIT_DOM_STYLE_MEDIA_GET_PRIVATE(request);
-    new (priv) WebKitDOMStyleMediaPrivate();
-}
-
-gboolean webkit_dom_style_media_match_medium(WebKitDOMStyleMedia* self, const gchar* mediaquery)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_STYLE_MEDIA(self), FALSE);
-    g_return_val_if_fail(mediaquery, FALSE);
-    WebCore::StyleMedia* item = WebKit::core(self);
-    WTF::String convertedMediaquery = WTF::String::fromUTF8(mediaquery);
-    gboolean result = item-&gt;matchMedium(convertedMediaquery);
-    return result;
-}
-
-gchar* webkit_dom_style_media_get_media_type(WebKitDOMStyleMedia* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_STYLE_MEDIA(self), 0);
-    WebCore::StyleMedia* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;type());
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStyleMediah"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMedia.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMedia.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMedia.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,76 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMStyleMedia_h
-#define WebKitDOMStyleMedia_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_STYLE_MEDIA            (webkit_dom_style_media_get_type())
-#define WEBKIT_DOM_STYLE_MEDIA(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_STYLE_MEDIA, WebKitDOMStyleMedia))
-#define WEBKIT_DOM_STYLE_MEDIA_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_STYLE_MEDIA, WebKitDOMStyleMediaClass)
-#define WEBKIT_DOM_IS_STYLE_MEDIA(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_STYLE_MEDIA))
-#define WEBKIT_DOM_IS_STYLE_MEDIA_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_STYLE_MEDIA))
-#define WEBKIT_DOM_STYLE_MEDIA_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_STYLE_MEDIA, WebKitDOMStyleMediaClass))
-
-struct _WebKitDOMStyleMedia {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMStyleMediaClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_style_media_get_type(void);
-
-/**
- * webkit_dom_style_media_match_medium:
- * @self: A #WebKitDOMStyleMedia
- * @mediaquery: A #gchar
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_style_media_match_medium(WebKitDOMStyleMedia* self, const gchar* mediaquery);
-
-/**
- * webkit_dom_style_media_get_media_type:
- * @self: A #WebKitDOMStyleMedia
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_style_media_get_media_type(WebKitDOMStyleMedia* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMStyleMedia_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMStyleMediaPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMediaPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMediaPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMStyleMediaPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMStyleMediaPrivate_h
-#define WebKitDOMStyleMediaPrivate_h
-
-#include &lt;WebCore/StyleMedia.h&gt;
-#include &lt;webkitdom/WebKitDOMStyleMedia.h&gt;
-
-namespace WebKit {
-WebKitDOMStyleMedia* wrapStyleMedia(WebCore::StyleMedia*);
-WebKitDOMStyleMedia* kit(WebCore::StyleMedia*);
-WebCore::StyleMedia* core(WebKitDOMStyleMedia*);
-} // namespace WebKit
-
-#endif /* WebKitDOMStyleMediaPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrack.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrack.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrack.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,413 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMTextTrack.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMTextTrackCueListPrivate.h&quot;
-#include &quot;WebKitDOMTextTrackCuePrivate.h&quot;
-#include &quot;WebKitDOMTextTrackPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_TEXT_TRACK_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_TEXT_TRACK, WebKitDOMTextTrackPrivate)
-
-typedef struct _WebKitDOMTextTrackPrivate {
-#if ENABLE(VIDEO_TRACK)
-    RefPtr&lt;WebCore::TextTrack&gt; coreObject;
-#endif // ENABLE(VIDEO_TRACK)
-} WebKitDOMTextTrackPrivate;
-
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-
-WebKitDOMTextTrack* kit(WebCore::TextTrack* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_TEXT_TRACK(ret);
-
-    return wrapTextTrack(obj);
-}
-
-WebCore::TextTrack* core(WebKitDOMTextTrack* request)
-{
-    return request ? static_cast&lt;WebCore::TextTrack*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMTextTrack* wrapTextTrack(WebCore::TextTrack* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_TEXT_TRACK(g_object_new(WEBKIT_DOM_TYPE_TEXT_TRACK, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO_TRACK)
-
-static gboolean webkit_dom_text_track_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::TextTrack* coreTarget = static_cast&lt;WebCore::TextTrack*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(event);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static gboolean webkit_dom_text_track_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::TextTrack* coreTarget = static_cast&lt;WebCore::TextTrack*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static gboolean webkit_dom_text_track_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::TextTrack* coreTarget = static_cast&lt;WebCore::TextTrack*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_text_track_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_text_track_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_text_track_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMTextTrack, webkit_dom_text_track, WEBKIT_DOM_TYPE_OBJECT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-enum {
-    PROP_0,
-    PROP_ID,
-    PROP_LABEL,
-    PROP_LANGUAGE,
-    PROP_IN_BAND_METADATA_TRACK_DISPATCH_TYPE,
-    PROP_CUES,
-    PROP_ACTIVE_CUES,
-};
-
-static void webkit_dom_text_track_finalize(GObject* object)
-{
-    WebKitDOMTextTrackPrivate* priv = WEBKIT_DOM_TEXT_TRACK_GET_PRIVATE(object);
-#if ENABLE(VIDEO_TRACK)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(VIDEO_TRACK)
-    priv-&gt;~WebKitDOMTextTrackPrivate();
-    G_OBJECT_CLASS(webkit_dom_text_track_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_text_track_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMTextTrack* self = WEBKIT_DOM_TEXT_TRACK(object);
-
-    switch (propertyId) {
-    case PROP_ID:
-        g_value_take_string(value, webkit_dom_text_track_get_id(self));
-        break;
-    case PROP_LABEL:
-        g_value_take_string(value, webkit_dom_text_track_get_label(self));
-        break;
-    case PROP_LANGUAGE:
-        g_value_take_string(value, webkit_dom_text_track_get_language(self));
-        break;
-    case PROP_IN_BAND_METADATA_TRACK_DISPATCH_TYPE:
-        g_value_take_string(value, webkit_dom_text_track_get_in_band_metadata_track_dispatch_type(self));
-        break;
-    case PROP_CUES:
-        g_value_set_object(value, webkit_dom_text_track_get_cues(self));
-        break;
-    case PROP_ACTIVE_CUES:
-        g_value_set_object(value, webkit_dom_text_track_get_active_cues(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_text_track_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_text_track_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(VIDEO_TRACK)
-    WebKitDOMTextTrackPrivate* priv = WEBKIT_DOM_TEXT_TRACK_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::TextTrack*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(VIDEO_TRACK)
-    return object;
-}
-
-static void webkit_dom_text_track_class_init(WebKitDOMTextTrackClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMTextTrackPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_text_track_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_text_track_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_text_track_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_ID,
-        g_param_spec_string(
-            &quot;id&quot;,
-            &quot;TextTrack:id&quot;,
-            &quot;read-only gchar* TextTrack:id&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LABEL,
-        g_param_spec_string(
-            &quot;label&quot;,
-            &quot;TextTrack:label&quot;,
-            &quot;read-only gchar* TextTrack:label&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LANGUAGE,
-        g_param_spec_string(
-            &quot;language&quot;,
-            &quot;TextTrack:language&quot;,
-            &quot;read-only gchar* TextTrack:language&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_IN_BAND_METADATA_TRACK_DISPATCH_TYPE,
-        g_param_spec_string(
-            &quot;in-band-metadata-track-dispatch-type&quot;,
-            &quot;TextTrack:in-band-metadata-track-dispatch-type&quot;,
-            &quot;read-only gchar* TextTrack:in-band-metadata-track-dispatch-type&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CUES,
-        g_param_spec_object(
-            &quot;cues&quot;,
-            &quot;TextTrack:cues&quot;,
-            &quot;read-only WebKitDOMTextTrackCueList* TextTrack:cues&quot;,
-            WEBKIT_DOM_TYPE_TEXT_TRACK_CUE_LIST,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_ACTIVE_CUES,
-        g_param_spec_object(
-            &quot;active-cues&quot;,
-            &quot;TextTrack:active-cues&quot;,
-            &quot;read-only WebKitDOMTextTrackCueList* TextTrack:active-cues&quot;,
-            WEBKIT_DOM_TYPE_TEXT_TRACK_CUE_LIST,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_text_track_init(WebKitDOMTextTrack* request)
-{
-    WebKitDOMTextTrackPrivate* priv = WEBKIT_DOM_TEXT_TRACK_GET_PRIVATE(request);
-    new (priv) WebKitDOMTextTrackPrivate();
-}
-
-void webkit_dom_text_track_add_cue(WebKitDOMTextTrack* self, WebKitDOMTextTrackCue* cue, GError** error)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_TEXT_TRACK(self));
-    g_return_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_CUE(cue));
-    g_return_if_fail(!error || !*error);
-    WebCore::TextTrack* item = WebKit::core(self);
-    WebCore::TextTrackCue* convertedCue = WebKit::core(cue);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;addCue(convertedCue, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(cue);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-void webkit_dom_text_track_remove_cue(WebKitDOMTextTrack* self, WebKitDOMTextTrackCue* cue, GError** error)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_TEXT_TRACK(self));
-    g_return_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_CUE(cue));
-    g_return_if_fail(!error || !*error);
-    WebCore::TextTrack* item = WebKit::core(self);
-    WebCore::TextTrackCue* convertedCue = WebKit::core(cue);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;removeCue(convertedCue, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(cue);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gchar* webkit_dom_text_track_get_id(WebKitDOMTextTrack* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK(self), 0);
-    WebCore::TextTrack* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;id());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gchar* webkit_dom_text_track_get_label(WebKitDOMTextTrack* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK(self), 0);
-    WebCore::TextTrack* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;label());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gchar* webkit_dom_text_track_get_language(WebKitDOMTextTrack* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK(self), 0);
-    WebCore::TextTrack* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;language());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gchar* webkit_dom_text_track_get_in_band_metadata_track_dispatch_type(WebKitDOMTextTrack* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK(self), 0);
-    WebCore::TextTrack* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;inBandMetadataTrackDispatchType());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-WebKitDOMTextTrackCueList* webkit_dom_text_track_get_cues(WebKitDOMTextTrack* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK(self), 0);
-    WebCore::TextTrack* item = WebKit::core(self);
-    RefPtr&lt;WebCore::TextTrackCueList&gt; gobjectResult = WTF::getPtr(item-&gt;cues());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-WebKitDOMTextTrackCueList* webkit_dom_text_track_get_active_cues(WebKitDOMTextTrack* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK(self), 0);
-    WebCore::TextTrack* item = WebKit::core(self);
-    RefPtr&lt;WebCore::TextTrackCueList&gt; gobjectResult = WTF::getPtr(item-&gt;activeCues());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrack.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrack.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrack.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,141 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMTextTrack_h
-#define WebKitDOMTextTrack_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_TEXT_TRACK            (webkit_dom_text_track_get_type())
-#define WEBKIT_DOM_TEXT_TRACK(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_TEXT_TRACK, WebKitDOMTextTrack))
-#define WEBKIT_DOM_TEXT_TRACK_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_TEXT_TRACK, WebKitDOMTextTrackClass)
-#define WEBKIT_DOM_IS_TEXT_TRACK(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_TEXT_TRACK))
-#define WEBKIT_DOM_IS_TEXT_TRACK_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_TEXT_TRACK))
-#define WEBKIT_DOM_TEXT_TRACK_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_TEXT_TRACK, WebKitDOMTextTrackClass))
-
-struct _WebKitDOMTextTrack {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMTextTrackClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_text_track_get_type(void);
-
-/**
- * webkit_dom_text_track_add_cue:
- * @self: A #WebKitDOMTextTrack
- * @cue: A #WebKitDOMTextTrackCue
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_text_track_add_cue(WebKitDOMTextTrack* self, WebKitDOMTextTrackCue* cue, GError** error);
-
-/**
- * webkit_dom_text_track_remove_cue:
- * @self: A #WebKitDOMTextTrack
- * @cue: A #WebKitDOMTextTrackCue
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_text_track_remove_cue(WebKitDOMTextTrack* self, WebKitDOMTextTrackCue* cue, GError** error);
-
-/**
- * webkit_dom_text_track_get_id:
- * @self: A #WebKitDOMTextTrack
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_text_track_get_id(WebKitDOMTextTrack* self);
-
-/**
- * webkit_dom_text_track_get_label:
- * @self: A #WebKitDOMTextTrack
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_text_track_get_label(WebKitDOMTextTrack* self);
-
-/**
- * webkit_dom_text_track_get_language:
- * @self: A #WebKitDOMTextTrack
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_text_track_get_language(WebKitDOMTextTrack* self);
-
-/**
- * webkit_dom_text_track_get_in_band_metadata_track_dispatch_type:
- * @self: A #WebKitDOMTextTrack
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_text_track_get_in_band_metadata_track_dispatch_type(WebKitDOMTextTrack* self);
-
-/**
- * webkit_dom_text_track_get_cues:
- * @self: A #WebKitDOMTextTrack
- *
- * Returns: (transfer full): A #WebKitDOMTextTrackCueList
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMTextTrackCueList*
-webkit_dom_text_track_get_cues(WebKitDOMTextTrack* self);
-
-/**
- * webkit_dom_text_track_get_active_cues:
- * @self: A #WebKitDOMTextTrack
- *
- * Returns: (transfer full): A #WebKitDOMTextTrackCueList
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMTextTrackCueList*
-webkit_dom_text_track_get_active_cues(WebKitDOMTextTrack* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMTextTrack_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackCuecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCue.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCue.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCue.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,433 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMTextTrackCue.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMTextTrackCuePrivate.h&quot;
-#include &quot;WebKitDOMTextTrackPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_TEXT_TRACK_CUE_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_TEXT_TRACK_CUE, WebKitDOMTextTrackCuePrivate)
-
-typedef struct _WebKitDOMTextTrackCuePrivate {
-#if ENABLE(VIDEO_TRACK)
-    RefPtr&lt;WebCore::TextTrackCue&gt; coreObject;
-#endif // ENABLE(VIDEO_TRACK)
-} WebKitDOMTextTrackCuePrivate;
-
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-
-WebKitDOMTextTrackCue* kit(WebCore::TextTrackCue* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_TEXT_TRACK_CUE(ret);
-
-    return wrap(obj);
-}
-
-WebCore::TextTrackCue* core(WebKitDOMTextTrackCue* request)
-{
-    return request ? static_cast&lt;WebCore::TextTrackCue*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMTextTrackCue* wrapTextTrackCue(WebCore::TextTrackCue* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_TEXT_TRACK_CUE(g_object_new(WEBKIT_DOM_TYPE_TEXT_TRACK_CUE, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO_TRACK)
-
-static gboolean webkit_dom_text_track_cue_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::TextTrackCue* coreTarget = static_cast&lt;WebCore::TextTrackCue*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(event);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static gboolean webkit_dom_text_track_cue_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::TextTrackCue* coreTarget = static_cast&lt;WebCore::TextTrackCue*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static gboolean webkit_dom_text_track_cue_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::TextTrackCue* coreTarget = static_cast&lt;WebCore::TextTrackCue*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_text_track_cue_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_text_track_cue_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_text_track_cue_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMTextTrackCue, webkit_dom_text_track_cue, WEBKIT_DOM_TYPE_OBJECT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-enum {
-    PROP_0,
-    PROP_TRACK,
-    PROP_ID,
-    PROP_START_TIME,
-    PROP_END_TIME,
-    PROP_PAUSE_ON_EXIT,
-};
-
-static void webkit_dom_text_track_cue_finalize(GObject* object)
-{
-    WebKitDOMTextTrackCuePrivate* priv = WEBKIT_DOM_TEXT_TRACK_CUE_GET_PRIVATE(object);
-#if ENABLE(VIDEO_TRACK)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(VIDEO_TRACK)
-    priv-&gt;~WebKitDOMTextTrackCuePrivate();
-    G_OBJECT_CLASS(webkit_dom_text_track_cue_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_text_track_cue_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMTextTrackCue* self = WEBKIT_DOM_TEXT_TRACK_CUE(object);
-
-    switch (propertyId) {
-    case PROP_ID:
-        webkit_dom_text_track_cue_set_id(self, g_value_get_string(value));
-        break;
-    case PROP_START_TIME:
-        webkit_dom_text_track_cue_set_start_time(self, g_value_get_double(value), nullptr);
-        break;
-    case PROP_END_TIME:
-        webkit_dom_text_track_cue_set_end_time(self, g_value_get_double(value), nullptr);
-        break;
-    case PROP_PAUSE_ON_EXIT:
-        webkit_dom_text_track_cue_set_pause_on_exit(self, g_value_get_boolean(value));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_text_track_cue_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMTextTrackCue* self = WEBKIT_DOM_TEXT_TRACK_CUE(object);
-
-    switch (propertyId) {
-    case PROP_TRACK:
-        g_value_set_object(value, webkit_dom_text_track_cue_get_track(self));
-        break;
-    case PROP_ID:
-        g_value_take_string(value, webkit_dom_text_track_cue_get_id(self));
-        break;
-    case PROP_START_TIME:
-        g_value_set_double(value, webkit_dom_text_track_cue_get_start_time(self));
-        break;
-    case PROP_END_TIME:
-        g_value_set_double(value, webkit_dom_text_track_cue_get_end_time(self));
-        break;
-    case PROP_PAUSE_ON_EXIT:
-        g_value_set_boolean(value, webkit_dom_text_track_cue_get_pause_on_exit(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_text_track_cue_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_text_track_cue_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(VIDEO_TRACK)
-    WebKitDOMTextTrackCuePrivate* priv = WEBKIT_DOM_TEXT_TRACK_CUE_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::TextTrackCue*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(VIDEO_TRACK)
-    return object;
-}
-
-static void webkit_dom_text_track_cue_class_init(WebKitDOMTextTrackCueClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMTextTrackCuePrivate));
-    gobjectClass-&gt;constructor = webkit_dom_text_track_cue_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_text_track_cue_finalize;
-    gobjectClass-&gt;set_property = webkit_dom_text_track_cue_set_property;
-    gobjectClass-&gt;get_property = webkit_dom_text_track_cue_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TRACK,
-        g_param_spec_object(
-            &quot;track&quot;,
-            &quot;TextTrackCue:track&quot;,
-            &quot;read-only WebKitDOMTextTrack* TextTrackCue:track&quot;,
-            WEBKIT_DOM_TYPE_TEXT_TRACK,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_ID,
-        g_param_spec_string(
-            &quot;id&quot;,
-            &quot;TextTrackCue:id&quot;,
-            &quot;read-write gchar* TextTrackCue:id&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_START_TIME,
-        g_param_spec_double(
-            &quot;start-time&quot;,
-            &quot;TextTrackCue:start-time&quot;,
-            &quot;read-write gdouble TextTrackCue:start-time&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_END_TIME,
-        g_param_spec_double(
-            &quot;end-time&quot;,
-            &quot;TextTrackCue:end-time&quot;,
-            &quot;read-write gdouble TextTrackCue:end-time&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PAUSE_ON_EXIT,
-        g_param_spec_boolean(
-            &quot;pause-on-exit&quot;,
-            &quot;TextTrackCue:pause-on-exit&quot;,
-            &quot;read-write gboolean TextTrackCue:pause-on-exit&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-}
-
-static void webkit_dom_text_track_cue_init(WebKitDOMTextTrackCue* request)
-{
-    WebKitDOMTextTrackCuePrivate* priv = WEBKIT_DOM_TEXT_TRACK_CUE_GET_PRIVATE(request);
-    new (priv) WebKitDOMTextTrackCuePrivate();
-}
-
-WebKitDOMTextTrack* webkit_dom_text_track_cue_get_track(WebKitDOMTextTrackCue* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_CUE(self), 0);
-    WebCore::TextTrackCue* item = WebKit::core(self);
-    RefPtr&lt;WebCore::TextTrack&gt; gobjectResult = WTF::getPtr(item-&gt;track());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gchar* webkit_dom_text_track_cue_get_id(WebKitDOMTextTrackCue* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_CUE(self), 0);
-    WebCore::TextTrackCue* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;id());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-void webkit_dom_text_track_cue_set_id(WebKitDOMTextTrackCue* self, const gchar* value)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_CUE(self));
-    g_return_if_fail(value);
-    WebCore::TextTrackCue* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setId(convertedValue);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gdouble webkit_dom_text_track_cue_get_start_time(WebKitDOMTextTrackCue* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_CUE(self), 0);
-    WebCore::TextTrackCue* item = WebKit::core(self);
-    gdouble result = item-&gt;startTime();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-void webkit_dom_text_track_cue_set_start_time(WebKitDOMTextTrackCue* self, gdouble value, GError** error)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_CUE(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::TextTrackCue* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;setStartTime(value, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gdouble webkit_dom_text_track_cue_get_end_time(WebKitDOMTextTrackCue* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_CUE(self), 0);
-    WebCore::TextTrackCue* item = WebKit::core(self);
-    gdouble result = item-&gt;endTime();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-void webkit_dom_text_track_cue_set_end_time(WebKitDOMTextTrackCue* self, gdouble value, GError** error)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_CUE(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::TextTrackCue* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;setEndTime(value, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gboolean webkit_dom_text_track_cue_get_pause_on_exit(WebKitDOMTextTrackCue* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_CUE(self), FALSE);
-    WebCore::TextTrackCue* item = WebKit::core(self);
-    gboolean result = item-&gt;pauseOnExit();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-void webkit_dom_text_track_cue_set_pause_on_exit(WebKitDOMTextTrackCue* self, gboolean value)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_CUE(self));
-    WebCore::TextTrackCue* item = WebKit::core(self);
-    item-&gt;setPauseOnExit(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackCueh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCue.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCue.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCue.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,150 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMTextTrackCue_h
-#define WebKitDOMTextTrackCue_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_TEXT_TRACK_CUE            (webkit_dom_text_track_cue_get_type())
-#define WEBKIT_DOM_TEXT_TRACK_CUE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_TEXT_TRACK_CUE, WebKitDOMTextTrackCue))
-#define WEBKIT_DOM_TEXT_TRACK_CUE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_TEXT_TRACK_CUE, WebKitDOMTextTrackCueClass)
-#define WEBKIT_DOM_IS_TEXT_TRACK_CUE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_TEXT_TRACK_CUE))
-#define WEBKIT_DOM_IS_TEXT_TRACK_CUE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_TEXT_TRACK_CUE))
-#define WEBKIT_DOM_TEXT_TRACK_CUE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_TEXT_TRACK_CUE, WebKitDOMTextTrackCueClass))
-
-struct _WebKitDOMTextTrackCue {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMTextTrackCueClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_text_track_cue_get_type(void);
-
-/**
- * webkit_dom_text_track_cue_get_track:
- * @self: A #WebKitDOMTextTrackCue
- *
- * Returns: (transfer full): A #WebKitDOMTextTrack
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMTextTrack*
-webkit_dom_text_track_cue_get_track(WebKitDOMTextTrackCue* self);
-
-/**
- * webkit_dom_text_track_cue_get_id:
- * @self: A #WebKitDOMTextTrackCue
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_text_track_cue_get_id(WebKitDOMTextTrackCue* self);
-
-/**
- * webkit_dom_text_track_cue_set_id:
- * @self: A #WebKitDOMTextTrackCue
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_text_track_cue_set_id(WebKitDOMTextTrackCue* self, const gchar* value);
-
-/**
- * webkit_dom_text_track_cue_get_start_time:
- * @self: A #WebKitDOMTextTrackCue
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_text_track_cue_get_start_time(WebKitDOMTextTrackCue* self);
-
-/**
- * webkit_dom_text_track_cue_set_start_time:
- * @self: A #WebKitDOMTextTrackCue
- * @value: A #gdouble
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_text_track_cue_set_start_time(WebKitDOMTextTrackCue* self, gdouble value, GError** error);
-
-/**
- * webkit_dom_text_track_cue_get_end_time:
- * @self: A #WebKitDOMTextTrackCue
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_text_track_cue_get_end_time(WebKitDOMTextTrackCue* self);
-
-/**
- * webkit_dom_text_track_cue_set_end_time:
- * @self: A #WebKitDOMTextTrackCue
- * @value: A #gdouble
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_text_track_cue_set_end_time(WebKitDOMTextTrackCue* self, gdouble value, GError** error);
-
-/**
- * webkit_dom_text_track_cue_get_pause_on_exit:
- * @self: A #WebKitDOMTextTrackCue
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_text_track_cue_get_pause_on_exit(WebKitDOMTextTrackCue* self);
-
-/**
- * webkit_dom_text_track_cue_set_pause_on_exit:
- * @self: A #WebKitDOMTextTrackCue
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_text_track_cue_set_pause_on_exit(WebKitDOMTextTrackCue* self, gboolean value);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMTextTrackCue_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackCueListcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueList.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueList.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueList.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,191 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMTextTrackCueList.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMTextTrackCueListPrivate.h&quot;
-#include &quot;WebKitDOMTextTrackCuePrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_TEXT_TRACK_CUE_LIST_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_TEXT_TRACK_CUE_LIST, WebKitDOMTextTrackCueListPrivate)
-
-typedef struct _WebKitDOMTextTrackCueListPrivate {
-#if ENABLE(VIDEO_TRACK)
-    RefPtr&lt;WebCore::TextTrackCueList&gt; coreObject;
-#endif // ENABLE(VIDEO_TRACK)
-} WebKitDOMTextTrackCueListPrivate;
-
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-
-WebKitDOMTextTrackCueList* kit(WebCore::TextTrackCueList* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_TEXT_TRACK_CUE_LIST(ret);
-
-    return wrapTextTrackCueList(obj);
-}
-
-WebCore::TextTrackCueList* core(WebKitDOMTextTrackCueList* request)
-{
-    return request ? static_cast&lt;WebCore::TextTrackCueList*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMTextTrackCueList* wrapTextTrackCueList(WebCore::TextTrackCueList* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_TEXT_TRACK_CUE_LIST(g_object_new(WEBKIT_DOM_TYPE_TEXT_TRACK_CUE_LIST, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO_TRACK)
-
-G_DEFINE_TYPE(WebKitDOMTextTrackCueList, webkit_dom_text_track_cue_list, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_LENGTH,
-};
-
-static void webkit_dom_text_track_cue_list_finalize(GObject* object)
-{
-    WebKitDOMTextTrackCueListPrivate* priv = WEBKIT_DOM_TEXT_TRACK_CUE_LIST_GET_PRIVATE(object);
-#if ENABLE(VIDEO_TRACK)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(VIDEO_TRACK)
-    priv-&gt;~WebKitDOMTextTrackCueListPrivate();
-    G_OBJECT_CLASS(webkit_dom_text_track_cue_list_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_text_track_cue_list_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMTextTrackCueList* self = WEBKIT_DOM_TEXT_TRACK_CUE_LIST(object);
-
-    switch (propertyId) {
-    case PROP_LENGTH:
-        g_value_set_ulong(value, webkit_dom_text_track_cue_list_get_length(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_text_track_cue_list_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_text_track_cue_list_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(VIDEO_TRACK)
-    WebKitDOMTextTrackCueListPrivate* priv = WEBKIT_DOM_TEXT_TRACK_CUE_LIST_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::TextTrackCueList*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(VIDEO_TRACK)
-    return object;
-}
-
-static void webkit_dom_text_track_cue_list_class_init(WebKitDOMTextTrackCueListClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMTextTrackCueListPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_text_track_cue_list_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_text_track_cue_list_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_text_track_cue_list_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LENGTH,
-        g_param_spec_ulong(
-            &quot;length&quot;,
-            &quot;TextTrackCueList:length&quot;,
-            &quot;read-only gulong TextTrackCueList:length&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_text_track_cue_list_init(WebKitDOMTextTrackCueList* request)
-{
-    WebKitDOMTextTrackCueListPrivate* priv = WEBKIT_DOM_TEXT_TRACK_CUE_LIST_GET_PRIVATE(request);
-    new (priv) WebKitDOMTextTrackCueListPrivate();
-}
-
-WebKitDOMTextTrackCue* webkit_dom_text_track_cue_list_item(WebKitDOMTextTrackCueList* self, gulong index)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_CUE_LIST(self), 0);
-    WebCore::TextTrackCueList* item = WebKit::core(self);
-    RefPtr&lt;WebCore::TextTrackCue&gt; gobjectResult = WTF::getPtr(item-&gt;item(index));
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(index);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-WebKitDOMTextTrackCue* webkit_dom_text_track_cue_list_get_cue_by_id(WebKitDOMTextTrackCueList* self, const gchar* id)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_CUE_LIST(self), 0);
-    g_return_val_if_fail(id, 0);
-    WebCore::TextTrackCueList* item = WebKit::core(self);
-    WTF::String convertedId = WTF::String::fromUTF8(id);
-    RefPtr&lt;WebCore::TextTrackCue&gt; gobjectResult = WTF::getPtr(item-&gt;getCueById(convertedId));
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(id);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gulong webkit_dom_text_track_cue_list_get_length(WebKitDOMTextTrackCueList* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_CUE_LIST(self), 0);
-    WebCore::TextTrackCueList* item = WebKit::core(self);
-    gulong result = item-&gt;length();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackCueListh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueList.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueList.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueList.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,88 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMTextTrackCueList_h
-#define WebKitDOMTextTrackCueList_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_TEXT_TRACK_CUE_LIST            (webkit_dom_text_track_cue_list_get_type())
-#define WEBKIT_DOM_TEXT_TRACK_CUE_LIST(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_TEXT_TRACK_CUE_LIST, WebKitDOMTextTrackCueList))
-#define WEBKIT_DOM_TEXT_TRACK_CUE_LIST_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_TEXT_TRACK_CUE_LIST, WebKitDOMTextTrackCueListClass)
-#define WEBKIT_DOM_IS_TEXT_TRACK_CUE_LIST(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_TEXT_TRACK_CUE_LIST))
-#define WEBKIT_DOM_IS_TEXT_TRACK_CUE_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_TEXT_TRACK_CUE_LIST))
-#define WEBKIT_DOM_TEXT_TRACK_CUE_LIST_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_TEXT_TRACK_CUE_LIST, WebKitDOMTextTrackCueListClass))
-
-struct _WebKitDOMTextTrackCueList {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMTextTrackCueListClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_text_track_cue_list_get_type(void);
-
-/**
- * webkit_dom_text_track_cue_list_item:
- * @self: A #WebKitDOMTextTrackCueList
- * @index: A #gulong
- *
- * Returns: (transfer full): A #WebKitDOMTextTrackCue
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMTextTrackCue*
-webkit_dom_text_track_cue_list_item(WebKitDOMTextTrackCueList* self, gulong index);
-
-/**
- * webkit_dom_text_track_cue_list_get_cue_by_id:
- * @self: A #WebKitDOMTextTrackCueList
- * @id: A #gchar
- *
- * Returns: (transfer full): A #WebKitDOMTextTrackCue
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMTextTrackCue*
-webkit_dom_text_track_cue_list_get_cue_by_id(WebKitDOMTextTrackCueList* self, const gchar* id);
-
-/**
- * webkit_dom_text_track_cue_list_get_length:
- * @self: A #WebKitDOMTextTrackCueList
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_text_track_cue_list_get_length(WebKitDOMTextTrackCueList* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMTextTrackCueList_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackCueListPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueListPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueListPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCueListPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMTextTrackCueListPrivate_h
-#define WebKitDOMTextTrackCueListPrivate_h
-
-#include &lt;WebCore/TextTrackCueList.h&gt;
-#include &lt;webkitdom/WebKitDOMTextTrackCueList.h&gt;
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-WebKitDOMTextTrackCueList* wrapTextTrackCueList(WebCore::TextTrackCueList*);
-WebKitDOMTextTrackCueList* kit(WebCore::TextTrackCueList*);
-WebCore::TextTrackCueList* core(WebKitDOMTextTrackCueList*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO_TRACK) */
-
-#endif /* WebKitDOMTextTrackCueListPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackCuePrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCuePrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCuePrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackCuePrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMTextTrackCuePrivate_h
-#define WebKitDOMTextTrackCuePrivate_h
-
-#include &lt;WebCore/TextTrackCue.h&gt;
-#include &lt;webkitdom/WebKitDOMTextTrackCue.h&gt;
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-WebKitDOMTextTrackCue* wrapTextTrackCue(WebCore::TextTrackCue*);
-WebKitDOMTextTrackCue* kit(WebCore::TextTrackCue*);
-WebCore::TextTrackCue* core(WebKitDOMTextTrackCue*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO_TRACK) */
-
-#endif /* WebKitDOMTextTrackCuePrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackListcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackList.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackList.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackList.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,255 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMTextTrackList.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMTextTrackListPrivate.h&quot;
-#include &quot;WebKitDOMTextTrackPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_TEXT_TRACK_LIST_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_TEXT_TRACK_LIST, WebKitDOMTextTrackListPrivate)
-
-typedef struct _WebKitDOMTextTrackListPrivate {
-#if ENABLE(VIDEO_TRACK)
-    RefPtr&lt;WebCore::TextTrackList&gt; coreObject;
-#endif // ENABLE(VIDEO_TRACK)
-} WebKitDOMTextTrackListPrivate;
-
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-
-WebKitDOMTextTrackList* kit(WebCore::TextTrackList* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_TEXT_TRACK_LIST(ret);
-
-    return wrapTextTrackList(obj);
-}
-
-WebCore::TextTrackList* core(WebKitDOMTextTrackList* request)
-{
-    return request ? static_cast&lt;WebCore::TextTrackList*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMTextTrackList* wrapTextTrackList(WebCore::TextTrackList* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_TEXT_TRACK_LIST(g_object_new(WEBKIT_DOM_TYPE_TEXT_TRACK_LIST, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO_TRACK)
-
-static gboolean webkit_dom_text_track_list_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::TextTrackList* coreTarget = static_cast&lt;WebCore::TextTrackList*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(event);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static gboolean webkit_dom_text_track_list_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::TextTrackList* coreTarget = static_cast&lt;WebCore::TextTrackList*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static gboolean webkit_dom_text_track_list_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::TextTrackList* coreTarget = static_cast&lt;WebCore::TextTrackList*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_text_track_list_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_text_track_list_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_text_track_list_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMTextTrackList, webkit_dom_text_track_list, WEBKIT_DOM_TYPE_OBJECT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-enum {
-    PROP_0,
-    PROP_LENGTH,
-};
-
-static void webkit_dom_text_track_list_finalize(GObject* object)
-{
-    WebKitDOMTextTrackListPrivate* priv = WEBKIT_DOM_TEXT_TRACK_LIST_GET_PRIVATE(object);
-#if ENABLE(VIDEO_TRACK)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(VIDEO_TRACK)
-    priv-&gt;~WebKitDOMTextTrackListPrivate();
-    G_OBJECT_CLASS(webkit_dom_text_track_list_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_text_track_list_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMTextTrackList* self = WEBKIT_DOM_TEXT_TRACK_LIST(object);
-
-    switch (propertyId) {
-    case PROP_LENGTH:
-        g_value_set_ulong(value, webkit_dom_text_track_list_get_length(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_text_track_list_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_text_track_list_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(VIDEO_TRACK)
-    WebKitDOMTextTrackListPrivate* priv = WEBKIT_DOM_TEXT_TRACK_LIST_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::TextTrackList*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(VIDEO_TRACK)
-    return object;
-}
-
-static void webkit_dom_text_track_list_class_init(WebKitDOMTextTrackListClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMTextTrackListPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_text_track_list_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_text_track_list_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_text_track_list_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LENGTH,
-        g_param_spec_ulong(
-            &quot;length&quot;,
-            &quot;TextTrackList:length&quot;,
-            &quot;read-only gulong TextTrackList:length&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_text_track_list_init(WebKitDOMTextTrackList* request)
-{
-    WebKitDOMTextTrackListPrivate* priv = WEBKIT_DOM_TEXT_TRACK_LIST_GET_PRIVATE(request);
-    new (priv) WebKitDOMTextTrackListPrivate();
-}
-
-WebKitDOMTextTrack* webkit_dom_text_track_list_item(WebKitDOMTextTrackList* self, gulong index)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_LIST(self), 0);
-    WebCore::TextTrackList* item = WebKit::core(self);
-    RefPtr&lt;WebCore::TextTrack&gt; gobjectResult = WTF::getPtr(item-&gt;item(index));
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(index);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-WebKitDOMTextTrack* webkit_dom_text_track_list_get_track_by_id(WebKitDOMTextTrackList* self, const gchar* id)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_LIST(self), 0);
-    g_return_val_if_fail(id, 0);
-    WebCore::TextTrackList* item = WebKit::core(self);
-    WTF::String convertedId = WTF::String::fromUTF8(id);
-    RefPtr&lt;WebCore::TextTrack&gt; gobjectResult = WTF::getPtr(item-&gt;getTrackById(convertedId));
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(id);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gulong webkit_dom_text_track_list_get_length(WebKitDOMTextTrackList* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TEXT_TRACK_LIST(self), 0);
-    WebCore::TextTrackList* item = WebKit::core(self);
-    gulong result = item-&gt;length();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackListh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackList.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackList.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackList.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,88 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMTextTrackList_h
-#define WebKitDOMTextTrackList_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_TEXT_TRACK_LIST            (webkit_dom_text_track_list_get_type())
-#define WEBKIT_DOM_TEXT_TRACK_LIST(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_TEXT_TRACK_LIST, WebKitDOMTextTrackList))
-#define WEBKIT_DOM_TEXT_TRACK_LIST_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_TEXT_TRACK_LIST, WebKitDOMTextTrackListClass)
-#define WEBKIT_DOM_IS_TEXT_TRACK_LIST(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_TEXT_TRACK_LIST))
-#define WEBKIT_DOM_IS_TEXT_TRACK_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_TEXT_TRACK_LIST))
-#define WEBKIT_DOM_TEXT_TRACK_LIST_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_TEXT_TRACK_LIST, WebKitDOMTextTrackListClass))
-
-struct _WebKitDOMTextTrackList {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMTextTrackListClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_text_track_list_get_type(void);
-
-/**
- * webkit_dom_text_track_list_item:
- * @self: A #WebKitDOMTextTrackList
- * @index: A #gulong
- *
- * Returns: (transfer full): A #WebKitDOMTextTrack
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMTextTrack*
-webkit_dom_text_track_list_item(WebKitDOMTextTrackList* self, gulong index);
-
-/**
- * webkit_dom_text_track_list_get_track_by_id:
- * @self: A #WebKitDOMTextTrackList
- * @id: A #gchar
- *
- * Returns: (transfer full): A #WebKitDOMTextTrack
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMTextTrack*
-webkit_dom_text_track_list_get_track_by_id(WebKitDOMTextTrackList* self, const gchar* id);
-
-/**
- * webkit_dom_text_track_list_get_length:
- * @self: A #WebKitDOMTextTrackList
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_text_track_list_get_length(WebKitDOMTextTrackList* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMTextTrackList_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackListPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackListPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackListPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackListPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMTextTrackListPrivate_h
-#define WebKitDOMTextTrackListPrivate_h
-
-#include &lt;WebCore/TextTrackList.h&gt;
-#include &lt;webkitdom/WebKitDOMTextTrackList.h&gt;
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-WebKitDOMTextTrackList* wrapTextTrackList(WebCore::TextTrackList*);
-WebKitDOMTextTrackList* kit(WebCore::TextTrackList*);
-WebCore::TextTrackList* core(WebKitDOMTextTrackList*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO_TRACK) */
-
-#endif /* WebKitDOMTextTrackListPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTextTrackPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTextTrackPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMTextTrackPrivate_h
-#define WebKitDOMTextTrackPrivate_h
-
-#include &lt;WebCore/TextTrack.h&gt;
-#include &lt;webkitdom/WebKitDOMTextTrack.h&gt;
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-WebKitDOMTextTrack* wrapTextTrack(WebCore::TextTrack*);
-WebKitDOMTextTrack* kit(WebCore::TextTrack*);
-WebCore::TextTrack* core(WebKitDOMTextTrack*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO_TRACK) */
-
-#endif /* WebKitDOMTextTrackPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTimeRangescpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRanges.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRanges.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRanges.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,202 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMTimeRanges.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMTimeRangesPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_TIME_RANGES_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_TIME_RANGES, WebKitDOMTimeRangesPrivate)
-
-typedef struct _WebKitDOMTimeRangesPrivate {
-#if ENABLE(VIDEO)
-    RefPtr&lt;WebCore::TimeRanges&gt; coreObject;
-#endif // ENABLE(VIDEO)
-} WebKitDOMTimeRangesPrivate;
-
-#if ENABLE(VIDEO)
-
-namespace WebKit {
-
-WebKitDOMTimeRanges* kit(WebCore::TimeRanges* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_TIME_RANGES(ret);
-
-    return wrapTimeRanges(obj);
-}
-
-WebCore::TimeRanges* core(WebKitDOMTimeRanges* request)
-{
-    return request ? static_cast&lt;WebCore::TimeRanges*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMTimeRanges* wrapTimeRanges(WebCore::TimeRanges* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_TIME_RANGES(g_object_new(WEBKIT_DOM_TYPE_TIME_RANGES, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO)
-
-G_DEFINE_TYPE(WebKitDOMTimeRanges, webkit_dom_time_ranges, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_LENGTH,
-};
-
-static void webkit_dom_time_ranges_finalize(GObject* object)
-{
-    WebKitDOMTimeRangesPrivate* priv = WEBKIT_DOM_TIME_RANGES_GET_PRIVATE(object);
-#if ENABLE(VIDEO)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(VIDEO)
-    priv-&gt;~WebKitDOMTimeRangesPrivate();
-    G_OBJECT_CLASS(webkit_dom_time_ranges_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_time_ranges_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMTimeRanges* self = WEBKIT_DOM_TIME_RANGES(object);
-
-    switch (propertyId) {
-    case PROP_LENGTH:
-        g_value_set_ulong(value, webkit_dom_time_ranges_get_length(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_time_ranges_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_time_ranges_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(VIDEO)
-    WebKitDOMTimeRangesPrivate* priv = WEBKIT_DOM_TIME_RANGES_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::TimeRanges*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(VIDEO)
-    return object;
-}
-
-static void webkit_dom_time_ranges_class_init(WebKitDOMTimeRangesClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMTimeRangesPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_time_ranges_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_time_ranges_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_time_ranges_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LENGTH,
-        g_param_spec_ulong(
-            &quot;length&quot;,
-            &quot;TimeRanges:length&quot;,
-            &quot;read-only gulong TimeRanges:length&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_time_ranges_init(WebKitDOMTimeRanges* request)
-{
-    WebKitDOMTimeRangesPrivate* priv = WEBKIT_DOM_TIME_RANGES_GET_PRIVATE(request);
-    new (priv) WebKitDOMTimeRangesPrivate();
-}
-
-gdouble webkit_dom_time_ranges_start(WebKitDOMTimeRanges* self, gulong index, GError** error)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TIME_RANGES(self), 0);
-    g_return_val_if_fail(!error || !*error, 0);
-    WebCore::TimeRanges* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    gdouble result = item-&gt;start(index, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(index);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gdouble webkit_dom_time_ranges_end(WebKitDOMTimeRanges* self, gulong index, GError** error)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TIME_RANGES(self), 0);
-    g_return_val_if_fail(!error || !*error, 0);
-    WebCore::TimeRanges* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    gdouble result = item-&gt;end(index, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(index);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
-gulong webkit_dom_time_ranges_get_length(WebKitDOMTimeRanges* self)
-{
-#if ENABLE(VIDEO)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TIME_RANGES(self), 0);
-    WebCore::TimeRanges* item = WebKit::core(self);
-    gulong result = item-&gt;length();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(VIDEO) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTimeRangesh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRanges.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRanges.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRanges.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,90 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMTimeRanges_h
-#define WebKitDOMTimeRanges_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_TIME_RANGES            (webkit_dom_time_ranges_get_type())
-#define WEBKIT_DOM_TIME_RANGES(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_TIME_RANGES, WebKitDOMTimeRanges))
-#define WEBKIT_DOM_TIME_RANGES_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_TIME_RANGES, WebKitDOMTimeRangesClass)
-#define WEBKIT_DOM_IS_TIME_RANGES(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_TIME_RANGES))
-#define WEBKIT_DOM_IS_TIME_RANGES_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_TIME_RANGES))
-#define WEBKIT_DOM_TIME_RANGES_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_TIME_RANGES, WebKitDOMTimeRangesClass))
-
-struct _WebKitDOMTimeRanges {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMTimeRangesClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_time_ranges_get_type(void);
-
-/**
- * webkit_dom_time_ranges_start:
- * @self: A #WebKitDOMTimeRanges
- * @index: A #gulong
- * @error: #GError
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_time_ranges_start(WebKitDOMTimeRanges* self, gulong index, GError** error);
-
-/**
- * webkit_dom_time_ranges_end:
- * @self: A #WebKitDOMTimeRanges
- * @index: A #gulong
- * @error: #GError
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_time_ranges_end(WebKitDOMTimeRanges* self, gulong index, GError** error);
-
-/**
- * webkit_dom_time_ranges_get_length:
- * @self: A #WebKitDOMTimeRanges
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_time_ranges_get_length(WebKitDOMTimeRanges* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMTimeRanges_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTimeRangesPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRangesPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRangesPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTimeRangesPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMTimeRangesPrivate_h
-#define WebKitDOMTimeRangesPrivate_h
-
-#include &lt;WebCore/TimeRanges.h&gt;
-#include &lt;webkitdom/WebKitDOMTimeRanges.h&gt;
-#if ENABLE(VIDEO)
-
-namespace WebKit {
-WebKitDOMTimeRanges* wrapTimeRanges(WebCore::TimeRanges*);
-WebKitDOMTimeRanges* kit(WebCore::TimeRanges*);
-WebCore::TimeRanges* core(WebKitDOMTimeRanges*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO) */
-
-#endif /* WebKitDOMTimeRangesPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTouchcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouch.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouch.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouch.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,476 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMTouch.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventTargetPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMTouchPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_TOUCH_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_TOUCH, WebKitDOMTouchPrivate)
-
-typedef struct _WebKitDOMTouchPrivate {
-#if ENABLE(TOUCH_EVENTS)
-    RefPtr&lt;WebCore::Touch&gt; coreObject;
-#endif // ENABLE(TOUCH_EVENTS)
-} WebKitDOMTouchPrivate;
-
-#if ENABLE(TOUCH_EVENTS)
-
-namespace WebKit {
-
-WebKitDOMTouch* kit(WebCore::Touch* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_TOUCH(ret);
-
-    return wrapTouch(obj);
-}
-
-WebCore::Touch* core(WebKitDOMTouch* request)
-{
-    return request ? static_cast&lt;WebCore::Touch*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMTouch* wrapTouch(WebCore::Touch* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_TOUCH(g_object_new(WEBKIT_DOM_TYPE_TOUCH, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(TOUCH_EVENTS)
-
-G_DEFINE_TYPE(WebKitDOMTouch, webkit_dom_touch, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_CLIENT_X,
-    PROP_CLIENT_Y,
-    PROP_SCREEN_X,
-    PROP_SCREEN_Y,
-    PROP_PAGE_X,
-    PROP_PAGE_Y,
-    PROP_TARGET,
-    PROP_IDENTIFIER,
-    PROP_WEBKIT_RADIUS_X,
-    PROP_WEBKIT_RADIUS_Y,
-    PROP_WEBKIT_ROTATION_ANGLE,
-    PROP_WEBKIT_FORCE,
-};
-
-static void webkit_dom_touch_finalize(GObject* object)
-{
-    WebKitDOMTouchPrivate* priv = WEBKIT_DOM_TOUCH_GET_PRIVATE(object);
-#if ENABLE(TOUCH_EVENTS)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(TOUCH_EVENTS)
-    priv-&gt;~WebKitDOMTouchPrivate();
-    G_OBJECT_CLASS(webkit_dom_touch_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_touch_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMTouch* self = WEBKIT_DOM_TOUCH(object);
-
-    switch (propertyId) {
-    case PROP_CLIENT_X:
-        g_value_set_long(value, webkit_dom_touch_get_client_x(self));
-        break;
-    case PROP_CLIENT_Y:
-        g_value_set_long(value, webkit_dom_touch_get_client_y(self));
-        break;
-    case PROP_SCREEN_X:
-        g_value_set_long(value, webkit_dom_touch_get_screen_x(self));
-        break;
-    case PROP_SCREEN_Y:
-        g_value_set_long(value, webkit_dom_touch_get_screen_y(self));
-        break;
-    case PROP_PAGE_X:
-        g_value_set_long(value, webkit_dom_touch_get_page_x(self));
-        break;
-    case PROP_PAGE_Y:
-        g_value_set_long(value, webkit_dom_touch_get_page_y(self));
-        break;
-    case PROP_TARGET:
-        g_value_set_object(value, webkit_dom_touch_get_target(self));
-        break;
-    case PROP_IDENTIFIER:
-        g_value_set_ulong(value, webkit_dom_touch_get_identifier(self));
-        break;
-    case PROP_WEBKIT_RADIUS_X:
-        g_value_set_long(value, webkit_dom_touch_get_webkit_radius_x(self));
-        break;
-    case PROP_WEBKIT_RADIUS_Y:
-        g_value_set_long(value, webkit_dom_touch_get_webkit_radius_y(self));
-        break;
-    case PROP_WEBKIT_ROTATION_ANGLE:
-        g_value_set_float(value, webkit_dom_touch_get_webkit_rotation_angle(self));
-        break;
-    case PROP_WEBKIT_FORCE:
-        g_value_set_float(value, webkit_dom_touch_get_webkit_force(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_touch_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_touch_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(TOUCH_EVENTS)
-    WebKitDOMTouchPrivate* priv = WEBKIT_DOM_TOUCH_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::Touch*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(TOUCH_EVENTS)
-    return object;
-}
-
-static void webkit_dom_touch_class_init(WebKitDOMTouchClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMTouchPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_touch_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_touch_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_touch_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CLIENT_X,
-        g_param_spec_long(
-            &quot;client-x&quot;,
-            &quot;Touch:client-x&quot;,
-            &quot;read-only glong Touch:client-x&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CLIENT_Y,
-        g_param_spec_long(
-            &quot;client-y&quot;,
-            &quot;Touch:client-y&quot;,
-            &quot;read-only glong Touch:client-y&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SCREEN_X,
-        g_param_spec_long(
-            &quot;screen-x&quot;,
-            &quot;Touch:screen-x&quot;,
-            &quot;read-only glong Touch:screen-x&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SCREEN_Y,
-        g_param_spec_long(
-            &quot;screen-y&quot;,
-            &quot;Touch:screen-y&quot;,
-            &quot;read-only glong Touch:screen-y&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PAGE_X,
-        g_param_spec_long(
-            &quot;page-x&quot;,
-            &quot;Touch:page-x&quot;,
-            &quot;read-only glong Touch:page-x&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PAGE_Y,
-        g_param_spec_long(
-            &quot;page-y&quot;,
-            &quot;Touch:page-y&quot;,
-            &quot;read-only glong Touch:page-y&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TARGET,
-        g_param_spec_object(
-            &quot;target&quot;,
-            &quot;Touch:target&quot;,
-            &quot;read-only WebKitDOMEventTarget* Touch:target&quot;,
-            WEBKIT_DOM_TYPE_EVENT_TARGET,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_IDENTIFIER,
-        g_param_spec_ulong(
-            &quot;identifier&quot;,
-            &quot;Touch:identifier&quot;,
-            &quot;read-only gulong Touch:identifier&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_RADIUS_X,
-        g_param_spec_long(
-            &quot;webkit-radius-x&quot;,
-            &quot;Touch:webkit-radius-x&quot;,
-            &quot;read-only glong Touch:webkit-radius-x&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_RADIUS_Y,
-        g_param_spec_long(
-            &quot;webkit-radius-y&quot;,
-            &quot;Touch:webkit-radius-y&quot;,
-            &quot;read-only glong Touch:webkit-radius-y&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_ROTATION_ANGLE,
-        g_param_spec_float(
-            &quot;webkit-rotation-angle&quot;,
-            &quot;Touch:webkit-rotation-angle&quot;,
-            &quot;read-only gfloat Touch:webkit-rotation-angle&quot;,
-            -G_MAXFLOAT, G_MAXFLOAT, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_FORCE,
-        g_param_spec_float(
-            &quot;webkit-force&quot;,
-            &quot;Touch:webkit-force&quot;,
-            &quot;read-only gfloat Touch:webkit-force&quot;,
-            -G_MAXFLOAT, G_MAXFLOAT, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_touch_init(WebKitDOMTouch* request)
-{
-    WebKitDOMTouchPrivate* priv = WEBKIT_DOM_TOUCH_GET_PRIVATE(request);
-    new (priv) WebKitDOMTouchPrivate();
-}
-
-glong webkit_dom_touch_get_client_x(WebKitDOMTouch* self)
-{
-#if ENABLE(TOUCH_EVENTS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TOUCH(self), 0);
-    WebCore::Touch* item = WebKit::core(self);
-    glong result = item-&gt;clientX();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Touch Events&quot;)
-    return static_cast&lt;glong&gt;(0);
-#endif /* ENABLE(TOUCH_EVENTS) */
-}
-
-glong webkit_dom_touch_get_client_y(WebKitDOMTouch* self)
-{
-#if ENABLE(TOUCH_EVENTS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TOUCH(self), 0);
-    WebCore::Touch* item = WebKit::core(self);
-    glong result = item-&gt;clientY();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Touch Events&quot;)
-    return static_cast&lt;glong&gt;(0);
-#endif /* ENABLE(TOUCH_EVENTS) */
-}
-
-glong webkit_dom_touch_get_screen_x(WebKitDOMTouch* self)
-{
-#if ENABLE(TOUCH_EVENTS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TOUCH(self), 0);
-    WebCore::Touch* item = WebKit::core(self);
-    glong result = item-&gt;screenX();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Touch Events&quot;)
-    return static_cast&lt;glong&gt;(0);
-#endif /* ENABLE(TOUCH_EVENTS) */
-}
-
-glong webkit_dom_touch_get_screen_y(WebKitDOMTouch* self)
-{
-#if ENABLE(TOUCH_EVENTS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TOUCH(self), 0);
-    WebCore::Touch* item = WebKit::core(self);
-    glong result = item-&gt;screenY();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Touch Events&quot;)
-    return static_cast&lt;glong&gt;(0);
-#endif /* ENABLE(TOUCH_EVENTS) */
-}
-
-glong webkit_dom_touch_get_page_x(WebKitDOMTouch* self)
-{
-#if ENABLE(TOUCH_EVENTS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TOUCH(self), 0);
-    WebCore::Touch* item = WebKit::core(self);
-    glong result = item-&gt;pageX();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Touch Events&quot;)
-    return static_cast&lt;glong&gt;(0);
-#endif /* ENABLE(TOUCH_EVENTS) */
-}
-
-glong webkit_dom_touch_get_page_y(WebKitDOMTouch* self)
-{
-#if ENABLE(TOUCH_EVENTS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TOUCH(self), 0);
-    WebCore::Touch* item = WebKit::core(self);
-    glong result = item-&gt;pageY();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Touch Events&quot;)
-    return static_cast&lt;glong&gt;(0);
-#endif /* ENABLE(TOUCH_EVENTS) */
-}
-
-WebKitDOMEventTarget* webkit_dom_touch_get_target(WebKitDOMTouch* self)
-{
-#if ENABLE(TOUCH_EVENTS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TOUCH(self), 0);
-    WebCore::Touch* item = WebKit::core(self);
-    RefPtr&lt;WebCore::EventTarget&gt; gobjectResult = WTF::getPtr(item-&gt;target());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Touch Events&quot;)
-    return 0;
-#endif /* ENABLE(TOUCH_EVENTS) */
-}
-
-gulong webkit_dom_touch_get_identifier(WebKitDOMTouch* self)
-{
-#if ENABLE(TOUCH_EVENTS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TOUCH(self), 0);
-    WebCore::Touch* item = WebKit::core(self);
-    gulong result = item-&gt;identifier();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Touch Events&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(TOUCH_EVENTS) */
-}
-
-glong webkit_dom_touch_get_webkit_radius_x(WebKitDOMTouch* self)
-{
-#if ENABLE(TOUCH_EVENTS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TOUCH(self), 0);
-    WebCore::Touch* item = WebKit::core(self);
-    glong result = item-&gt;webkitRadiusX();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Touch Events&quot;)
-    return static_cast&lt;glong&gt;(0);
-#endif /* ENABLE(TOUCH_EVENTS) */
-}
-
-glong webkit_dom_touch_get_webkit_radius_y(WebKitDOMTouch* self)
-{
-#if ENABLE(TOUCH_EVENTS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TOUCH(self), 0);
-    WebCore::Touch* item = WebKit::core(self);
-    glong result = item-&gt;webkitRadiusY();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Touch Events&quot;)
-    return static_cast&lt;glong&gt;(0);
-#endif /* ENABLE(TOUCH_EVENTS) */
-}
-
-gfloat webkit_dom_touch_get_webkit_rotation_angle(WebKitDOMTouch* self)
-{
-#if ENABLE(TOUCH_EVENTS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TOUCH(self), 0);
-    WebCore::Touch* item = WebKit::core(self);
-    gfloat result = item-&gt;webkitRotationAngle();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Touch Events&quot;)
-    return static_cast&lt;gfloat&gt;(0);
-#endif /* ENABLE(TOUCH_EVENTS) */
-}
-
-gfloat webkit_dom_touch_get_webkit_force(WebKitDOMTouch* self)
-{
-#if ENABLE(TOUCH_EVENTS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_TOUCH(self), 0);
-    WebCore::Touch* item = WebKit::core(self);
-    gfloat result = item-&gt;webkitForce();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Touch Events&quot;)
-    return static_cast&lt;gfloat&gt;(0);
-#endif /* ENABLE(TOUCH_EVENTS) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTouchh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouch.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouch.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouch.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,185 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMTouch_h
-#define WebKitDOMTouch_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_TOUCH            (webkit_dom_touch_get_type())
-#define WEBKIT_DOM_TOUCH(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_TOUCH, WebKitDOMTouch))
-#define WEBKIT_DOM_TOUCH_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_TOUCH, WebKitDOMTouchClass)
-#define WEBKIT_DOM_IS_TOUCH(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_TOUCH))
-#define WEBKIT_DOM_IS_TOUCH_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_TOUCH))
-#define WEBKIT_DOM_TOUCH_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_TOUCH, WebKitDOMTouchClass))
-
-struct _WebKitDOMTouch {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMTouchClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_touch_get_type(void);
-
-/**
- * webkit_dom_touch_get_client_x:
- * @self: A #WebKitDOMTouch
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_touch_get_client_x(WebKitDOMTouch* self);
-
-/**
- * webkit_dom_touch_get_client_y:
- * @self: A #WebKitDOMTouch
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_touch_get_client_y(WebKitDOMTouch* self);
-
-/**
- * webkit_dom_touch_get_screen_x:
- * @self: A #WebKitDOMTouch
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_touch_get_screen_x(WebKitDOMTouch* self);
-
-/**
- * webkit_dom_touch_get_screen_y:
- * @self: A #WebKitDOMTouch
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_touch_get_screen_y(WebKitDOMTouch* self);
-
-/**
- * webkit_dom_touch_get_page_x:
- * @self: A #WebKitDOMTouch
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_touch_get_page_x(WebKitDOMTouch* self);
-
-/**
- * webkit_dom_touch_get_page_y:
- * @self: A #WebKitDOMTouch
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_touch_get_page_y(WebKitDOMTouch* self);
-
-/**
- * webkit_dom_touch_get_target:
- * @self: A #WebKitDOMTouch
- *
- * Returns: (transfer full): A #WebKitDOMEventTarget
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMEventTarget*
-webkit_dom_touch_get_target(WebKitDOMTouch* self);
-
-/**
- * webkit_dom_touch_get_identifier:
- * @self: A #WebKitDOMTouch
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_touch_get_identifier(WebKitDOMTouch* self);
-
-/**
- * webkit_dom_touch_get_webkit_radius_x:
- * @self: A #WebKitDOMTouch
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_touch_get_webkit_radius_x(WebKitDOMTouch* self);
-
-/**
- * webkit_dom_touch_get_webkit_radius_y:
- * @self: A #WebKitDOMTouch
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_touch_get_webkit_radius_y(WebKitDOMTouch* self);
-
-/**
- * webkit_dom_touch_get_webkit_rotation_angle:
- * @self: A #WebKitDOMTouch
- *
- * Returns: A #gfloat
- *
- * Stability: Unstable
-**/
-WEBKIT_API gfloat
-webkit_dom_touch_get_webkit_rotation_angle(WebKitDOMTouch* self);
-
-/**
- * webkit_dom_touch_get_webkit_force:
- * @self: A #WebKitDOMTouch
- *
- * Returns: A #gfloat
- *
- * Stability: Unstable
-**/
-WEBKIT_API gfloat
-webkit_dom_touch_get_webkit_force(WebKitDOMTouch* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMTouch_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTouchPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouchPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouchPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTouchPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMTouchPrivate_h
-#define WebKitDOMTouchPrivate_h
-
-#include &lt;WebCore/Touch.h&gt;
-#include &lt;webkitdom/WebKitDOMTouch.h&gt;
-#if ENABLE(TOUCH_EVENTS)
-
-namespace WebKit {
-WebKitDOMTouch* wrapTouch(WebCore::Touch*);
-WebKitDOMTouch* kit(WebCore::Touch*);
-WebCore::Touch* core(WebKitDOMTouch*);
-} // namespace WebKit
-
-#endif /* ENABLE(TOUCH_EVENTS) */
-
-#endif /* WebKitDOMTouchPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTrackEventcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEvent.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEvent.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEvent.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,72 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMTrackEvent.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMTrackEventPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-
-WebKitDOMTrackEvent* kit(WebCore::TrackEvent* obj)
-{
-    return WEBKIT_DOM_TRACK_EVENT(kit(static_cast&lt;WebCore::Event*&gt;(obj)));
-}
-
-WebCore::TrackEvent* core(WebKitDOMTrackEvent* request)
-{
-    return request ? static_cast&lt;WebCore::TrackEvent*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMTrackEvent* wrapTrackEvent(WebCore::TrackEvent* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_TRACK_EVENT(g_object_new(WEBKIT_DOM_TYPE_TRACK_EVENT, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO_TRACK)
-
-G_DEFINE_TYPE(WebKitDOMTrackEvent, webkit_dom_track_event, WEBKIT_DOM_TYPE_EVENT)
-
-static void webkit_dom_track_event_class_init(WebKitDOMTrackEventClass* requestClass)
-{
-    UNUSED_PARAM(requestClass);
-}
-
-static void webkit_dom_track_event_init(WebKitDOMTrackEvent* request)
-{
-    UNUSED_PARAM(request);
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTrackEventh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEvent.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEvent.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEvent.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,53 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMTrackEvent_h
-#define WebKitDOMTrackEvent_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMEvent.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_TRACK_EVENT            (webkit_dom_track_event_get_type())
-#define WEBKIT_DOM_TRACK_EVENT(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_TRACK_EVENT, WebKitDOMTrackEvent))
-#define WEBKIT_DOM_TRACK_EVENT_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_TRACK_EVENT, WebKitDOMTrackEventClass)
-#define WEBKIT_DOM_IS_TRACK_EVENT(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_TRACK_EVENT))
-#define WEBKIT_DOM_IS_TRACK_EVENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_TRACK_EVENT))
-#define WEBKIT_DOM_TRACK_EVENT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_TRACK_EVENT, WebKitDOMTrackEventClass))
-
-struct _WebKitDOMTrackEvent {
-    WebKitDOMEvent parent_instance;
-};
-
-struct _WebKitDOMTrackEventClass {
-    WebKitDOMEventClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_track_event_get_type(void);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMTrackEvent_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMTrackEventPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEventPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEventPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMTrackEventPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMTrackEventPrivate_h
-#define WebKitDOMTrackEventPrivate_h
-
-#include &lt;WebCore/TrackEvent.h&gt;
-#include &lt;webkitdom/WebKitDOMTrackEvent.h&gt;
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-WebKitDOMTrackEvent* wrapTrackEvent(WebCore::TrackEvent*);
-WebKitDOMTrackEvent* kit(WebCore::TrackEvent*);
-WebCore::TrackEvent* core(WebKitDOMTrackEvent*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO_TRACK) */
-
-#endif /* WebKitDOMTrackEventPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMUIEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEvent.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEvent.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEvent.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -32,7 +32,6 @@
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMUIEventPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMUIEventUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -68,7 +67,6 @@
</span><span class="cx">     PROP_LAYER_Y,
</span><span class="cx">     PROP_PAGE_X,
</span><span class="cx">     PROP_PAGE_Y,
</span><del>-    PROP_WHICH,
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_ui_event_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
</span><span class="lines">@@ -100,9 +98,6 @@
</span><span class="cx">     case PROP_PAGE_Y:
</span><span class="cx">         g_value_set_long(value, webkit_dom_ui_event_get_page_y(self));
</span><span class="cx">         break;
</span><del>-    case PROP_WHICH:
-        g_value_set_long(value, webkit_dom_ui_event_get_which(self));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -193,17 +188,6 @@
</span><span class="cx">             &quot;read-only glong UIEvent:page-y&quot;,
</span><span class="cx">             G_MINLONG, G_MAXLONG, 0,
</span><span class="cx">             WEBKIT_PARAM_READABLE));
</span><del>-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WHICH,
-        g_param_spec_long(
-            &quot;which&quot;,
-            &quot;UIEvent:which&quot;,
-            &quot;read-only glong UIEvent:which&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READABLE));
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_ui_event_init(WebKitDOMUIEvent* request)
</span><span class="lines">@@ -294,13 +278,3 @@
</span><span class="cx">     glong result = item-&gt;pageY();
</span><span class="cx">     return result;
</span><span class="cx"> }
</span><del>-
-glong webkit_dom_ui_event_get_which(WebKitDOMUIEvent* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_UI_EVENT(self), 0);
-    WebCore::UIEvent* item = WebKit::core(self);
-    glong result = item-&gt;which();
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMUIEventUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEventUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEventUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUIEventUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,45 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMUIEventUnstable_h
-#define WebKitDOMUIEventUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * webkit_dom_ui_event_get_which:
- * @self: A #WebKitDOMUIEvent
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_ui_event_get_which(WebKitDOMUIEvent* self);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMUIEventUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMUserMessageHandlercpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandler.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandler.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandler.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,133 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMUserMessageHandler.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &lt;WebCore/SerializedScriptValue.h&gt;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMUserMessageHandlerPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_USER_MESSAGE_HANDLER_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLER, WebKitDOMUserMessageHandlerPrivate)
-
-typedef struct _WebKitDOMUserMessageHandlerPrivate {
-#if ENABLE(USER_MESSAGE_HANDLERS)
-    RefPtr&lt;WebCore::UserMessageHandler&gt; coreObject;
-#endif // ENABLE(USER_MESSAGE_HANDLERS)
-} WebKitDOMUserMessageHandlerPrivate;
-
-#if ENABLE(USER_MESSAGE_HANDLERS)
-
-namespace WebKit {
-
-WebKitDOMUserMessageHandler* kit(WebCore::UserMessageHandler* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_USER_MESSAGE_HANDLER(ret);
-
-    return wrapUserMessageHandler(obj);
-}
-
-WebCore::UserMessageHandler* core(WebKitDOMUserMessageHandler* request)
-{
-    return request ? static_cast&lt;WebCore::UserMessageHandler*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMUserMessageHandler* wrapUserMessageHandler(WebCore::UserMessageHandler* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_USER_MESSAGE_HANDLER(g_object_new(WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLER, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(USER_MESSAGE_HANDLERS)
-
-G_DEFINE_TYPE(WebKitDOMUserMessageHandler, webkit_dom_user_message_handler, WEBKIT_DOM_TYPE_OBJECT)
-
-static void webkit_dom_user_message_handler_finalize(GObject* object)
-{
-    WebKitDOMUserMessageHandlerPrivate* priv = WEBKIT_DOM_USER_MESSAGE_HANDLER_GET_PRIVATE(object);
-#if ENABLE(USER_MESSAGE_HANDLERS)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(USER_MESSAGE_HANDLERS)
-    priv-&gt;~WebKitDOMUserMessageHandlerPrivate();
-    G_OBJECT_CLASS(webkit_dom_user_message_handler_parent_class)-&gt;finalize(object);
-}
-
-static GObject* webkit_dom_user_message_handler_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_user_message_handler_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(USER_MESSAGE_HANDLERS)
-    WebKitDOMUserMessageHandlerPrivate* priv = WEBKIT_DOM_USER_MESSAGE_HANDLER_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::UserMessageHandler*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(USER_MESSAGE_HANDLERS)
-    return object;
-}
-
-static void webkit_dom_user_message_handler_class_init(WebKitDOMUserMessageHandlerClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMUserMessageHandlerPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_user_message_handler_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_user_message_handler_finalize;
-}
-
-static void webkit_dom_user_message_handler_init(WebKitDOMUserMessageHandler* request)
-{
-    WebKitDOMUserMessageHandlerPrivate* priv = WEBKIT_DOM_USER_MESSAGE_HANDLER_GET_PRIVATE(request);
-    new (priv) WebKitDOMUserMessageHandlerPrivate();
-}
-
-void webkit_dom_user_message_handler_post_message(WebKitDOMUserMessageHandler* self, const gchar* message, GError** error)
-{
-#if ENABLE(USER_MESSAGE_HANDLERS)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_USER_MESSAGE_HANDLER(self));
-    g_return_if_fail(message);
-    g_return_if_fail(!error || !*error);
-    WebCore::UserMessageHandler* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;postMessage(WebCore::SerializedScriptValue::create(WTF::String::fromUTF8(message)), ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(message);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;User Message Handlers&quot;)
-#endif /* ENABLE(USER_MESSAGE_HANDLERS) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMUserMessageHandlerh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandler.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandler.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandler.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,64 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMUserMessageHandler_h
-#define WebKitDOMUserMessageHandler_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLER            (webkit_dom_user_message_handler_get_type())
-#define WEBKIT_DOM_USER_MESSAGE_HANDLER(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLER, WebKitDOMUserMessageHandler))
-#define WEBKIT_DOM_USER_MESSAGE_HANDLER_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLER, WebKitDOMUserMessageHandlerClass)
-#define WEBKIT_DOM_IS_USER_MESSAGE_HANDLER(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLER))
-#define WEBKIT_DOM_IS_USER_MESSAGE_HANDLER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLER))
-#define WEBKIT_DOM_USER_MESSAGE_HANDLER_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLER, WebKitDOMUserMessageHandlerClass))
-
-struct _WebKitDOMUserMessageHandler {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMUserMessageHandlerClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_user_message_handler_get_type(void);
-
-/**
- * webkit_dom_user_message_handler_post_message:
- * @self: A #WebKitDOMUserMessageHandler
- * @message: A #gchar
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_user_message_handler_post_message(WebKitDOMUserMessageHandler* self, const gchar* message, GError** error);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMUserMessageHandler_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMUserMessageHandlerPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlerPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlerPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlerPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMUserMessageHandlerPrivate_h
-#define WebKitDOMUserMessageHandlerPrivate_h
-
-#include &lt;WebCore/UserMessageHandler.h&gt;
-#include &lt;webkitdom/WebKitDOMUserMessageHandler.h&gt;
-#if ENABLE(USER_MESSAGE_HANDLERS)
-
-namespace WebKit {
-WebKitDOMUserMessageHandler* wrapUserMessageHandler(WebCore::UserMessageHandler*);
-WebKitDOMUserMessageHandler* kit(WebCore::UserMessageHandler*);
-WebCore::UserMessageHandler* core(WebKitDOMUserMessageHandler*);
-} // namespace WebKit
-
-#endif /* ENABLE(USER_MESSAGE_HANDLERS) */
-
-#endif /* WebKitDOMUserMessageHandlerPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMUserMessageHandlersNamespacecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespace.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespace.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespace.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,118 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMUserMessageHandlersNamespace.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMUserMessageHandlerPrivate.h&quot;
-#include &quot;WebKitDOMUserMessageHandlersNamespacePrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_USER_MESSAGE_HANDLERS_NAMESPACE_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLERS_NAMESPACE, WebKitDOMUserMessageHandlersNamespacePrivate)
-
-typedef struct _WebKitDOMUserMessageHandlersNamespacePrivate {
-#if ENABLE(USER_MESSAGE_HANDLERS)
-    RefPtr&lt;WebCore::UserMessageHandlersNamespace&gt; coreObject;
-#endif // ENABLE(USER_MESSAGE_HANDLERS)
-} WebKitDOMUserMessageHandlersNamespacePrivate;
-
-#if ENABLE(USER_MESSAGE_HANDLERS)
-
-namespace WebKit {
-
-WebKitDOMUserMessageHandlersNamespace* kit(WebCore::UserMessageHandlersNamespace* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_USER_MESSAGE_HANDLERS_NAMESPACE(ret);
-
-    return wrapUserMessageHandlersNamespace(obj);
-}
-
-WebCore::UserMessageHandlersNamespace* core(WebKitDOMUserMessageHandlersNamespace* request)
-{
-    return request ? static_cast&lt;WebCore::UserMessageHandlersNamespace*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMUserMessageHandlersNamespace* wrapUserMessageHandlersNamespace(WebCore::UserMessageHandlersNamespace* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_USER_MESSAGE_HANDLERS_NAMESPACE(g_object_new(WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLERS_NAMESPACE, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(USER_MESSAGE_HANDLERS)
-
-G_DEFINE_TYPE(WebKitDOMUserMessageHandlersNamespace, webkit_dom_user_message_handlers_namespace, WEBKIT_DOM_TYPE_OBJECT)
-
-static void webkit_dom_user_message_handlers_namespace_finalize(GObject* object)
-{
-    WebKitDOMUserMessageHandlersNamespacePrivate* priv = WEBKIT_DOM_USER_MESSAGE_HANDLERS_NAMESPACE_GET_PRIVATE(object);
-#if ENABLE(USER_MESSAGE_HANDLERS)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(USER_MESSAGE_HANDLERS)
-    priv-&gt;~WebKitDOMUserMessageHandlersNamespacePrivate();
-    G_OBJECT_CLASS(webkit_dom_user_message_handlers_namespace_parent_class)-&gt;finalize(object);
-}
-
-static GObject* webkit_dom_user_message_handlers_namespace_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_user_message_handlers_namespace_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(USER_MESSAGE_HANDLERS)
-    WebKitDOMUserMessageHandlersNamespacePrivate* priv = WEBKIT_DOM_USER_MESSAGE_HANDLERS_NAMESPACE_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::UserMessageHandlersNamespace*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(USER_MESSAGE_HANDLERS)
-    return object;
-}
-
-static void webkit_dom_user_message_handlers_namespace_class_init(WebKitDOMUserMessageHandlersNamespaceClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMUserMessageHandlersNamespacePrivate));
-    gobjectClass-&gt;constructor = webkit_dom_user_message_handlers_namespace_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_user_message_handlers_namespace_finalize;
-}
-
-static void webkit_dom_user_message_handlers_namespace_init(WebKitDOMUserMessageHandlersNamespace* request)
-{
-    WebKitDOMUserMessageHandlersNamespacePrivate* priv = WEBKIT_DOM_USER_MESSAGE_HANDLERS_NAMESPACE_GET_PRIVATE(request);
-    new (priv) WebKitDOMUserMessageHandlersNamespacePrivate();
-}
-
-WebKitDOMUserMessageHandler* webkit_dom_user_message_handlers_namespace_get_handler(WebKitDOMUserMessageHandlersNamespace* handlersNamespace, const gchar* name)
-{
-    g_return_val_if_fail(WEBKIT_DOM_IS_USER_MESSAGE_HANDLERS_NAMESPACE(handlersNamespace), nullptr);
-    g_return_val_if_fail(name, nullptr);
-
-    return WebKit::kit(WebKit::core(handlersNamespace)-&gt;handler(String::fromUTF8(name), WebCore::mainThreadNormalWorld()));
-}
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMUserMessageHandlersNamespaceh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespace.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespace.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespace.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,65 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMUserMessageHandlersNamespace_h
-#define WebKitDOMUserMessageHandlersNamespace_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLERS_NAMESPACE            (webkit_dom_user_message_handlers_namespace_get_type())
-#define WEBKIT_DOM_USER_MESSAGE_HANDLERS_NAMESPACE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLERS_NAMESPACE, WebKitDOMUserMessageHandlersNamespace))
-#define WEBKIT_DOM_USER_MESSAGE_HANDLERS_NAMESPACE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLERS_NAMESPACE, WebKitDOMUserMessageHandlersNamespaceClass)
-#define WEBKIT_DOM_IS_USER_MESSAGE_HANDLERS_NAMESPACE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLERS_NAMESPACE))
-#define WEBKIT_DOM_IS_USER_MESSAGE_HANDLERS_NAMESPACE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLERS_NAMESPACE))
-#define WEBKIT_DOM_USER_MESSAGE_HANDLERS_NAMESPACE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLERS_NAMESPACE, WebKitDOMUserMessageHandlersNamespaceClass))
-
-struct _WebKitDOMUserMessageHandlersNamespace {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMUserMessageHandlersNamespaceClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_user_message_handlers_namespace_get_type(void);
-
-/**
- * webkit_dom_user_message_handlers_namespace_get_handler:
- * @self: A #WebKitDOMUserMessageHandlersNamespace
- * @name: a #gchar
- *
- * Returns: (transfer full): A #WebKitDOMUserMessageHandler
- *
- * Stability: Unstable
- */
-WEBKIT_API WebKitDOMUserMessageHandler *
-webkit_dom_user_message_handlers_namespace_get_handler(WebKitDOMUserMessageHandlersNamespace* self, const gchar* name);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMUserMessageHandlersNamespace_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMUserMessageHandlersNamespacePrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespacePrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespacePrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMUserMessageHandlersNamespacePrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMUserMessageHandlersNamespacePrivate_h
-#define WebKitDOMUserMessageHandlersNamespacePrivate_h
-
-#include &lt;WebCore/UserMessageHandlersNamespace.h&gt;
-#include &lt;webkitdom/WebKitDOMUserMessageHandlersNamespace.h&gt;
-#if ENABLE(USER_MESSAGE_HANDLERS)
-
-namespace WebKit {
-WebKitDOMUserMessageHandlersNamespace* wrapUserMessageHandlersNamespace(WebCore::UserMessageHandlersNamespace*);
-WebKitDOMUserMessageHandlersNamespace* kit(WebCore::UserMessageHandlersNamespace*);
-WebCore::UserMessageHandlersNamespace* core(WebKitDOMUserMessageHandlersNamespace*);
-} // namespace WebKit
-
-#endif /* ENABLE(USER_MESSAGE_HANDLERS) */
-
-#endif /* WebKitDOMUserMessageHandlersNamespacePrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVTTCuecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCue.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCue.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCue.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,592 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMVTTCue.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMDocumentFragmentPrivate.h&quot;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMTextTrackCuePrivate.h&quot;
-#include &quot;WebKitDOMVTTCuePrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-
-WebKitDOMVTTCue* kit(WebCore::VTTCue* obj)
-{
-    return WEBKIT_DOM_VTT_CUE(kit(static_cast&lt;WebCore::TextTrackCue*&gt;(obj)));
-}
-
-WebCore::VTTCue* core(WebKitDOMVTTCue* request)
-{
-    return request ? static_cast&lt;WebCore::VTTCue*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMVTTCue* wrapVTTCue(WebCore::VTTCue* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_VTT_CUE(g_object_new(WEBKIT_DOM_TYPE_VTT_CUE, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO_TRACK)
-
-static gboolean webkit_dom_vtt_cue_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::VTTCue* coreTarget = static_cast&lt;WebCore::VTTCue*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(event);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static gboolean webkit_dom_vtt_cue_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::VTTCue* coreTarget = static_cast&lt;WebCore::VTTCue*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static gboolean webkit_dom_vtt_cue_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::VTTCue* coreTarget = static_cast&lt;WebCore::VTTCue*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_vtt_cue_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_vtt_cue_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_vtt_cue_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMVTTCue, webkit_dom_vtt_cue, WEBKIT_DOM_TYPE_TEXT_TRACK_CUE, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-enum {
-    PROP_0,
-    PROP_VERTICAL,
-    PROP_SNAP_TO_LINES,
-    PROP_LINE,
-    PROP_POSITION,
-    PROP_SIZE,
-    PROP_ALIGN,
-    PROP_TEXT,
-    PROP_REGION_ID,
-};
-
-static void webkit_dom_vtt_cue_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMVTTCue* self = WEBKIT_DOM_VTT_CUE(object);
-
-    switch (propertyId) {
-    case PROP_VERTICAL:
-        webkit_dom_vtt_cue_set_vertical(self, g_value_get_string(value), nullptr);
-        break;
-    case PROP_SNAP_TO_LINES:
-        webkit_dom_vtt_cue_set_snap_to_lines(self, g_value_get_boolean(value));
-        break;
-    case PROP_LINE:
-        webkit_dom_vtt_cue_set_line(self, g_value_get_double(value), nullptr);
-        break;
-    case PROP_POSITION:
-        webkit_dom_vtt_cue_set_position(self, g_value_get_double(value), nullptr);
-        break;
-    case PROP_SIZE:
-        webkit_dom_vtt_cue_set_size(self, g_value_get_double(value), nullptr);
-        break;
-    case PROP_ALIGN:
-        webkit_dom_vtt_cue_set_align(self, g_value_get_string(value), nullptr);
-        break;
-    case PROP_TEXT:
-        webkit_dom_vtt_cue_set_text(self, g_value_get_string(value));
-        break;
-    case PROP_REGION_ID:
-        webkit_dom_vtt_cue_set_region_id(self, g_value_get_string(value));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_vtt_cue_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMVTTCue* self = WEBKIT_DOM_VTT_CUE(object);
-
-    switch (propertyId) {
-    case PROP_VERTICAL:
-        g_value_take_string(value, webkit_dom_vtt_cue_get_vertical(self));
-        break;
-    case PROP_SNAP_TO_LINES:
-        g_value_set_boolean(value, webkit_dom_vtt_cue_get_snap_to_lines(self));
-        break;
-    case PROP_LINE:
-        g_value_set_double(value, webkit_dom_vtt_cue_get_line(self));
-        break;
-    case PROP_POSITION:
-        g_value_set_double(value, webkit_dom_vtt_cue_get_position(self));
-        break;
-    case PROP_SIZE:
-        g_value_set_double(value, webkit_dom_vtt_cue_get_size(self));
-        break;
-    case PROP_ALIGN:
-        g_value_take_string(value, webkit_dom_vtt_cue_get_align(self));
-        break;
-    case PROP_TEXT:
-        g_value_take_string(value, webkit_dom_vtt_cue_get_text(self));
-        break;
-    case PROP_REGION_ID:
-        g_value_take_string(value, webkit_dom_vtt_cue_get_region_id(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_vtt_cue_class_init(WebKitDOMVTTCueClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    gobjectClass-&gt;set_property = webkit_dom_vtt_cue_set_property;
-    gobjectClass-&gt;get_property = webkit_dom_vtt_cue_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VERTICAL,
-        g_param_spec_string(
-            &quot;vertical&quot;,
-            &quot;VTTCue:vertical&quot;,
-            &quot;read-write gchar* VTTCue:vertical&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SNAP_TO_LINES,
-        g_param_spec_boolean(
-            &quot;snap-to-lines&quot;,
-            &quot;VTTCue:snap-to-lines&quot;,
-            &quot;read-write gboolean VTTCue:snap-to-lines&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LINE,
-        g_param_spec_double(
-            &quot;line&quot;,
-            &quot;VTTCue:line&quot;,
-            &quot;read-write gdouble VTTCue:line&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_POSITION,
-        g_param_spec_double(
-            &quot;position&quot;,
-            &quot;VTTCue:position&quot;,
-            &quot;read-write gdouble VTTCue:position&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SIZE,
-        g_param_spec_double(
-            &quot;size&quot;,
-            &quot;VTTCue:size&quot;,
-            &quot;read-write gdouble VTTCue:size&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_ALIGN,
-        g_param_spec_string(
-            &quot;align&quot;,
-            &quot;VTTCue:align&quot;,
-            &quot;read-write gchar* VTTCue:align&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TEXT,
-        g_param_spec_string(
-            &quot;text&quot;,
-            &quot;VTTCue:text&quot;,
-            &quot;read-write gchar* VTTCue:text&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_REGION_ID,
-        g_param_spec_string(
-            &quot;region-id&quot;,
-            &quot;VTTCue:region-id&quot;,
-            &quot;read-write gchar* VTTCue:region-id&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READWRITE));
-
-}
-
-static void webkit_dom_vtt_cue_init(WebKitDOMVTTCue* request)
-{
-    UNUSED_PARAM(request);
-}
-
-WebKitDOMDocumentFragment* webkit_dom_vtt_cue_get_cue_as_html(WebKitDOMVTTCue* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VTT_CUE(self), 0);
-    WebCore::VTTCue* item = WebKit::core(self);
-    RefPtr&lt;WebCore::DocumentFragment&gt; gobjectResult = WTF::getPtr(item-&gt;getCueAsHTML());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gchar* webkit_dom_vtt_cue_get_vertical(WebKitDOMVTTCue* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VTT_CUE(self), 0);
-    WebCore::VTTCue* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;vertical());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-void webkit_dom_vtt_cue_set_vertical(WebKitDOMVTTCue* self, const gchar* value, GError** error)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_VTT_CUE(self));
-    g_return_if_fail(value);
-    g_return_if_fail(!error || !*error);
-    WebCore::VTTCue* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;setVertical(convertedValue, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gboolean webkit_dom_vtt_cue_get_snap_to_lines(WebKitDOMVTTCue* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VTT_CUE(self), FALSE);
-    WebCore::VTTCue* item = WebKit::core(self);
-    gboolean result = item-&gt;snapToLines();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-void webkit_dom_vtt_cue_set_snap_to_lines(WebKitDOMVTTCue* self, gboolean value)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_VTT_CUE(self));
-    WebCore::VTTCue* item = WebKit::core(self);
-    item-&gt;setSnapToLines(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gdouble webkit_dom_vtt_cue_get_line(WebKitDOMVTTCue* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VTT_CUE(self), 0);
-    WebCore::VTTCue* item = WebKit::core(self);
-    gdouble result = item-&gt;line();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-void webkit_dom_vtt_cue_set_line(WebKitDOMVTTCue* self, gdouble value, GError** error)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_VTT_CUE(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::VTTCue* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;setLine(value, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gdouble webkit_dom_vtt_cue_get_position(WebKitDOMVTTCue* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VTT_CUE(self), 0);
-    WebCore::VTTCue* item = WebKit::core(self);
-    gdouble result = item-&gt;position();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-void webkit_dom_vtt_cue_set_position(WebKitDOMVTTCue* self, gdouble value, GError** error)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_VTT_CUE(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::VTTCue* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;setPosition(value, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gdouble webkit_dom_vtt_cue_get_size(WebKitDOMVTTCue* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VTT_CUE(self), 0);
-    WebCore::VTTCue* item = WebKit::core(self);
-    gdouble result = item-&gt;size();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-void webkit_dom_vtt_cue_set_size(WebKitDOMVTTCue* self, gdouble value, GError** error)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_VTT_CUE(self));
-    g_return_if_fail(!error || !*error);
-    WebCore::VTTCue* item = WebKit::core(self);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;setSize(value, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gchar* webkit_dom_vtt_cue_get_align(WebKitDOMVTTCue* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VTT_CUE(self), 0);
-    WebCore::VTTCue* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;align());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-void webkit_dom_vtt_cue_set_align(WebKitDOMVTTCue* self, const gchar* value, GError** error)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_VTT_CUE(self));
-    g_return_if_fail(value);
-    g_return_if_fail(!error || !*error);
-    WebCore::VTTCue* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    WebCore::ExceptionCode ec = 0;
-    item-&gt;setAlign(convertedValue, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription ecdesc(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), ecdesc.code, ecdesc.name);
-    }
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gchar* webkit_dom_vtt_cue_get_text(WebKitDOMVTTCue* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VTT_CUE(self), 0);
-    WebCore::VTTCue* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;text());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-void webkit_dom_vtt_cue_set_text(WebKitDOMVTTCue* self, const gchar* value)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_VTT_CUE(self));
-    g_return_if_fail(value);
-    WebCore::VTTCue* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setText(convertedValue);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gchar* webkit_dom_vtt_cue_get_region_id(WebKitDOMVTTCue* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VTT_CUE(self), 0);
-    WebCore::VTTCue* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;regionId());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-void webkit_dom_vtt_cue_set_region_id(WebKitDOMVTTCue* self, const gchar* value)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_VTT_CUE(self));
-    g_return_if_fail(value);
-    WebCore::VTTCue* item = WebKit::core(self);
-    WTF::String convertedValue = WTF::String::fromUTF8(value);
-    item-&gt;setRegionId(convertedValue);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVTTCueh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCue.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCue.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCue.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,237 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMVTTCue_h
-#define WebKitDOMVTTCue_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMTextTrackCue.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_VTT_CUE            (webkit_dom_vtt_cue_get_type())
-#define WEBKIT_DOM_VTT_CUE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_VTT_CUE, WebKitDOMVTTCue))
-#define WEBKIT_DOM_VTT_CUE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_VTT_CUE, WebKitDOMVTTCueClass)
-#define WEBKIT_DOM_IS_VTT_CUE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_VTT_CUE))
-#define WEBKIT_DOM_IS_VTT_CUE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_VTT_CUE))
-#define WEBKIT_DOM_VTT_CUE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_VTT_CUE, WebKitDOMVTTCueClass))
-
-struct _WebKitDOMVTTCue {
-    WebKitDOMTextTrackCue parent_instance;
-};
-
-struct _WebKitDOMVTTCueClass {
-    WebKitDOMTextTrackCueClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_vtt_cue_get_type(void);
-
-/**
- * webkit_dom_vtt_cue_get_cue_as_html:
- * @self: A #WebKitDOMVTTCue
- *
- * Returns: (transfer none): A #WebKitDOMDocumentFragment
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMDocumentFragment*
-webkit_dom_vtt_cue_get_cue_as_html(WebKitDOMVTTCue* self);
-
-/**
- * webkit_dom_vtt_cue_get_vertical:
- * @self: A #WebKitDOMVTTCue
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_vtt_cue_get_vertical(WebKitDOMVTTCue* self);
-
-/**
- * webkit_dom_vtt_cue_set_vertical:
- * @self: A #WebKitDOMVTTCue
- * @value: A #gchar
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_vtt_cue_set_vertical(WebKitDOMVTTCue* self, const gchar* value, GError** error);
-
-/**
- * webkit_dom_vtt_cue_get_snap_to_lines:
- * @self: A #WebKitDOMVTTCue
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_vtt_cue_get_snap_to_lines(WebKitDOMVTTCue* self);
-
-/**
- * webkit_dom_vtt_cue_set_snap_to_lines:
- * @self: A #WebKitDOMVTTCue
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_vtt_cue_set_snap_to_lines(WebKitDOMVTTCue* self, gboolean value);
-
-/**
- * webkit_dom_vtt_cue_get_line:
- * @self: A #WebKitDOMVTTCue
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_vtt_cue_get_line(WebKitDOMVTTCue* self);
-
-/**
- * webkit_dom_vtt_cue_set_line:
- * @self: A #WebKitDOMVTTCue
- * @value: A #gdouble
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_vtt_cue_set_line(WebKitDOMVTTCue* self, gdouble value, GError** error);
-
-/**
- * webkit_dom_vtt_cue_get_position:
- * @self: A #WebKitDOMVTTCue
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_vtt_cue_get_position(WebKitDOMVTTCue* self);
-
-/**
- * webkit_dom_vtt_cue_set_position:
- * @self: A #WebKitDOMVTTCue
- * @value: A #gdouble
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_vtt_cue_set_position(WebKitDOMVTTCue* self, gdouble value, GError** error);
-
-/**
- * webkit_dom_vtt_cue_get_size:
- * @self: A #WebKitDOMVTTCue
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_vtt_cue_get_size(WebKitDOMVTTCue* self);
-
-/**
- * webkit_dom_vtt_cue_set_size:
- * @self: A #WebKitDOMVTTCue
- * @value: A #gdouble
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_vtt_cue_set_size(WebKitDOMVTTCue* self, gdouble value, GError** error);
-
-/**
- * webkit_dom_vtt_cue_get_align:
- * @self: A #WebKitDOMVTTCue
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_vtt_cue_get_align(WebKitDOMVTTCue* self);
-
-/**
- * webkit_dom_vtt_cue_set_align:
- * @self: A #WebKitDOMVTTCue
- * @value: A #gchar
- * @error: #GError
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_vtt_cue_set_align(WebKitDOMVTTCue* self, const gchar* value, GError** error);
-
-/**
- * webkit_dom_vtt_cue_get_text:
- * @self: A #WebKitDOMVTTCue
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_vtt_cue_get_text(WebKitDOMVTTCue* self);
-
-/**
- * webkit_dom_vtt_cue_set_text:
- * @self: A #WebKitDOMVTTCue
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_vtt_cue_set_text(WebKitDOMVTTCue* self, const gchar* value);
-
-/**
- * webkit_dom_vtt_cue_get_region_id:
- * @self: A #WebKitDOMVTTCue
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_vtt_cue_get_region_id(WebKitDOMVTTCue* self);
-
-/**
- * webkit_dom_vtt_cue_set_region_id:
- * @self: A #WebKitDOMVTTCue
- * @value: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_vtt_cue_set_region_id(WebKitDOMVTTCue* self, const gchar* value);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMVTTCue_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVTTCuePrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCuePrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCuePrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVTTCuePrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMVTTCuePrivate_h
-#define WebKitDOMVTTCuePrivate_h
-
-#include &lt;WebCore/VTTCue.h&gt;
-#include &lt;webkitdom/WebKitDOMVTTCue.h&gt;
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-WebKitDOMVTTCue* wrapVTTCue(WebCore::VTTCue*);
-WebKitDOMVTTCue* kit(WebCore::VTTCue*);
-WebCore::VTTCue* core(WebKitDOMVTTCue*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO_TRACK) */
-
-#endif /* WebKitDOMVTTCuePrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMValidityStatecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityState.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityState.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityState.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,351 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMValidityState.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMValidityStatePrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_VALIDITY_STATE_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_VALIDITY_STATE, WebKitDOMValidityStatePrivate)
-
-typedef struct _WebKitDOMValidityStatePrivate {
-    RefPtr&lt;WebCore::ValidityState&gt; coreObject;
-} WebKitDOMValidityStatePrivate;
-
-namespace WebKit {
-
-WebKitDOMValidityState* kit(WebCore::ValidityState* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_VALIDITY_STATE(ret);
-
-    return wrapValidityState(obj);
-}
-
-WebCore::ValidityState* core(WebKitDOMValidityState* request)
-{
-    return request ? static_cast&lt;WebCore::ValidityState*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMValidityState* wrapValidityState(WebCore::ValidityState* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_VALIDITY_STATE(g_object_new(WEBKIT_DOM_TYPE_VALIDITY_STATE, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMValidityState, webkit_dom_validity_state, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_VALUE_MISSING,
-    PROP_TYPE_MISMATCH,
-    PROP_PATTERN_MISMATCH,
-    PROP_TOO_LONG,
-    PROP_RANGE_UNDERFLOW,
-    PROP_RANGE_OVERFLOW,
-    PROP_STEP_MISMATCH,
-    PROP_BAD_INPUT,
-    PROP_CUSTOM_ERROR,
-    PROP_VALID,
-};
-
-static void webkit_dom_validity_state_finalize(GObject* object)
-{
-    WebKitDOMValidityStatePrivate* priv = WEBKIT_DOM_VALIDITY_STATE_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMValidityStatePrivate();
-    G_OBJECT_CLASS(webkit_dom_validity_state_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_validity_state_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMValidityState* self = WEBKIT_DOM_VALIDITY_STATE(object);
-
-    switch (propertyId) {
-    case PROP_VALUE_MISSING:
-        g_value_set_boolean(value, webkit_dom_validity_state_get_value_missing(self));
-        break;
-    case PROP_TYPE_MISMATCH:
-        g_value_set_boolean(value, webkit_dom_validity_state_get_type_mismatch(self));
-        break;
-    case PROP_PATTERN_MISMATCH:
-        g_value_set_boolean(value, webkit_dom_validity_state_get_pattern_mismatch(self));
-        break;
-    case PROP_TOO_LONG:
-        g_value_set_boolean(value, webkit_dom_validity_state_get_too_long(self));
-        break;
-    case PROP_RANGE_UNDERFLOW:
-        g_value_set_boolean(value, webkit_dom_validity_state_get_range_underflow(self));
-        break;
-    case PROP_RANGE_OVERFLOW:
-        g_value_set_boolean(value, webkit_dom_validity_state_get_range_overflow(self));
-        break;
-    case PROP_STEP_MISMATCH:
-        g_value_set_boolean(value, webkit_dom_validity_state_get_step_mismatch(self));
-        break;
-    case PROP_BAD_INPUT:
-        g_value_set_boolean(value, webkit_dom_validity_state_get_bad_input(self));
-        break;
-    case PROP_CUSTOM_ERROR:
-        g_value_set_boolean(value, webkit_dom_validity_state_get_custom_error(self));
-        break;
-    case PROP_VALID:
-        g_value_set_boolean(value, webkit_dom_validity_state_get_valid(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_validity_state_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_validity_state_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMValidityStatePrivate* priv = WEBKIT_DOM_VALIDITY_STATE_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::ValidityState*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_validity_state_class_init(WebKitDOMValidityStateClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMValidityStatePrivate));
-    gobjectClass-&gt;constructor = webkit_dom_validity_state_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_validity_state_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_validity_state_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VALUE_MISSING,
-        g_param_spec_boolean(
-            &quot;value-missing&quot;,
-            &quot;ValidityState:value-missing&quot;,
-            &quot;read-only gboolean ValidityState:value-missing&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TYPE_MISMATCH,
-        g_param_spec_boolean(
-            &quot;type-mismatch&quot;,
-            &quot;ValidityState:type-mismatch&quot;,
-            &quot;read-only gboolean ValidityState:type-mismatch&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_PATTERN_MISMATCH,
-        g_param_spec_boolean(
-            &quot;pattern-mismatch&quot;,
-            &quot;ValidityState:pattern-mismatch&quot;,
-            &quot;read-only gboolean ValidityState:pattern-mismatch&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TOO_LONG,
-        g_param_spec_boolean(
-            &quot;too-long&quot;,
-            &quot;ValidityState:too-long&quot;,
-            &quot;read-only gboolean ValidityState:too-long&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_RANGE_UNDERFLOW,
-        g_param_spec_boolean(
-            &quot;range-underflow&quot;,
-            &quot;ValidityState:range-underflow&quot;,
-            &quot;read-only gboolean ValidityState:range-underflow&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_RANGE_OVERFLOW,
-        g_param_spec_boolean(
-            &quot;range-overflow&quot;,
-            &quot;ValidityState:range-overflow&quot;,
-            &quot;read-only gboolean ValidityState:range-overflow&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_STEP_MISMATCH,
-        g_param_spec_boolean(
-            &quot;step-mismatch&quot;,
-            &quot;ValidityState:step-mismatch&quot;,
-            &quot;read-only gboolean ValidityState:step-mismatch&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_BAD_INPUT,
-        g_param_spec_boolean(
-            &quot;bad-input&quot;,
-            &quot;ValidityState:bad-input&quot;,
-            &quot;read-only gboolean ValidityState:bad-input&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CUSTOM_ERROR,
-        g_param_spec_boolean(
-            &quot;custom-error&quot;,
-            &quot;ValidityState:custom-error&quot;,
-            &quot;read-only gboolean ValidityState:custom-error&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_VALID,
-        g_param_spec_boolean(
-            &quot;valid&quot;,
-            &quot;ValidityState:valid&quot;,
-            &quot;read-only gboolean ValidityState:valid&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_validity_state_init(WebKitDOMValidityState* request)
-{
-    WebKitDOMValidityStatePrivate* priv = WEBKIT_DOM_VALIDITY_STATE_GET_PRIVATE(request);
-    new (priv) WebKitDOMValidityStatePrivate();
-}
-
-gboolean webkit_dom_validity_state_get_value_missing(WebKitDOMValidityState* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VALIDITY_STATE(self), FALSE);
-    WebCore::ValidityState* item = WebKit::core(self);
-    gboolean result = item-&gt;valueMissing();
-    return result;
-}
-
-gboolean webkit_dom_validity_state_get_type_mismatch(WebKitDOMValidityState* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VALIDITY_STATE(self), FALSE);
-    WebCore::ValidityState* item = WebKit::core(self);
-    gboolean result = item-&gt;typeMismatch();
-    return result;
-}
-
-gboolean webkit_dom_validity_state_get_pattern_mismatch(WebKitDOMValidityState* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VALIDITY_STATE(self), FALSE);
-    WebCore::ValidityState* item = WebKit::core(self);
-    gboolean result = item-&gt;patternMismatch();
-    return result;
-}
-
-gboolean webkit_dom_validity_state_get_too_long(WebKitDOMValidityState* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VALIDITY_STATE(self), FALSE);
-    WebCore::ValidityState* item = WebKit::core(self);
-    gboolean result = item-&gt;tooLong();
-    return result;
-}
-
-gboolean webkit_dom_validity_state_get_range_underflow(WebKitDOMValidityState* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VALIDITY_STATE(self), FALSE);
-    WebCore::ValidityState* item = WebKit::core(self);
-    gboolean result = item-&gt;rangeUnderflow();
-    return result;
-}
-
-gboolean webkit_dom_validity_state_get_range_overflow(WebKitDOMValidityState* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VALIDITY_STATE(self), FALSE);
-    WebCore::ValidityState* item = WebKit::core(self);
-    gboolean result = item-&gt;rangeOverflow();
-    return result;
-}
-
-gboolean webkit_dom_validity_state_get_step_mismatch(WebKitDOMValidityState* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VALIDITY_STATE(self), FALSE);
-    WebCore::ValidityState* item = WebKit::core(self);
-    gboolean result = item-&gt;stepMismatch();
-    return result;
-}
-
-gboolean webkit_dom_validity_state_get_bad_input(WebKitDOMValidityState* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VALIDITY_STATE(self), FALSE);
-    WebCore::ValidityState* item = WebKit::core(self);
-    gboolean result = item-&gt;badInput();
-    return result;
-}
-
-gboolean webkit_dom_validity_state_get_custom_error(WebKitDOMValidityState* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VALIDITY_STATE(self), FALSE);
-    WebCore::ValidityState* item = WebKit::core(self);
-    gboolean result = item-&gt;customError();
-    return result;
-}
-
-gboolean webkit_dom_validity_state_get_valid(WebKitDOMValidityState* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VALIDITY_STATE(self), FALSE);
-    WebCore::ValidityState* item = WebKit::core(self);
-    gboolean result = item-&gt;valid();
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMValidityStateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityState.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityState.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityState.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,163 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMValidityState_h
-#define WebKitDOMValidityState_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_VALIDITY_STATE            (webkit_dom_validity_state_get_type())
-#define WEBKIT_DOM_VALIDITY_STATE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_VALIDITY_STATE, WebKitDOMValidityState))
-#define WEBKIT_DOM_VALIDITY_STATE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_VALIDITY_STATE, WebKitDOMValidityStateClass)
-#define WEBKIT_DOM_IS_VALIDITY_STATE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_VALIDITY_STATE))
-#define WEBKIT_DOM_IS_VALIDITY_STATE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_VALIDITY_STATE))
-#define WEBKIT_DOM_VALIDITY_STATE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_VALIDITY_STATE, WebKitDOMValidityStateClass))
-
-struct _WebKitDOMValidityState {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMValidityStateClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_validity_state_get_type(void);
-
-/**
- * webkit_dom_validity_state_get_value_missing:
- * @self: A #WebKitDOMValidityState
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_validity_state_get_value_missing(WebKitDOMValidityState* self);
-
-/**
- * webkit_dom_validity_state_get_type_mismatch:
- * @self: A #WebKitDOMValidityState
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_validity_state_get_type_mismatch(WebKitDOMValidityState* self);
-
-/**
- * webkit_dom_validity_state_get_pattern_mismatch:
- * @self: A #WebKitDOMValidityState
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_validity_state_get_pattern_mismatch(WebKitDOMValidityState* self);
-
-/**
- * webkit_dom_validity_state_get_too_long:
- * @self: A #WebKitDOMValidityState
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_validity_state_get_too_long(WebKitDOMValidityState* self);
-
-/**
- * webkit_dom_validity_state_get_range_underflow:
- * @self: A #WebKitDOMValidityState
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_validity_state_get_range_underflow(WebKitDOMValidityState* self);
-
-/**
- * webkit_dom_validity_state_get_range_overflow:
- * @self: A #WebKitDOMValidityState
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_validity_state_get_range_overflow(WebKitDOMValidityState* self);
-
-/**
- * webkit_dom_validity_state_get_step_mismatch:
- * @self: A #WebKitDOMValidityState
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_validity_state_get_step_mismatch(WebKitDOMValidityState* self);
-
-/**
- * webkit_dom_validity_state_get_bad_input:
- * @self: A #WebKitDOMValidityState
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_validity_state_get_bad_input(WebKitDOMValidityState* self);
-
-/**
- * webkit_dom_validity_state_get_custom_error:
- * @self: A #WebKitDOMValidityState
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_validity_state_get_custom_error(WebKitDOMValidityState* self);
-
-/**
- * webkit_dom_validity_state_get_valid:
- * @self: A #WebKitDOMValidityState
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_validity_state_get_valid(WebKitDOMValidityState* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMValidityState_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMValidityStatePrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityStatePrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityStatePrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMValidityStatePrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMValidityStatePrivate_h
-#define WebKitDOMValidityStatePrivate_h
-
-#include &lt;WebCore/ValidityState.h&gt;
-#include &lt;webkitdom/WebKitDOMValidityState.h&gt;
-
-namespace WebKit {
-WebKitDOMValidityState* wrapValidityState(WebCore::ValidityState*);
-WebKitDOMValidityState* kit(WebCore::ValidityState*);
-WebCore::ValidityState* core(WebKitDOMValidityState*);
-} // namespace WebKit
-
-#endif /* WebKitDOMValidityStatePrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoPlaybackQualitycpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQuality.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQuality.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQuality.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,272 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMVideoPlaybackQuality.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMVideoPlaybackQualityPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_VIDEO_PLAYBACK_QUALITY_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_VIDEO_PLAYBACK_QUALITY, WebKitDOMVideoPlaybackQualityPrivate)
-
-typedef struct _WebKitDOMVideoPlaybackQualityPrivate {
-#if ENABLE(MEDIA_SOURCE)
-    RefPtr&lt;WebCore::VideoPlaybackQuality&gt; coreObject;
-#endif // ENABLE(MEDIA_SOURCE)
-} WebKitDOMVideoPlaybackQualityPrivate;
-
-#if ENABLE(MEDIA_SOURCE)
-
-namespace WebKit {
-
-WebKitDOMVideoPlaybackQuality* kit(WebCore::VideoPlaybackQuality* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_VIDEO_PLAYBACK_QUALITY(ret);
-
-    return wrapVideoPlaybackQuality(obj);
-}
-
-WebCore::VideoPlaybackQuality* core(WebKitDOMVideoPlaybackQuality* request)
-{
-    return request ? static_cast&lt;WebCore::VideoPlaybackQuality*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMVideoPlaybackQuality* wrapVideoPlaybackQuality(WebCore::VideoPlaybackQuality* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_VIDEO_PLAYBACK_QUALITY(g_object_new(WEBKIT_DOM_TYPE_VIDEO_PLAYBACK_QUALITY, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(MEDIA_SOURCE)
-
-G_DEFINE_TYPE(WebKitDOMVideoPlaybackQuality, webkit_dom_video_playback_quality, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_CREATION_TIME,
-    PROP_TOTAL_VIDEO_FRAMES,
-    PROP_DROPPED_VIDEO_FRAMES,
-    PROP_CORRUPTED_VIDEO_FRAMES,
-    PROP_TOTAL_FRAME_DELAY,
-};
-
-static void webkit_dom_video_playback_quality_finalize(GObject* object)
-{
-    WebKitDOMVideoPlaybackQualityPrivate* priv = WEBKIT_DOM_VIDEO_PLAYBACK_QUALITY_GET_PRIVATE(object);
-#if ENABLE(MEDIA_SOURCE)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(MEDIA_SOURCE)
-    priv-&gt;~WebKitDOMVideoPlaybackQualityPrivate();
-    G_OBJECT_CLASS(webkit_dom_video_playback_quality_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_video_playback_quality_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMVideoPlaybackQuality* self = WEBKIT_DOM_VIDEO_PLAYBACK_QUALITY(object);
-
-    switch (propertyId) {
-    case PROP_CREATION_TIME:
-        g_value_set_double(value, webkit_dom_video_playback_quality_get_creation_time(self));
-        break;
-    case PROP_TOTAL_VIDEO_FRAMES:
-        g_value_set_ulong(value, webkit_dom_video_playback_quality_get_total_video_frames(self));
-        break;
-    case PROP_DROPPED_VIDEO_FRAMES:
-        g_value_set_ulong(value, webkit_dom_video_playback_quality_get_dropped_video_frames(self));
-        break;
-    case PROP_CORRUPTED_VIDEO_FRAMES:
-        g_value_set_ulong(value, webkit_dom_video_playback_quality_get_corrupted_video_frames(self));
-        break;
-    case PROP_TOTAL_FRAME_DELAY:
-        g_value_set_double(value, webkit_dom_video_playback_quality_get_total_frame_delay(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_video_playback_quality_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_video_playback_quality_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(MEDIA_SOURCE)
-    WebKitDOMVideoPlaybackQualityPrivate* priv = WEBKIT_DOM_VIDEO_PLAYBACK_QUALITY_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::VideoPlaybackQuality*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(MEDIA_SOURCE)
-    return object;
-}
-
-static void webkit_dom_video_playback_quality_class_init(WebKitDOMVideoPlaybackQualityClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMVideoPlaybackQualityPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_video_playback_quality_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_video_playback_quality_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_video_playback_quality_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CREATION_TIME,
-        g_param_spec_double(
-            &quot;creation-time&quot;,
-            &quot;VideoPlaybackQuality:creation-time&quot;,
-            &quot;read-only gdouble VideoPlaybackQuality:creation-time&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TOTAL_VIDEO_FRAMES,
-        g_param_spec_ulong(
-            &quot;total-video-frames&quot;,
-            &quot;VideoPlaybackQuality:total-video-frames&quot;,
-            &quot;read-only gulong VideoPlaybackQuality:total-video-frames&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DROPPED_VIDEO_FRAMES,
-        g_param_spec_ulong(
-            &quot;dropped-video-frames&quot;,
-            &quot;VideoPlaybackQuality:dropped-video-frames&quot;,
-            &quot;read-only gulong VideoPlaybackQuality:dropped-video-frames&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_CORRUPTED_VIDEO_FRAMES,
-        g_param_spec_ulong(
-            &quot;corrupted-video-frames&quot;,
-            &quot;VideoPlaybackQuality:corrupted-video-frames&quot;,
-            &quot;read-only gulong VideoPlaybackQuality:corrupted-video-frames&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TOTAL_FRAME_DELAY,
-        g_param_spec_double(
-            &quot;total-frame-delay&quot;,
-            &quot;VideoPlaybackQuality:total-frame-delay&quot;,
-            &quot;read-only gdouble VideoPlaybackQuality:total-frame-delay&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_video_playback_quality_init(WebKitDOMVideoPlaybackQuality* request)
-{
-    WebKitDOMVideoPlaybackQualityPrivate* priv = WEBKIT_DOM_VIDEO_PLAYBACK_QUALITY_GET_PRIVATE(request);
-    new (priv) WebKitDOMVideoPlaybackQualityPrivate();
-}
-
-gdouble webkit_dom_video_playback_quality_get_creation_time(WebKitDOMVideoPlaybackQuality* self)
-{
-#if ENABLE(MEDIA_SOURCE)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VIDEO_PLAYBACK_QUALITY(self), 0);
-    WebCore::VideoPlaybackQuality* item = WebKit::core(self);
-    gdouble result = item-&gt;creationTime();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Media Source&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(MEDIA_SOURCE) */
-}
-
-gulong webkit_dom_video_playback_quality_get_total_video_frames(WebKitDOMVideoPlaybackQuality* self)
-{
-#if ENABLE(MEDIA_SOURCE)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VIDEO_PLAYBACK_QUALITY(self), 0);
-    WebCore::VideoPlaybackQuality* item = WebKit::core(self);
-    gulong result = item-&gt;totalVideoFrames();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Media Source&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(MEDIA_SOURCE) */
-}
-
-gulong webkit_dom_video_playback_quality_get_dropped_video_frames(WebKitDOMVideoPlaybackQuality* self)
-{
-#if ENABLE(MEDIA_SOURCE)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VIDEO_PLAYBACK_QUALITY(self), 0);
-    WebCore::VideoPlaybackQuality* item = WebKit::core(self);
-    gulong result = item-&gt;droppedVideoFrames();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Media Source&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(MEDIA_SOURCE) */
-}
-
-gulong webkit_dom_video_playback_quality_get_corrupted_video_frames(WebKitDOMVideoPlaybackQuality* self)
-{
-#if ENABLE(MEDIA_SOURCE)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VIDEO_PLAYBACK_QUALITY(self), 0);
-    WebCore::VideoPlaybackQuality* item = WebKit::core(self);
-    gulong result = item-&gt;corruptedVideoFrames();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Media Source&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(MEDIA_SOURCE) */
-}
-
-gdouble webkit_dom_video_playback_quality_get_total_frame_delay(WebKitDOMVideoPlaybackQuality* self)
-{
-#if ENABLE(MEDIA_SOURCE)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VIDEO_PLAYBACK_QUALITY(self), 0);
-    WebCore::VideoPlaybackQuality* item = WebKit::core(self);
-    gdouble result = item-&gt;totalFrameDelay();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Media Source&quot;)
-    return static_cast&lt;gdouble&gt;(0);
-#endif /* ENABLE(MEDIA_SOURCE) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoPlaybackQualityh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQuality.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQuality.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQuality.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,108 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMVideoPlaybackQuality_h
-#define WebKitDOMVideoPlaybackQuality_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_VIDEO_PLAYBACK_QUALITY            (webkit_dom_video_playback_quality_get_type())
-#define WEBKIT_DOM_VIDEO_PLAYBACK_QUALITY(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_VIDEO_PLAYBACK_QUALITY, WebKitDOMVideoPlaybackQuality))
-#define WEBKIT_DOM_VIDEO_PLAYBACK_QUALITY_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_VIDEO_PLAYBACK_QUALITY, WebKitDOMVideoPlaybackQualityClass)
-#define WEBKIT_DOM_IS_VIDEO_PLAYBACK_QUALITY(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_VIDEO_PLAYBACK_QUALITY))
-#define WEBKIT_DOM_IS_VIDEO_PLAYBACK_QUALITY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_VIDEO_PLAYBACK_QUALITY))
-#define WEBKIT_DOM_VIDEO_PLAYBACK_QUALITY_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_VIDEO_PLAYBACK_QUALITY, WebKitDOMVideoPlaybackQualityClass))
-
-struct _WebKitDOMVideoPlaybackQuality {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMVideoPlaybackQualityClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_video_playback_quality_get_type(void);
-
-/**
- * webkit_dom_video_playback_quality_get_creation_time:
- * @self: A #WebKitDOMVideoPlaybackQuality
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_video_playback_quality_get_creation_time(WebKitDOMVideoPlaybackQuality* self);
-
-/**
- * webkit_dom_video_playback_quality_get_total_video_frames:
- * @self: A #WebKitDOMVideoPlaybackQuality
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_video_playback_quality_get_total_video_frames(WebKitDOMVideoPlaybackQuality* self);
-
-/**
- * webkit_dom_video_playback_quality_get_dropped_video_frames:
- * @self: A #WebKitDOMVideoPlaybackQuality
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_video_playback_quality_get_dropped_video_frames(WebKitDOMVideoPlaybackQuality* self);
-
-/**
- * webkit_dom_video_playback_quality_get_corrupted_video_frames:
- * @self: A #WebKitDOMVideoPlaybackQuality
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_video_playback_quality_get_corrupted_video_frames(WebKitDOMVideoPlaybackQuality* self);
-
-/**
- * webkit_dom_video_playback_quality_get_total_frame_delay:
- * @self: A #WebKitDOMVideoPlaybackQuality
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_video_playback_quality_get_total_frame_delay(WebKitDOMVideoPlaybackQuality* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMVideoPlaybackQuality_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoPlaybackQualityPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQualityPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQualityPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoPlaybackQualityPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMVideoPlaybackQualityPrivate_h
-#define WebKitDOMVideoPlaybackQualityPrivate_h
-
-#include &lt;WebCore/VideoPlaybackQuality.h&gt;
-#include &lt;webkitdom/WebKitDOMVideoPlaybackQuality.h&gt;
-#if ENABLE(MEDIA_SOURCE)
-
-namespace WebKit {
-WebKitDOMVideoPlaybackQuality* wrapVideoPlaybackQuality(WebCore::VideoPlaybackQuality*);
-WebKitDOMVideoPlaybackQuality* kit(WebCore::VideoPlaybackQuality*);
-WebCore::VideoPlaybackQuality* core(WebKitDOMVideoPlaybackQuality*);
-} // namespace WebKit
-
-#endif /* ENABLE(MEDIA_SOURCE) */
-
-#endif /* WebKitDOMVideoPlaybackQualityPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoTrackcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrack.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrack.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrack.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,301 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMVideoTrack.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMVideoTrackPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_VIDEO_TRACK_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_VIDEO_TRACK, WebKitDOMVideoTrackPrivate)
-
-typedef struct _WebKitDOMVideoTrackPrivate {
-#if ENABLE(VIDEO_TRACK)
-    RefPtr&lt;WebCore::VideoTrack&gt; coreObject;
-#endif // ENABLE(VIDEO_TRACK)
-} WebKitDOMVideoTrackPrivate;
-
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-
-WebKitDOMVideoTrack* kit(WebCore::VideoTrack* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_VIDEO_TRACK(ret);
-
-    return wrapVideoTrack(obj);
-}
-
-WebCore::VideoTrack* core(WebKitDOMVideoTrack* request)
-{
-    return request ? static_cast&lt;WebCore::VideoTrack*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMVideoTrack* wrapVideoTrack(WebCore::VideoTrack* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_VIDEO_TRACK(g_object_new(WEBKIT_DOM_TYPE_VIDEO_TRACK, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO_TRACK)
-
-G_DEFINE_TYPE(WebKitDOMVideoTrack, webkit_dom_video_track, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_ID,
-    PROP_KIND,
-    PROP_LABEL,
-    PROP_LANGUAGE,
-    PROP_SELECTED,
-};
-
-static void webkit_dom_video_track_finalize(GObject* object)
-{
-    WebKitDOMVideoTrackPrivate* priv = WEBKIT_DOM_VIDEO_TRACK_GET_PRIVATE(object);
-#if ENABLE(VIDEO_TRACK)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(VIDEO_TRACK)
-    priv-&gt;~WebKitDOMVideoTrackPrivate();
-    G_OBJECT_CLASS(webkit_dom_video_track_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_video_track_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMVideoTrack* self = WEBKIT_DOM_VIDEO_TRACK(object);
-
-    switch (propertyId) {
-    case PROP_SELECTED:
-        webkit_dom_video_track_set_selected(self, g_value_get_boolean(value));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_video_track_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMVideoTrack* self = WEBKIT_DOM_VIDEO_TRACK(object);
-
-    switch (propertyId) {
-    case PROP_ID:
-        g_value_take_string(value, webkit_dom_video_track_get_id(self));
-        break;
-    case PROP_KIND:
-        g_value_take_string(value, webkit_dom_video_track_get_kind(self));
-        break;
-    case PROP_LABEL:
-        g_value_take_string(value, webkit_dom_video_track_get_label(self));
-        break;
-    case PROP_LANGUAGE:
-        g_value_take_string(value, webkit_dom_video_track_get_language(self));
-        break;
-    case PROP_SELECTED:
-        g_value_set_boolean(value, webkit_dom_video_track_get_selected(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_video_track_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_video_track_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(VIDEO_TRACK)
-    WebKitDOMVideoTrackPrivate* priv = WEBKIT_DOM_VIDEO_TRACK_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::VideoTrack*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(VIDEO_TRACK)
-    return object;
-}
-
-static void webkit_dom_video_track_class_init(WebKitDOMVideoTrackClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMVideoTrackPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_video_track_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_video_track_finalize;
-    gobjectClass-&gt;set_property = webkit_dom_video_track_set_property;
-    gobjectClass-&gt;get_property = webkit_dom_video_track_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_ID,
-        g_param_spec_string(
-            &quot;id&quot;,
-            &quot;VideoTrack:id&quot;,
-            &quot;read-only gchar* VideoTrack:id&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_KIND,
-        g_param_spec_string(
-            &quot;kind&quot;,
-            &quot;VideoTrack:kind&quot;,
-            &quot;read-only gchar* VideoTrack:kind&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LABEL,
-        g_param_spec_string(
-            &quot;label&quot;,
-            &quot;VideoTrack:label&quot;,
-            &quot;read-only gchar* VideoTrack:label&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LANGUAGE,
-        g_param_spec_string(
-            &quot;language&quot;,
-            &quot;VideoTrack:language&quot;,
-            &quot;read-only gchar* VideoTrack:language&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SELECTED,
-        g_param_spec_boolean(
-            &quot;selected&quot;,
-            &quot;VideoTrack:selected&quot;,
-            &quot;read-write gboolean VideoTrack:selected&quot;,
-            FALSE,
-            WEBKIT_PARAM_READWRITE));
-
-}
-
-static void webkit_dom_video_track_init(WebKitDOMVideoTrack* request)
-{
-    WebKitDOMVideoTrackPrivate* priv = WEBKIT_DOM_VIDEO_TRACK_GET_PRIVATE(request);
-    new (priv) WebKitDOMVideoTrackPrivate();
-}
-
-gchar* webkit_dom_video_track_get_id(WebKitDOMVideoTrack* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VIDEO_TRACK(self), 0);
-    WebCore::VideoTrack* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;id());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gchar* webkit_dom_video_track_get_kind(WebKitDOMVideoTrack* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VIDEO_TRACK(self), 0);
-    WebCore::VideoTrack* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;kind());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gchar* webkit_dom_video_track_get_label(WebKitDOMVideoTrack* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VIDEO_TRACK(self), 0);
-    WebCore::VideoTrack* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;label());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gchar* webkit_dom_video_track_get_language(WebKitDOMVideoTrack* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VIDEO_TRACK(self), 0);
-    WebCore::VideoTrack* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;language());
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gboolean webkit_dom_video_track_get_selected(WebKitDOMVideoTrack* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VIDEO_TRACK(self), FALSE);
-    WebCore::VideoTrack* item = WebKit::core(self);
-    gboolean result = item-&gt;selected();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return static_cast&lt;gboolean&gt;(0);
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-void webkit_dom_video_track_set_selected(WebKitDOMVideoTrack* self, gboolean value)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_VIDEO_TRACK(self));
-    WebCore::VideoTrack* item = WebKit::core(self);
-    item-&gt;setSelected(value);
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(value);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoTrackh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrack.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrack.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrack.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,118 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMVideoTrack_h
-#define WebKitDOMVideoTrack_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_VIDEO_TRACK            (webkit_dom_video_track_get_type())
-#define WEBKIT_DOM_VIDEO_TRACK(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_VIDEO_TRACK, WebKitDOMVideoTrack))
-#define WEBKIT_DOM_VIDEO_TRACK_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_VIDEO_TRACK, WebKitDOMVideoTrackClass)
-#define WEBKIT_DOM_IS_VIDEO_TRACK(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_VIDEO_TRACK))
-#define WEBKIT_DOM_IS_VIDEO_TRACK_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_VIDEO_TRACK))
-#define WEBKIT_DOM_VIDEO_TRACK_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_VIDEO_TRACK, WebKitDOMVideoTrackClass))
-
-struct _WebKitDOMVideoTrack {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMVideoTrackClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_video_track_get_type(void);
-
-/**
- * webkit_dom_video_track_get_id:
- * @self: A #WebKitDOMVideoTrack
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_video_track_get_id(WebKitDOMVideoTrack* self);
-
-/**
- * webkit_dom_video_track_get_kind:
- * @self: A #WebKitDOMVideoTrack
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_video_track_get_kind(WebKitDOMVideoTrack* self);
-
-/**
- * webkit_dom_video_track_get_label:
- * @self: A #WebKitDOMVideoTrack
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_video_track_get_label(WebKitDOMVideoTrack* self);
-
-/**
- * webkit_dom_video_track_get_language:
- * @self: A #WebKitDOMVideoTrack
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_video_track_get_language(WebKitDOMVideoTrack* self);
-
-/**
- * webkit_dom_video_track_get_selected:
- * @self: A #WebKitDOMVideoTrack
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_video_track_get_selected(WebKitDOMVideoTrack* self);
-
-/**
- * webkit_dom_video_track_set_selected:
- * @self: A #WebKitDOMVideoTrack
- * @value: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_video_track_set_selected(WebKitDOMVideoTrack* self, gboolean value);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMVideoTrack_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoTrackListcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackList.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackList.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackList.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,284 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMVideoTrackList.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMVideoTrackListPrivate.h&quot;
-#include &quot;WebKitDOMVideoTrackPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_VIDEO_TRACK_LIST_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_VIDEO_TRACK_LIST, WebKitDOMVideoTrackListPrivate)
-
-typedef struct _WebKitDOMVideoTrackListPrivate {
-#if ENABLE(VIDEO_TRACK)
-    RefPtr&lt;WebCore::VideoTrackList&gt; coreObject;
-#endif // ENABLE(VIDEO_TRACK)
-} WebKitDOMVideoTrackListPrivate;
-
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-
-WebKitDOMVideoTrackList* kit(WebCore::VideoTrackList* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_VIDEO_TRACK_LIST(ret);
-
-    return wrapVideoTrackList(obj);
-}
-
-WebCore::VideoTrackList* core(WebKitDOMVideoTrackList* request)
-{
-    return request ? static_cast&lt;WebCore::VideoTrackList*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMVideoTrackList* wrapVideoTrackList(WebCore::VideoTrackList* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_VIDEO_TRACK_LIST(g_object_new(WEBKIT_DOM_TYPE_VIDEO_TRACK_LIST, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(VIDEO_TRACK)
-
-static gboolean webkit_dom_video_track_list_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::VideoTrackList* coreTarget = static_cast&lt;WebCore::VideoTrackList*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(event);
-    UNUSED_PARAM(error);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static gboolean webkit_dom_video_track_list_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::VideoTrackList* coreTarget = static_cast&lt;WebCore::VideoTrackList*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static gboolean webkit_dom_video_track_list_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::VideoTrackList* coreTarget = static_cast&lt;WebCore::VideoTrackList*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-#else
-    UNUSED_PARAM(target);
-    UNUSED_PARAM(eventName);
-    UNUSED_PARAM(handler);
-    UNUSED_PARAM(useCapture);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return false;
-#endif // ENABLE(VIDEO_TRACK)
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_video_track_list_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_video_track_list_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_video_track_list_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMVideoTrackList, webkit_dom_video_track_list, WEBKIT_DOM_TYPE_OBJECT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-enum {
-    PROP_0,
-    PROP_LENGTH,
-    PROP_SELECTED_INDEX,
-};
-
-static void webkit_dom_video_track_list_finalize(GObject* object)
-{
-    WebKitDOMVideoTrackListPrivate* priv = WEBKIT_DOM_VIDEO_TRACK_LIST_GET_PRIVATE(object);
-#if ENABLE(VIDEO_TRACK)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(VIDEO_TRACK)
-    priv-&gt;~WebKitDOMVideoTrackListPrivate();
-    G_OBJECT_CLASS(webkit_dom_video_track_list_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_video_track_list_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMVideoTrackList* self = WEBKIT_DOM_VIDEO_TRACK_LIST(object);
-
-    switch (propertyId) {
-    case PROP_LENGTH:
-        g_value_set_ulong(value, webkit_dom_video_track_list_get_length(self));
-        break;
-    case PROP_SELECTED_INDEX:
-        g_value_set_long(value, webkit_dom_video_track_list_get_selected_index(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_video_track_list_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_video_track_list_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(VIDEO_TRACK)
-    WebKitDOMVideoTrackListPrivate* priv = WEBKIT_DOM_VIDEO_TRACK_LIST_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::VideoTrackList*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(VIDEO_TRACK)
-    return object;
-}
-
-static void webkit_dom_video_track_list_class_init(WebKitDOMVideoTrackListClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMVideoTrackListPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_video_track_list_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_video_track_list_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_video_track_list_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_LENGTH,
-        g_param_spec_ulong(
-            &quot;length&quot;,
-            &quot;VideoTrackList:length&quot;,
-            &quot;read-only gulong VideoTrackList:length&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_SELECTED_INDEX,
-        g_param_spec_long(
-            &quot;selected-index&quot;,
-            &quot;VideoTrackList:selected-index&quot;,
-            &quot;read-only glong VideoTrackList:selected-index&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_video_track_list_init(WebKitDOMVideoTrackList* request)
-{
-    WebKitDOMVideoTrackListPrivate* priv = WEBKIT_DOM_VIDEO_TRACK_LIST_GET_PRIVATE(request);
-    new (priv) WebKitDOMVideoTrackListPrivate();
-}
-
-WebKitDOMVideoTrack* webkit_dom_video_track_list_item(WebKitDOMVideoTrackList* self, gulong index)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VIDEO_TRACK_LIST(self), 0);
-    WebCore::VideoTrackList* item = WebKit::core(self);
-    RefPtr&lt;WebCore::VideoTrack&gt; gobjectResult = WTF::getPtr(item-&gt;item(index));
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(index);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-WebKitDOMVideoTrack* webkit_dom_video_track_list_get_track_by_id(WebKitDOMVideoTrackList* self, const gchar* id)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VIDEO_TRACK_LIST(self), 0);
-    g_return_val_if_fail(id, 0);
-    WebCore::VideoTrackList* item = WebKit::core(self);
-    WTF::String convertedId = WTF::String::fromUTF8(id);
-    RefPtr&lt;WebCore::VideoTrack&gt; gobjectResult = WTF::getPtr(item-&gt;getTrackById(convertedId));
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    UNUSED_PARAM(id);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return 0;
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-gulong webkit_dom_video_track_list_get_length(WebKitDOMVideoTrackList* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VIDEO_TRACK_LIST(self), 0);
-    WebCore::VideoTrackList* item = WebKit::core(self);
-    gulong result = item-&gt;length();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return static_cast&lt;gulong&gt;(0);
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
-glong webkit_dom_video_track_list_get_selected_index(WebKitDOMVideoTrackList* self)
-{
-#if ENABLE(VIDEO_TRACK)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_VIDEO_TRACK_LIST(self), 0);
-    WebCore::VideoTrackList* item = WebKit::core(self);
-    glong result = item-&gt;selectedIndex();
-    return result;
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Video Track&quot;)
-    return static_cast&lt;glong&gt;(0);
-#endif /* ENABLE(VIDEO_TRACK) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoTrackListh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackList.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackList.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackList.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,99 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMVideoTrackList_h
-#define WebKitDOMVideoTrackList_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_VIDEO_TRACK_LIST            (webkit_dom_video_track_list_get_type())
-#define WEBKIT_DOM_VIDEO_TRACK_LIST(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_VIDEO_TRACK_LIST, WebKitDOMVideoTrackList))
-#define WEBKIT_DOM_VIDEO_TRACK_LIST_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_VIDEO_TRACK_LIST, WebKitDOMVideoTrackListClass)
-#define WEBKIT_DOM_IS_VIDEO_TRACK_LIST(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_VIDEO_TRACK_LIST))
-#define WEBKIT_DOM_IS_VIDEO_TRACK_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_VIDEO_TRACK_LIST))
-#define WEBKIT_DOM_VIDEO_TRACK_LIST_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_VIDEO_TRACK_LIST, WebKitDOMVideoTrackListClass))
-
-struct _WebKitDOMVideoTrackList {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMVideoTrackListClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_video_track_list_get_type(void);
-
-/**
- * webkit_dom_video_track_list_item:
- * @self: A #WebKitDOMVideoTrackList
- * @index: A #gulong
- *
- * Returns: (transfer full): A #WebKitDOMVideoTrack
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMVideoTrack*
-webkit_dom_video_track_list_item(WebKitDOMVideoTrackList* self, gulong index);
-
-/**
- * webkit_dom_video_track_list_get_track_by_id:
- * @self: A #WebKitDOMVideoTrackList
- * @id: A #gchar
- *
- * Returns: (transfer full): A #WebKitDOMVideoTrack
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMVideoTrack*
-webkit_dom_video_track_list_get_track_by_id(WebKitDOMVideoTrackList* self, const gchar* id);
-
-/**
- * webkit_dom_video_track_list_get_length:
- * @self: A #WebKitDOMVideoTrackList
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_video_track_list_get_length(WebKitDOMVideoTrackList* self);
-
-/**
- * webkit_dom_video_track_list_get_selected_index:
- * @self: A #WebKitDOMVideoTrackList
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_video_track_list_get_selected_index(WebKitDOMVideoTrackList* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMVideoTrackList_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoTrackListPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackListPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackListPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackListPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMVideoTrackListPrivate_h
-#define WebKitDOMVideoTrackListPrivate_h
-
-#include &lt;WebCore/VideoTrackList.h&gt;
-#include &lt;webkitdom/WebKitDOMVideoTrackList.h&gt;
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-WebKitDOMVideoTrackList* wrapVideoTrackList(WebCore::VideoTrackList*);
-WebKitDOMVideoTrackList* kit(WebCore::VideoTrackList*);
-WebCore::VideoTrackList* core(WebKitDOMVideoTrackList*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO_TRACK) */
-
-#endif /* WebKitDOMVideoTrackListPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMVideoTrackPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMVideoTrackPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMVideoTrackPrivate_h
-#define WebKitDOMVideoTrackPrivate_h
-
-#include &lt;WebCore/VideoTrack.h&gt;
-#include &lt;webkitdom/WebKitDOMVideoTrack.h&gt;
-#if ENABLE(VIDEO_TRACK)
-
-namespace WebKit {
-WebKitDOMVideoTrack* wrapVideoTrack(WebCore::VideoTrack*);
-WebKitDOMVideoTrack* kit(WebCore::VideoTrack*);
-WebCore::VideoTrack* core(WebKitDOMVideoTrack*);
-} // namespace WebKit
-
-#endif /* ENABLE(VIDEO_TRACK) */
-
-#endif /* WebKitDOMVideoTrackPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebAnimationcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimation.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimation.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimation.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,187 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMWebAnimation.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMAnimationEffectPrivate.h&quot;
-#include &quot;WebKitDOMAnimationTimelinePrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMWebAnimationPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_WEB_ANIMATION_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_WEB_ANIMATION, WebKitDOMWebAnimationPrivate)
-
-typedef struct _WebKitDOMWebAnimationPrivate {
-#if ENABLE(WEB_ANIMATIONS)
-    RefPtr&lt;WebCore::WebAnimation&gt; coreObject;
-#endif // ENABLE(WEB_ANIMATIONS)
-} WebKitDOMWebAnimationPrivate;
-
-#if ENABLE(WEB_ANIMATIONS)
-
-namespace WebKit {
-
-WebKitDOMWebAnimation* kit(WebCore::WebAnimation* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_WEB_ANIMATION(ret);
-
-    return wrapWebAnimation(obj);
-}
-
-WebCore::WebAnimation* core(WebKitDOMWebAnimation* request)
-{
-    return request ? static_cast&lt;WebCore::WebAnimation*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMWebAnimation* wrapWebAnimation(WebCore::WebAnimation* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_WEB_ANIMATION(g_object_new(WEBKIT_DOM_TYPE_WEB_ANIMATION, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(WEB_ANIMATIONS)
-
-G_DEFINE_TYPE(WebKitDOMWebAnimation, webkit_dom_web_animation, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_EFFECT,
-    PROP_TIMELINE,
-};
-
-static void webkit_dom_web_animation_finalize(GObject* object)
-{
-    WebKitDOMWebAnimationPrivate* priv = WEBKIT_DOM_WEB_ANIMATION_GET_PRIVATE(object);
-#if ENABLE(WEB_ANIMATIONS)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(WEB_ANIMATIONS)
-    priv-&gt;~WebKitDOMWebAnimationPrivate();
-    G_OBJECT_CLASS(webkit_dom_web_animation_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_web_animation_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMWebAnimation* self = WEBKIT_DOM_WEB_ANIMATION(object);
-
-    switch (propertyId) {
-    case PROP_EFFECT:
-        g_value_set_object(value, webkit_dom_web_animation_get_effect(self));
-        break;
-    case PROP_TIMELINE:
-        g_value_set_object(value, webkit_dom_web_animation_get_timeline(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_web_animation_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_web_animation_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(WEB_ANIMATIONS)
-    WebKitDOMWebAnimationPrivate* priv = WEBKIT_DOM_WEB_ANIMATION_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::WebAnimation*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(WEB_ANIMATIONS)
-    return object;
-}
-
-static void webkit_dom_web_animation_class_init(WebKitDOMWebAnimationClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMWebAnimationPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_web_animation_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_web_animation_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_web_animation_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_EFFECT,
-        g_param_spec_object(
-            &quot;effect&quot;,
-            &quot;WebAnimation:effect&quot;,
-            &quot;read-only WebKitDOMAnimationEffect* WebAnimation:effect&quot;,
-            WEBKIT_DOM_TYPE_ANIMATION_EFFECT,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_TIMELINE,
-        g_param_spec_object(
-            &quot;timeline&quot;,
-            &quot;WebAnimation:timeline&quot;,
-            &quot;read-only WebKitDOMAnimationTimeline* WebAnimation:timeline&quot;,
-            WEBKIT_DOM_TYPE_ANIMATION_TIMELINE,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_web_animation_init(WebKitDOMWebAnimation* request)
-{
-    WebKitDOMWebAnimationPrivate* priv = WEBKIT_DOM_WEB_ANIMATION_GET_PRIVATE(request);
-    new (priv) WebKitDOMWebAnimationPrivate();
-}
-
-WebKitDOMAnimationEffect* webkit_dom_web_animation_get_effect(WebKitDOMWebAnimation* self)
-{
-#if ENABLE(WEB_ANIMATIONS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_WEB_ANIMATION(self), 0);
-    WebCore::WebAnimation* item = WebKit::core(self);
-    RefPtr&lt;WebCore::AnimationEffect&gt; gobjectResult = WTF::getPtr(item-&gt;effect());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Animations&quot;)
-    return 0;
-#endif /* ENABLE(WEB_ANIMATIONS) */
-}
-
-WebKitDOMAnimationTimeline* webkit_dom_web_animation_get_timeline(WebKitDOMWebAnimation* self)
-{
-#if ENABLE(WEB_ANIMATIONS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_WEB_ANIMATION(self), 0);
-    WebCore::WebAnimation* item = WebKit::core(self);
-    RefPtr&lt;WebCore::AnimationTimeline&gt; gobjectResult = WTF::getPtr(item-&gt;timeline());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;Web Animations&quot;)
-    return 0;
-#endif /* ENABLE(WEB_ANIMATIONS) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebAnimationh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimation.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimation.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimation.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,75 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMWebAnimation_h
-#define WebKitDOMWebAnimation_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_WEB_ANIMATION            (webkit_dom_web_animation_get_type())
-#define WEBKIT_DOM_WEB_ANIMATION(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_WEB_ANIMATION, WebKitDOMWebAnimation))
-#define WEBKIT_DOM_WEB_ANIMATION_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_WEB_ANIMATION, WebKitDOMWebAnimationClass)
-#define WEBKIT_DOM_IS_WEB_ANIMATION(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_WEB_ANIMATION))
-#define WEBKIT_DOM_IS_WEB_ANIMATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_WEB_ANIMATION))
-#define WEBKIT_DOM_WEB_ANIMATION_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_WEB_ANIMATION, WebKitDOMWebAnimationClass))
-
-struct _WebKitDOMWebAnimation {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMWebAnimationClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_web_animation_get_type(void);
-
-/**
- * webkit_dom_web_animation_get_effect:
- * @self: A #WebKitDOMWebAnimation
- *
- * Returns: (transfer full): A #WebKitDOMAnimationEffect
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMAnimationEffect*
-webkit_dom_web_animation_get_effect(WebKitDOMWebAnimation* self);
-
-/**
- * webkit_dom_web_animation_get_timeline:
- * @self: A #WebKitDOMWebAnimation
- *
- * Returns: (transfer full): A #WebKitDOMAnimationTimeline
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMAnimationTimeline*
-webkit_dom_web_animation_get_timeline(WebKitDOMWebAnimation* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMWebAnimation_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebAnimationPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimationPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimationPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebAnimationPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMWebAnimationPrivate_h
-#define WebKitDOMWebAnimationPrivate_h
-
-#include &lt;WebCore/WebAnimation.h&gt;
-#include &lt;webkitdom/WebKitDOMWebAnimation.h&gt;
-#if ENABLE(WEB_ANIMATIONS)
-
-namespace WebKit {
-WebKitDOMWebAnimation* wrapWebAnimation(WebCore::WebAnimation*);
-WebKitDOMWebAnimation* kit(WebCore::WebAnimation*);
-WebCore::WebAnimation* core(WebKitDOMWebAnimation*);
-} // namespace WebKit
-
-#endif /* ENABLE(WEB_ANIMATIONS) */
-
-#endif /* WebKitDOMWebAnimationPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitNamedFlowcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlow.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlow.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlow.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,259 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMWebKitNamedFlow.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &quot;GObjectEventListener.h&quot;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMEventPrivate.h&quot;
-#include &quot;WebKitDOMEventTarget.h&quot;
-#include &quot;WebKitDOMNodeListPrivate.h&quot;
-#include &quot;WebKitDOMNodePrivate.h&quot;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMWebKitNamedFlowPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_WEBKIT_NAMED_FLOW_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_WEBKIT_NAMED_FLOW, WebKitDOMWebKitNamedFlowPrivate)
-
-typedef struct _WebKitDOMWebKitNamedFlowPrivate {
-    RefPtr&lt;WebCore::WebKitNamedFlow&gt; coreObject;
-} WebKitDOMWebKitNamedFlowPrivate;
-
-namespace WebKit {
-
-WebKitDOMWebKitNamedFlow* kit(WebCore::WebKitNamedFlow* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_WEBKIT_NAMED_FLOW(ret);
-
-    return wrapWebKitNamedFlow(obj);
-}
-
-WebCore::WebKitNamedFlow* core(WebKitDOMWebKitNamedFlow* request)
-{
-    return request ? static_cast&lt;WebCore::WebKitNamedFlow*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMWebKitNamedFlow* wrapWebKitNamedFlow(WebCore::WebKitNamedFlow* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_WEBKIT_NAMED_FLOW(g_object_new(WEBKIT_DOM_TYPE_WEBKIT_NAMED_FLOW, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-static gboolean webkit_dom_webkit_named_flow_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
-{
-    WebCore::Event* coreEvent = WebKit::core(event);
-    if (!coreEvent)
-        return false;
-    WebCore::WebKitNamedFlow* coreTarget = static_cast&lt;WebCore::WebKitNamedFlow*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-
-    WebCore::ExceptionCode ec = 0;
-    gboolean result = coreTarget-&gt;dispatchEventForBindings(*coreEvent, ec);
-    if (ec) {
-        WebCore::ExceptionCodeDescription description(ec);
-        g_set_error_literal(error, g_quark_from_string(&quot;WEBKIT_DOM&quot;), description.code, description.name);
-    }
-    return result;
-}
-
-static gboolean webkit_dom_webkit_named_flow_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-    WebCore::WebKitNamedFlow* coreTarget = static_cast&lt;WebCore::WebKitNamedFlow*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::addEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-}
-
-static gboolean webkit_dom_webkit_named_flow_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture)
-{
-    WebCore::WebKitNamedFlow* coreTarget = static_cast&lt;WebCore::WebKitNamedFlow*&gt;(WEBKIT_DOM_OBJECT(target)-&gt;coreObject);
-    return WebKit::GObjectEventListener::removeEventListener(G_OBJECT(target), coreTarget, eventName, handler, useCapture);
-}
-
-static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface)
-{
-    iface-&gt;dispatch_event = webkit_dom_webkit_named_flow_dispatch_event;
-    iface-&gt;add_event_listener = webkit_dom_webkit_named_flow_add_event_listener;
-    iface-&gt;remove_event_listener = webkit_dom_webkit_named_flow_remove_event_listener;
-}
-
-G_DEFINE_TYPE_WITH_CODE(WebKitDOMWebKitNamedFlow, webkit_dom_webkit_named_flow, WEBKIT_DOM_TYPE_OBJECT, G_IMPLEMENT_INTERFACE(WEBKIT_DOM_TYPE_EVENT_TARGET, webkit_dom_event_target_init))
-
-enum {
-    PROP_0,
-    PROP_NAME,
-    PROP_OVERSET,
-    PROP_FIRST_EMPTY_REGION_INDEX,
-};
-
-static void webkit_dom_webkit_named_flow_finalize(GObject* object)
-{
-    WebKitDOMWebKitNamedFlowPrivate* priv = WEBKIT_DOM_WEBKIT_NAMED_FLOW_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMWebKitNamedFlowPrivate();
-    G_OBJECT_CLASS(webkit_dom_webkit_named_flow_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_webkit_named_flow_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMWebKitNamedFlow* self = WEBKIT_DOM_WEBKIT_NAMED_FLOW(object);
-
-    switch (propertyId) {
-    case PROP_NAME:
-        g_value_take_string(value, webkit_dom_webkit_named_flow_get_name(self));
-        break;
-    case PROP_OVERSET:
-        g_value_set_boolean(value, webkit_dom_webkit_named_flow_get_overset(self));
-        break;
-    case PROP_FIRST_EMPTY_REGION_INDEX:
-        g_value_set_long(value, webkit_dom_webkit_named_flow_get_first_empty_region_index(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_webkit_named_flow_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_webkit_named_flow_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMWebKitNamedFlowPrivate* priv = WEBKIT_DOM_WEBKIT_NAMED_FLOW_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::WebKitNamedFlow*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_webkit_named_flow_class_init(WebKitDOMWebKitNamedFlowClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMWebKitNamedFlowPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_webkit_named_flow_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_webkit_named_flow_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_webkit_named_flow_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_NAME,
-        g_param_spec_string(
-            &quot;name&quot;,
-            &quot;WebKitNamedFlow:name&quot;,
-            &quot;read-only gchar* WebKitNamedFlow:name&quot;,
-            &quot;&quot;,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_OVERSET,
-        g_param_spec_boolean(
-            &quot;overset&quot;,
-            &quot;WebKitNamedFlow:overset&quot;,
-            &quot;read-only gboolean WebKitNamedFlow:overset&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_FIRST_EMPTY_REGION_INDEX,
-        g_param_spec_long(
-            &quot;first-empty-region-index&quot;,
-            &quot;WebKitNamedFlow:first-empty-region-index&quot;,
-            &quot;read-only glong WebKitNamedFlow:first-empty-region-index&quot;,
-            G_MINLONG, G_MAXLONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_webkit_named_flow_init(WebKitDOMWebKitNamedFlow* request)
-{
-    WebKitDOMWebKitNamedFlowPrivate* priv = WEBKIT_DOM_WEBKIT_NAMED_FLOW_GET_PRIVATE(request);
-    new (priv) WebKitDOMWebKitNamedFlowPrivate();
-}
-
-WebKitDOMNodeList* webkit_dom_webkit_named_flow_get_regions_by_content(WebKitDOMWebKitNamedFlow* self, WebKitDOMNode* contentNode)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_WEBKIT_NAMED_FLOW(self), 0);
-    g_return_val_if_fail(WEBKIT_DOM_IS_NODE(contentNode), 0);
-    WebCore::WebKitNamedFlow* item = WebKit::core(self);
-    WebCore::Node* convertedContentNode = WebKit::core(contentNode);
-    RefPtr&lt;WebCore::NodeList&gt; gobjectResult = WTF::getPtr(item-&gt;getRegionsByContent(convertedContentNode));
-    return WebKit::kit(gobjectResult.get());
-}
-
-WebKitDOMNodeList* webkit_dom_webkit_named_flow_get_regions(WebKitDOMWebKitNamedFlow* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_WEBKIT_NAMED_FLOW(self), 0);
-    WebCore::WebKitNamedFlow* item = WebKit::core(self);
-    RefPtr&lt;WebCore::NodeList&gt; gobjectResult = WTF::getPtr(item-&gt;getRegions());
-    return WebKit::kit(gobjectResult.get());
-}
-
-WebKitDOMNodeList* webkit_dom_webkit_named_flow_get_content(WebKitDOMWebKitNamedFlow* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_WEBKIT_NAMED_FLOW(self), 0);
-    WebCore::WebKitNamedFlow* item = WebKit::core(self);
-    RefPtr&lt;WebCore::NodeList&gt; gobjectResult = WTF::getPtr(item-&gt;getContent());
-    return WebKit::kit(gobjectResult.get());
-}
-
-gchar* webkit_dom_webkit_named_flow_get_name(WebKitDOMWebKitNamedFlow* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_WEBKIT_NAMED_FLOW(self), 0);
-    WebCore::WebKitNamedFlow* item = WebKit::core(self);
-    gchar* result = convertToUTF8String(item-&gt;name());
-    return result;
-}
-
-gboolean webkit_dom_webkit_named_flow_get_overset(WebKitDOMWebKitNamedFlow* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_WEBKIT_NAMED_FLOW(self), FALSE);
-    WebCore::WebKitNamedFlow* item = WebKit::core(self);
-    gboolean result = item-&gt;overset();
-    return result;
-}
-
-glong webkit_dom_webkit_named_flow_get_first_empty_region_index(WebKitDOMWebKitNamedFlow* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_WEBKIT_NAMED_FLOW(self), 0);
-    WebCore::WebKitNamedFlow* item = WebKit::core(self);
-    glong result = item-&gt;firstEmptyRegionIndex();
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitNamedFlowh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlow.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlow.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlow.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,120 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMWebKitNamedFlow_h
-#define WebKitDOMWebKitNamedFlow_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_WEBKIT_NAMED_FLOW            (webkit_dom_webkit_named_flow_get_type())
-#define WEBKIT_DOM_WEBKIT_NAMED_FLOW(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_WEBKIT_NAMED_FLOW, WebKitDOMWebKitNamedFlow))
-#define WEBKIT_DOM_WEBKIT_NAMED_FLOW_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_WEBKIT_NAMED_FLOW, WebKitDOMWebKitNamedFlowClass)
-#define WEBKIT_DOM_IS_WEBKIT_NAMED_FLOW(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_WEBKIT_NAMED_FLOW))
-#define WEBKIT_DOM_IS_WEBKIT_NAMED_FLOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_WEBKIT_NAMED_FLOW))
-#define WEBKIT_DOM_WEBKIT_NAMED_FLOW_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_WEBKIT_NAMED_FLOW, WebKitDOMWebKitNamedFlowClass))
-
-struct _WebKitDOMWebKitNamedFlow {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMWebKitNamedFlowClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_webkit_named_flow_get_type(void);
-
-/**
- * webkit_dom_webkit_named_flow_get_regions_by_content:
- * @self: A #WebKitDOMWebKitNamedFlow
- * @contentNode: A #WebKitDOMNode
- *
- * Returns: (transfer full): A #WebKitDOMNodeList
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMNodeList*
-webkit_dom_webkit_named_flow_get_regions_by_content(WebKitDOMWebKitNamedFlow* self, WebKitDOMNode* contentNode);
-
-/**
- * webkit_dom_webkit_named_flow_get_regions:
- * @self: A #WebKitDOMWebKitNamedFlow
- *
- * Returns: (transfer full): A #WebKitDOMNodeList
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMNodeList*
-webkit_dom_webkit_named_flow_get_regions(WebKitDOMWebKitNamedFlow* self);
-
-/**
- * webkit_dom_webkit_named_flow_get_content:
- * @self: A #WebKitDOMWebKitNamedFlow
- *
- * Returns: (transfer full): A #WebKitDOMNodeList
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMNodeList*
-webkit_dom_webkit_named_flow_get_content(WebKitDOMWebKitNamedFlow* self);
-
-/**
- * webkit_dom_webkit_named_flow_get_name:
- * @self: A #WebKitDOMWebKitNamedFlow
- *
- * Returns: A #gchar
- *
- * Stability: Unstable
-**/
-WEBKIT_API gchar*
-webkit_dom_webkit_named_flow_get_name(WebKitDOMWebKitNamedFlow* self);
-
-/**
- * webkit_dom_webkit_named_flow_get_overset:
- * @self: A #WebKitDOMWebKitNamedFlow
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_webkit_named_flow_get_overset(WebKitDOMWebKitNamedFlow* self);
-
-/**
- * webkit_dom_webkit_named_flow_get_first_empty_region_index:
- * @self: A #WebKitDOMWebKitNamedFlow
- *
- * Returns: A #glong
- *
- * Stability: Unstable
-**/
-WEBKIT_API glong
-webkit_dom_webkit_named_flow_get_first_empty_region_index(WebKitDOMWebKitNamedFlow* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMWebKitNamedFlow_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitNamedFlowPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlowPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlowPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamedFlowPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMWebKitNamedFlowPrivate_h
-#define WebKitDOMWebKitNamedFlowPrivate_h
-
-#include &lt;WebCore/WebKitNamedFlow.h&gt;
-#include &lt;webkitdom/WebKitDOMWebKitNamedFlow.h&gt;
-
-namespace WebKit {
-WebKitDOMWebKitNamedFlow* wrapWebKitNamedFlow(WebCore::WebKitNamedFlow*);
-WebKitDOMWebKitNamedFlow* kit(WebCore::WebKitNamedFlow*);
-WebCore::WebKitNamedFlow* core(WebKitDOMWebKitNamedFlow*);
-} // namespace WebKit
-
-#endif /* WebKitDOMWebKitNamedFlowPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitNamespacecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespace.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespace.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespace.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,157 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMWebKitNamespace.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMUserMessageHandlersNamespacePrivate.h&quot;
-#include &quot;WebKitDOMWebKitNamespacePrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_WEBKIT_NAMESPACE_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_WEBKIT_NAMESPACE, WebKitDOMWebKitNamespacePrivate)
-
-typedef struct _WebKitDOMWebKitNamespacePrivate {
-#if ENABLE(USER_MESSAGE_HANDLERS)
-    RefPtr&lt;WebCore::WebKitNamespace&gt; coreObject;
-#endif // ENABLE(USER_MESSAGE_HANDLERS)
-} WebKitDOMWebKitNamespacePrivate;
-
-#if ENABLE(USER_MESSAGE_HANDLERS)
-
-namespace WebKit {
-
-WebKitDOMWebKitNamespace* kit(WebCore::WebKitNamespace* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_WEBKIT_NAMESPACE(ret);
-
-    return wrapWebKitNamespace(obj);
-}
-
-WebCore::WebKitNamespace* core(WebKitDOMWebKitNamespace* request)
-{
-    return request ? static_cast&lt;WebCore::WebKitNamespace*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMWebKitNamespace* wrapWebKitNamespace(WebCore::WebKitNamespace* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_WEBKIT_NAMESPACE(g_object_new(WEBKIT_DOM_TYPE_WEBKIT_NAMESPACE, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-#endif // ENABLE(USER_MESSAGE_HANDLERS)
-
-G_DEFINE_TYPE(WebKitDOMWebKitNamespace, webkit_dom_webkit_namespace, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_MESSAGE_HANDLERS,
-};
-
-static void webkit_dom_webkit_namespace_finalize(GObject* object)
-{
-    WebKitDOMWebKitNamespacePrivate* priv = WEBKIT_DOM_WEBKIT_NAMESPACE_GET_PRIVATE(object);
-#if ENABLE(USER_MESSAGE_HANDLERS)
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-#endif // ENABLE(USER_MESSAGE_HANDLERS)
-    priv-&gt;~WebKitDOMWebKitNamespacePrivate();
-    G_OBJECT_CLASS(webkit_dom_webkit_namespace_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_webkit_namespace_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMWebKitNamespace* self = WEBKIT_DOM_WEBKIT_NAMESPACE(object);
-
-    switch (propertyId) {
-    case PROP_MESSAGE_HANDLERS:
-        g_value_set_object(value, webkit_dom_webkit_namespace_get_message_handlers(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_webkit_namespace_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_webkit_namespace_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-#if ENABLE(USER_MESSAGE_HANDLERS)
-    WebKitDOMWebKitNamespacePrivate* priv = WEBKIT_DOM_WEBKIT_NAMESPACE_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::WebKitNamespace*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-#endif // ENABLE(USER_MESSAGE_HANDLERS)
-    return object;
-}
-
-static void webkit_dom_webkit_namespace_class_init(WebKitDOMWebKitNamespaceClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMWebKitNamespacePrivate));
-    gobjectClass-&gt;constructor = webkit_dom_webkit_namespace_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_webkit_namespace_finalize;
-    gobjectClass-&gt;get_property = webkit_dom_webkit_namespace_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_MESSAGE_HANDLERS,
-        g_param_spec_object(
-            &quot;message-handlers&quot;,
-            &quot;WebKitNamespace:message-handlers&quot;,
-            &quot;read-only WebKitDOMUserMessageHandlersNamespace* WebKitNamespace:message-handlers&quot;,
-            WEBKIT_DOM_TYPE_USER_MESSAGE_HANDLERS_NAMESPACE,
-            WEBKIT_PARAM_READABLE));
-
-}
-
-static void webkit_dom_webkit_namespace_init(WebKitDOMWebKitNamespace* request)
-{
-    WebKitDOMWebKitNamespacePrivate* priv = WEBKIT_DOM_WEBKIT_NAMESPACE_GET_PRIVATE(request);
-    new (priv) WebKitDOMWebKitNamespacePrivate();
-}
-
-WebKitDOMUserMessageHandlersNamespace* webkit_dom_webkit_namespace_get_message_handlers(WebKitDOMWebKitNamespace* self)
-{
-#if ENABLE(USER_MESSAGE_HANDLERS)
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_WEBKIT_NAMESPACE(self), 0);
-    WebCore::WebKitNamespace* item = WebKit::core(self);
-    RefPtr&lt;WebCore::UserMessageHandlersNamespace&gt; gobjectResult = WTF::getPtr(item-&gt;messageHandlers());
-    return WebKit::kit(gobjectResult.get());
-#else
-    UNUSED_PARAM(self);
-    WEBKIT_WARN_FEATURE_NOT_PRESENT(&quot;User Message Handlers&quot;)
-    return 0;
-#endif /* ENABLE(USER_MESSAGE_HANDLERS) */
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitNamespaceh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespace.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespace.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespace.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,64 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMWebKitNamespace_h
-#define WebKitDOMWebKitNamespace_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_WEBKIT_NAMESPACE            (webkit_dom_webkit_namespace_get_type())
-#define WEBKIT_DOM_WEBKIT_NAMESPACE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_WEBKIT_NAMESPACE, WebKitDOMWebKitNamespace))
-#define WEBKIT_DOM_WEBKIT_NAMESPACE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_WEBKIT_NAMESPACE, WebKitDOMWebKitNamespaceClass)
-#define WEBKIT_DOM_IS_WEBKIT_NAMESPACE(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_WEBKIT_NAMESPACE))
-#define WEBKIT_DOM_IS_WEBKIT_NAMESPACE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_WEBKIT_NAMESPACE))
-#define WEBKIT_DOM_WEBKIT_NAMESPACE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_WEBKIT_NAMESPACE, WebKitDOMWebKitNamespaceClass))
-
-struct _WebKitDOMWebKitNamespace {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMWebKitNamespaceClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_webkit_namespace_get_type(void);
-
-/**
- * webkit_dom_webkit_namespace_get_message_handlers:
- * @self: A #WebKitDOMWebKitNamespace
- *
- * Returns: (transfer full): A #WebKitDOMUserMessageHandlersNamespace
- *
- * Stability: Unstable
-**/
-WEBKIT_API WebKitDOMUserMessageHandlersNamespace*
-webkit_dom_webkit_namespace_get_message_handlers(WebKitDOMWebKitNamespace* self);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMWebKitNamespace_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitNamespacePrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespacePrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespacePrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitNamespacePrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMWebKitNamespacePrivate_h
-#define WebKitDOMWebKitNamespacePrivate_h
-
-#include &lt;WebCore/WebKitNamespace.h&gt;
-#include &lt;webkitdom/WebKitDOMWebKitNamespace.h&gt;
-#if ENABLE(USER_MESSAGE_HANDLERS)
-
-namespace WebKit {
-WebKitDOMWebKitNamespace* wrapWebKitNamespace(WebCore::WebKitNamespace*);
-WebKitDOMWebKitNamespace* kit(WebCore::WebKitNamespace*);
-WebCore::WebKitNamespace* core(WebKitDOMWebKitNamespace*);
-} // namespace WebKit
-
-#endif /* ENABLE(USER_MESSAGE_HANDLERS) */
-
-#endif /* WebKitDOMWebKitNamespacePrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitPointcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPoint.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPoint.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPoint.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,201 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#include &quot;config.h&quot;
-#include &quot;WebKitDOMWebKitPoint.h&quot;
-
-#include &lt;WebCore/CSSImportRule.h&gt;
-#include &quot;DOMObjectCache.h&quot;
-#include &lt;WebCore/Document.h&gt;
-#include &lt;WebCore/ExceptionCode.h&gt;
-#include &lt;WebCore/ExceptionCodeDescription.h&gt;
-#include &lt;WebCore/JSMainThreadExecState.h&gt;
-#include &quot;WebKitDOMPrivate.h&quot;
-#include &quot;WebKitDOMWebKitPointPrivate.h&quot;
-#include &quot;ConvertToUTF8String.h&quot;
-#include &lt;wtf/GetPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-#define WEBKIT_DOM_WEBKIT_POINT_GET_PRIVATE(obj) G_TYPE_INSTANCE_GET_PRIVATE(obj, WEBKIT_DOM_TYPE_WEBKIT_POINT, WebKitDOMWebKitPointPrivate)
-
-typedef struct _WebKitDOMWebKitPointPrivate {
-    RefPtr&lt;WebCore::WebKitPoint&gt; coreObject;
-} WebKitDOMWebKitPointPrivate;
-
-namespace WebKit {
-
-WebKitDOMWebKitPoint* kit(WebCore::WebKitPoint* obj)
-{
-    if (!obj)
-        return 0;
-
-    if (gpointer ret = DOMObjectCache::get(obj))
-        return WEBKIT_DOM_WEBKIT_POINT(ret);
-
-    return wrapWebKitPoint(obj);
-}
-
-WebCore::WebKitPoint* core(WebKitDOMWebKitPoint* request)
-{
-    return request ? static_cast&lt;WebCore::WebKitPoint*&gt;(WEBKIT_DOM_OBJECT(request)-&gt;coreObject) : 0;
-}
-
-WebKitDOMWebKitPoint* wrapWebKitPoint(WebCore::WebKitPoint* coreObject)
-{
-    ASSERT(coreObject);
-    return WEBKIT_DOM_WEBKIT_POINT(g_object_new(WEBKIT_DOM_TYPE_WEBKIT_POINT, &quot;core-object&quot;, coreObject, nullptr));
-}
-
-} // namespace WebKit
-
-G_DEFINE_TYPE(WebKitDOMWebKitPoint, webkit_dom_webkit_point, WEBKIT_DOM_TYPE_OBJECT)
-
-enum {
-    PROP_0,
-    PROP_X,
-    PROP_Y,
-};
-
-static void webkit_dom_webkit_point_finalize(GObject* object)
-{
-    WebKitDOMWebKitPointPrivate* priv = WEBKIT_DOM_WEBKIT_POINT_GET_PRIVATE(object);
-
-    WebKit::DOMObjectCache::forget(priv-&gt;coreObject.get());
-
-    priv-&gt;~WebKitDOMWebKitPointPrivate();
-    G_OBJECT_CLASS(webkit_dom_webkit_point_parent_class)-&gt;finalize(object);
-}
-
-static void webkit_dom_webkit_point_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMWebKitPoint* self = WEBKIT_DOM_WEBKIT_POINT(object);
-
-    switch (propertyId) {
-    case PROP_X:
-        webkit_dom_webkit_point_set_x(self, g_value_get_float(value));
-        break;
-    case PROP_Y:
-        webkit_dom_webkit_point_set_y(self, g_value_get_float(value));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static void webkit_dom_webkit_point_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
-{
-    WebKitDOMWebKitPoint* self = WEBKIT_DOM_WEBKIT_POINT(object);
-
-    switch (propertyId) {
-    case PROP_X:
-        g_value_set_float(value, webkit_dom_webkit_point_get_x(self));
-        break;
-    case PROP_Y:
-        g_value_set_float(value, webkit_dom_webkit_point_get_y(self));
-        break;
-    default:
-        G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
-        break;
-    }
-}
-
-static GObject* webkit_dom_webkit_point_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
-{
-    GObject* object = G_OBJECT_CLASS(webkit_dom_webkit_point_parent_class)-&gt;constructor(type, constructPropertiesCount, constructProperties);
-
-    WebKitDOMWebKitPointPrivate* priv = WEBKIT_DOM_WEBKIT_POINT_GET_PRIVATE(object);
-    priv-&gt;coreObject = static_cast&lt;WebCore::WebKitPoint*&gt;(WEBKIT_DOM_OBJECT(object)-&gt;coreObject);
-    WebKit::DOMObjectCache::put(priv-&gt;coreObject.get(), object);
-
-    return object;
-}
-
-static void webkit_dom_webkit_point_class_init(WebKitDOMWebKitPointClass* requestClass)
-{
-    GObjectClass* gobjectClass = G_OBJECT_CLASS(requestClass);
-    g_type_class_add_private(gobjectClass, sizeof(WebKitDOMWebKitPointPrivate));
-    gobjectClass-&gt;constructor = webkit_dom_webkit_point_constructor;
-    gobjectClass-&gt;finalize = webkit_dom_webkit_point_finalize;
-    gobjectClass-&gt;set_property = webkit_dom_webkit_point_set_property;
-    gobjectClass-&gt;get_property = webkit_dom_webkit_point_get_property;
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_X,
-        g_param_spec_float(
-            &quot;x&quot;,
-            &quot;WebKitPoint:x&quot;,
-            &quot;read-write gfloat WebKitPoint:x&quot;,
-            -G_MAXFLOAT, G_MAXFLOAT, 0,
-            WEBKIT_PARAM_READWRITE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_Y,
-        g_param_spec_float(
-            &quot;y&quot;,
-            &quot;WebKitPoint:y&quot;,
-            &quot;read-write gfloat WebKitPoint:y&quot;,
-            -G_MAXFLOAT, G_MAXFLOAT, 0,
-            WEBKIT_PARAM_READWRITE));
-
-}
-
-static void webkit_dom_webkit_point_init(WebKitDOMWebKitPoint* request)
-{
-    WebKitDOMWebKitPointPrivate* priv = WEBKIT_DOM_WEBKIT_POINT_GET_PRIVATE(request);
-    new (priv) WebKitDOMWebKitPointPrivate();
-}
-
-gfloat webkit_dom_webkit_point_get_x(WebKitDOMWebKitPoint* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_WEBKIT_POINT(self), 0);
-    WebCore::WebKitPoint* item = WebKit::core(self);
-    gfloat result = item-&gt;x();
-    return result;
-}
-
-void webkit_dom_webkit_point_set_x(WebKitDOMWebKitPoint* self, gfloat value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_WEBKIT_POINT(self));
-    WebCore::WebKitPoint* item = WebKit::core(self);
-    item-&gt;setX(value);
-}
-
-gfloat webkit_dom_webkit_point_get_y(WebKitDOMWebKitPoint* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_WEBKIT_POINT(self), 0);
-    WebCore::WebKitPoint* item = WebKit::core(self);
-    gfloat result = item-&gt;y();
-    return result;
-}
-
-void webkit_dom_webkit_point_set_y(WebKitDOMWebKitPoint* self, gfloat value)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_if_fail(WEBKIT_DOM_IS_WEBKIT_POINT(self));
-    WebCore::WebKitPoint* item = WebKit::core(self);
-    item-&gt;setY(value);
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitPointh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPoint.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPoint.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPoint.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,95 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMWebKitPoint_h
-#define WebKitDOMWebKitPoint_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;glib-object.h&gt;
-#include &lt;webkitdom/WebKitDOMObject.h&gt;
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-#define WEBKIT_DOM_TYPE_WEBKIT_POINT            (webkit_dom_webkit_point_get_type())
-#define WEBKIT_DOM_WEBKIT_POINT(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_DOM_TYPE_WEBKIT_POINT, WebKitDOMWebKitPoint))
-#define WEBKIT_DOM_WEBKIT_POINT_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass),  WEBKIT_DOM_TYPE_WEBKIT_POINT, WebKitDOMWebKitPointClass)
-#define WEBKIT_DOM_IS_WEBKIT_POINT(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_DOM_TYPE_WEBKIT_POINT))
-#define WEBKIT_DOM_IS_WEBKIT_POINT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_DOM_TYPE_WEBKIT_POINT))
-#define WEBKIT_DOM_WEBKIT_POINT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_DOM_TYPE_WEBKIT_POINT, WebKitDOMWebKitPointClass))
-
-struct _WebKitDOMWebKitPoint {
-    WebKitDOMObject parent_instance;
-};
-
-struct _WebKitDOMWebKitPointClass {
-    WebKitDOMObjectClass parent_class;
-};
-
-WEBKIT_API GType
-webkit_dom_webkit_point_get_type(void);
-
-/**
- * webkit_dom_webkit_point_get_x:
- * @self: A #WebKitDOMWebKitPoint
- *
- * Returns: A #gfloat
- *
- * Stability: Unstable
-**/
-WEBKIT_API gfloat
-webkit_dom_webkit_point_get_x(WebKitDOMWebKitPoint* self);
-
-/**
- * webkit_dom_webkit_point_set_x:
- * @self: A #WebKitDOMWebKitPoint
- * @value: A #gfloat
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_webkit_point_set_x(WebKitDOMWebKitPoint* self, gfloat value);
-
-/**
- * webkit_dom_webkit_point_get_y:
- * @self: A #WebKitDOMWebKitPoint
- *
- * Returns: A #gfloat
- *
- * Stability: Unstable
-**/
-WEBKIT_API gfloat
-webkit_dom_webkit_point_get_y(WebKitDOMWebKitPoint* self);
-
-/**
- * webkit_dom_webkit_point_set_y:
- * @self: A #WebKitDOMWebKitPoint
- * @value: A #gfloat
- *
- * Stability: Unstable
-**/
-WEBKIT_API void
-webkit_dom_webkit_point_set_y(WebKitDOMWebKitPoint* self, gfloat value);
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMWebKitPoint_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWebKitPointPrivateh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPointPrivate.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPointPrivate.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWebKitPointPrivate.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMWebKitPointPrivate_h
-#define WebKitDOMWebKitPointPrivate_h
-
-#include &lt;WebCore/WebKitPoint.h&gt;
-#include &lt;webkitdom/WebKitDOMWebKitPoint.h&gt;
-
-namespace WebKit {
-WebKitDOMWebKitPoint* wrapWebKitPoint(WebCore::WebKitPoint*);
-WebKitDOMWebKitPoint* kit(WebCore::WebKitPoint*);
-WebCore::WebKitPoint* core(WebKitDOMWebKitPoint*);
-} // namespace WebKit
-
-#endif /* WebKitDOMWebKitPointPrivate_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWheelEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEvent.cpp (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEvent.cpp        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEvent.cpp        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -32,7 +32,6 @@
</span><span class="cx"> #include &quot;WebKitDOMPrivate.h&quot;
</span><span class="cx"> #include &quot;WebKitDOMWheelEventPrivate.h&quot;
</span><span class="cx"> #include &quot;ConvertToUTF8String.h&quot;
</span><del>-#include &quot;WebKitDOMWheelEventUnstable.h&quot;
</del><span class="cx"> #include &lt;wtf/GetPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -60,14 +59,9 @@
</span><span class="cx"> 
</span><span class="cx"> enum {
</span><span class="cx">     PROP_0,
</span><del>-    PROP_DELTA_X,
-    PROP_DELTA_Y,
-    PROP_DELTA_Z,
-    PROP_DELTA_MODE,
</del><span class="cx">     PROP_WHEEL_DELTA_X,
</span><span class="cx">     PROP_WHEEL_DELTA_Y,
</span><span class="cx">     PROP_WHEEL_DELTA,
</span><del>-    PROP_WEBKIT_DIRECTION_INVERTED_FROM_DEVICE,
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_wheel_event_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
</span><span class="lines">@@ -75,18 +69,6 @@
</span><span class="cx">     WebKitDOMWheelEvent* self = WEBKIT_DOM_WHEEL_EVENT(object);
</span><span class="cx"> 
</span><span class="cx">     switch (propertyId) {
</span><del>-    case PROP_DELTA_X:
-        g_value_set_double(value, webkit_dom_wheel_event_get_delta_x(self));
-        break;
-    case PROP_DELTA_Y:
-        g_value_set_double(value, webkit_dom_wheel_event_get_delta_y(self));
-        break;
-    case PROP_DELTA_Z:
-        g_value_set_double(value, webkit_dom_wheel_event_get_delta_z(self));
-        break;
-    case PROP_DELTA_MODE:
-        g_value_set_ulong(value, webkit_dom_wheel_event_get_delta_mode(self));
-        break;
</del><span class="cx">     case PROP_WHEEL_DELTA_X:
</span><span class="cx">         g_value_set_long(value, webkit_dom_wheel_event_get_wheel_delta_x(self));
</span><span class="cx">         break;
</span><span class="lines">@@ -96,9 +78,6 @@
</span><span class="cx">     case PROP_WHEEL_DELTA:
</span><span class="cx">         g_value_set_long(value, webkit_dom_wheel_event_get_wheel_delta(self));
</span><span class="cx">         break;
</span><del>-    case PROP_WEBKIT_DIRECTION_INVERTED_FROM_DEVICE:
-        g_value_set_boolean(value, webkit_dom_wheel_event_get_webkit_direction_inverted_from_device(self));
-        break;
</del><span class="cx">     default:
</span><span class="cx">         G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
</span><span class="cx">         break;
</span><span class="lines">@@ -112,46 +91,6 @@
</span><span class="cx"> 
</span><span class="cx">     g_object_class_install_property(
</span><span class="cx">         gobjectClass,
</span><del>-        PROP_DELTA_X,
-        g_param_spec_double(
-            &quot;delta-x&quot;,
-            &quot;WheelEvent:delta-x&quot;,
-            &quot;read-only gdouble WheelEvent:delta-x&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DELTA_Y,
-        g_param_spec_double(
-            &quot;delta-y&quot;,
-            &quot;WheelEvent:delta-y&quot;,
-            &quot;read-only gdouble WheelEvent:delta-y&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DELTA_Z,
-        g_param_spec_double(
-            &quot;delta-z&quot;,
-            &quot;WheelEvent:delta-z&quot;,
-            &quot;read-only gdouble WheelEvent:delta-z&quot;,
-            -G_MAXDOUBLE, G_MAXDOUBLE, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_DELTA_MODE,
-        g_param_spec_ulong(
-            &quot;delta-mode&quot;,
-            &quot;WheelEvent:delta-mode&quot;,
-            &quot;read-only gulong WheelEvent:delta-mode&quot;,
-            0, G_MAXULONG, 0,
-            WEBKIT_PARAM_READABLE));
-
-    g_object_class_install_property(
-        gobjectClass,
</del><span class="cx">         PROP_WHEEL_DELTA_X,
</span><span class="cx">         g_param_spec_long(
</span><span class="cx">             &quot;wheel-delta-x&quot;,
</span><span class="lines">@@ -179,17 +118,6 @@
</span><span class="cx">             &quot;read-only glong WheelEvent:wheel-delta&quot;,
</span><span class="cx">             G_MINLONG, G_MAXLONG, 0,
</span><span class="cx">             WEBKIT_PARAM_READABLE));
</span><del>-
-    g_object_class_install_property(
-        gobjectClass,
-        PROP_WEBKIT_DIRECTION_INVERTED_FROM_DEVICE,
-        g_param_spec_boolean(
-            &quot;webkit-direction-inverted-from-device&quot;,
-            &quot;WheelEvent:webkit-direction-inverted-from-device&quot;,
-            &quot;read-only gboolean WheelEvent:webkit-direction-inverted-from-device&quot;,
-            FALSE,
-            WEBKIT_PARAM_READABLE));
-
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkit_dom_wheel_event_init(WebKitDOMWheelEvent* request)
</span><span class="lines">@@ -207,42 +135,6 @@
</span><span class="cx">     item-&gt;initWheelEvent(wheelDeltaX, wheelDeltaY, convertedView, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-gdouble webkit_dom_wheel_event_get_delta_x(WebKitDOMWheelEvent* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_WHEEL_EVENT(self), 0);
-    WebCore::WheelEvent* item = WebKit::core(self);
-    gdouble result = item-&gt;deltaX();
-    return result;
-}
-
-gdouble webkit_dom_wheel_event_get_delta_y(WebKitDOMWheelEvent* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_WHEEL_EVENT(self), 0);
-    WebCore::WheelEvent* item = WebKit::core(self);
-    gdouble result = item-&gt;deltaY();
-    return result;
-}
-
-gdouble webkit_dom_wheel_event_get_delta_z(WebKitDOMWheelEvent* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_WHEEL_EVENT(self), 0);
-    WebCore::WheelEvent* item = WebKit::core(self);
-    gdouble result = item-&gt;deltaZ();
-    return result;
-}
-
-gulong webkit_dom_wheel_event_get_delta_mode(WebKitDOMWheelEvent* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_WHEEL_EVENT(self), 0);
-    WebCore::WheelEvent* item = WebKit::core(self);
-    gulong result = item-&gt;deltaMode();
-    return result;
-}
-
</del><span class="cx"> glong webkit_dom_wheel_event_get_wheel_delta_x(WebKitDOMWheelEvent* self)
</span><span class="cx"> {
</span><span class="cx">     WebCore::JSMainThreadNullState state;
</span><span class="lines">@@ -269,13 +161,3 @@
</span><span class="cx">     glong result = item-&gt;wheelDelta();
</span><span class="cx">     return result;
</span><span class="cx"> }
</span><del>-
-gboolean webkit_dom_wheel_event_get_webkit_direction_inverted_from_device(WebKitDOMWheelEvent* self)
-{
-    WebCore::JSMainThreadNullState state;
-    g_return_val_if_fail(WEBKIT_DOM_IS_WHEEL_EVENT(self), FALSE);
-    WebCore::WheelEvent* item = WebKit::core(self);
-    gboolean result = item-&gt;webkitDirectionInvertedFromDevice();
-    return result;
-}
-
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMWebKitDOMWheelEventUnstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEventUnstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEventUnstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMWheelEventUnstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,104 +0,0 @@
</span><del>-/*
- *  This file is part of the WebKit open source project.
- *  This file has been generated by generate-bindings.pl. DO NOT MODIFY!
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- */
-
-#ifndef WebKitDOMWheelEventUnstable_h
-#define WebKitDOMWheelEventUnstable_h
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-#include &lt;webkitdom/webkitdomdefines-unstable.h&gt;
-
-G_BEGIN_DECLS
-
-/**
- * WEBKIT_DOM_WHEEL_EVENT_DOM_DELTA_PIXEL:
- */
-#define WEBKIT_DOM_WHEEL_EVENT_DOM_DELTA_PIXEL 0x00
-
-/**
- * WEBKIT_DOM_WHEEL_EVENT_DOM_DELTA_LINE:
- */
-#define WEBKIT_DOM_WHEEL_EVENT_DOM_DELTA_LINE 0x01
-
-/**
- * WEBKIT_DOM_WHEEL_EVENT_DOM_DELTA_PAGE:
- */
-#define WEBKIT_DOM_WHEEL_EVENT_DOM_DELTA_PAGE 0x02
-
-/**
- * webkit_dom_wheel_event_get_delta_x:
- * @self: A #WebKitDOMWheelEvent
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_wheel_event_get_delta_x(WebKitDOMWheelEvent* self);
-
-/**
- * webkit_dom_wheel_event_get_delta_y:
- * @self: A #WebKitDOMWheelEvent
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_wheel_event_get_delta_y(WebKitDOMWheelEvent* self);
-
-/**
- * webkit_dom_wheel_event_get_delta_z:
- * @self: A #WebKitDOMWheelEvent
- *
- * Returns: A #gdouble
- *
- * Stability: Unstable
-**/
-WEBKIT_API gdouble
-webkit_dom_wheel_event_get_delta_z(WebKitDOMWheelEvent* self);
-
-/**
- * webkit_dom_wheel_event_get_delta_mode:
- * @self: A #WebKitDOMWheelEvent
- *
- * Returns: A #gulong
- *
- * Stability: Unstable
-**/
-WEBKIT_API gulong
-webkit_dom_wheel_event_get_delta_mode(WebKitDOMWheelEvent* self);
-
-/**
- * webkit_dom_wheel_event_get_webkit_direction_inverted_from_device:
- * @self: A #WebKitDOMWheelEvent
- *
- * Returns: A #gboolean
- *
- * Stability: Unstable
-**/
-WEBKIT_API gboolean
-webkit_dom_wheel_event_get_webkit_direction_inverted_from_device(WebKitDOMWheelEvent* self);
-
-
-G_END_DECLS
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-#endif /* WebKitDOMWheelEventUnstable_h */
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMdocswebkitdomgtk40sectionstxt"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/docs/webkitdomgtk-4.0-sections.txt (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/docs/webkitdomgtk-4.0-sections.txt        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/docs/webkitdomgtk-4.0-sections.txt        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1227,6 +1227,7 @@
</span><span class="cx"> webkit_dom_html_anchor_element_get_type_attr
</span><span class="cx"> webkit_dom_html_anchor_element_set_type_attr
</span><span class="cx"> webkit_dom_html_anchor_element_get_text
</span><ins>+webkit_dom_html_anchor_element_set_text
</ins><span class="cx"> webkit_dom_html_anchor_element_get_href
</span><span class="cx"> webkit_dom_html_anchor_element_set_href
</span><span class="cx"> webkit_dom_html_anchor_element_get_protocol
</span><span class="lines">@@ -1316,12 +1317,19 @@
</span><span class="cx"> webkit_dom_html_area_element_get_href
</span><span class="cx"> webkit_dom_html_area_element_set_href
</span><span class="cx"> webkit_dom_html_area_element_get_protocol
</span><ins>+webkit_dom_html_area_element_set_protocol
</ins><span class="cx"> webkit_dom_html_area_element_get_host
</span><ins>+webkit_dom_html_area_element_set_host
</ins><span class="cx"> webkit_dom_html_area_element_get_hostname
</span><ins>+webkit_dom_html_area_element_set_hostname
</ins><span class="cx"> webkit_dom_html_area_element_get_port
</span><ins>+webkit_dom_html_area_element_set_port
</ins><span class="cx"> webkit_dom_html_area_element_get_pathname
</span><ins>+webkit_dom_html_area_element_set_pathname
</ins><span class="cx"> webkit_dom_html_area_element_get_search
</span><ins>+webkit_dom_html_area_element_set_search
</ins><span class="cx"> webkit_dom_html_area_element_get_hash
</span><ins>+webkit_dom_html_area_element_set_hash
</ins><span class="cx"> 
</span><span class="cx"> &lt;SUBSECTION Standard&gt;
</span><span class="cx"> WebKitDOMHTMLAreaElementClass
</span><span class="lines">@@ -2014,6 +2022,7 @@
</span><span class="cx"> webkit_dom_html_input_element_get_autofocus
</span><span class="cx"> webkit_dom_html_input_element_set_autofocus
</span><span class="cx"> webkit_dom_html_input_element_get_default_checked
</span><ins>+webkit_dom_html_input_element_set_default_checked
</ins><span class="cx"> webkit_dom_html_input_element_get_checked
</span><span class="cx"> webkit_dom_html_input_element_set_checked
</span><span class="cx"> webkit_dom_html_input_element_get_disabled
</span><span class="lines">@@ -2031,6 +2040,7 @@
</span><span class="cx"> webkit_dom_html_input_element_set_multiple
</span><span class="cx"> webkit_dom_html_input_element_get_name
</span><span class="cx"> webkit_dom_html_input_element_set_name
</span><ins>+webkit_dom_html_input_element_get_read_only
</ins><span class="cx"> webkit_dom_html_input_element_set_read_only
</span><span class="cx"> webkit_dom_html_input_element_get_size
</span><span class="cx"> webkit_dom_html_input_element_set_size
</span><span class="lines">@@ -2050,6 +2060,7 @@
</span><span class="cx"> webkit_dom_html_input_element_get_use_map
</span><span class="cx"> webkit_dom_html_input_element_set_use_map
</span><span class="cx"> webkit_dom_html_input_element_get_capture_type
</span><ins>+webkit_dom_html_input_element_set_capture_type
</ins><span class="cx"> webkit_dom_html_input_element_get_capture
</span><span class="cx"> webkit_dom_html_input_element_is_edited
</span><span class="cx"> 
</span><span class="lines">@@ -2157,6 +2168,7 @@
</span><span class="cx"> webkit_dom_html_link_element_get_type_attr
</span><span class="cx"> webkit_dom_html_link_element_set_type_attr
</span><span class="cx"> webkit_dom_html_link_element_get_sheet
</span><ins>+webkit_dom_html_link_element_get_sizes
</ins><span class="cx"> webkit_dom_html_link_element_set_sizes
</span><span class="cx"> 
</span><span class="cx"> &lt;SUBSECTION Standard&gt;
</span><span class="lines">@@ -2546,6 +2558,7 @@
</span><span class="cx"> webkit_dom_html_script_element_get_event
</span><span class="cx"> webkit_dom_html_script_element_set_event
</span><span class="cx"> webkit_dom_html_script_element_get_charset
</span><ins>+webkit_dom_html_script_element_set_charset
</ins><span class="cx"> webkit_dom_html_script_element_get_defer
</span><span class="cx"> webkit_dom_html_script_element_set_defer
</span><span class="cx"> webkit_dom_html_script_element_get_src
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMwebkitdomsymbols"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/webkitdom.symbols (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/webkitdom.symbols        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/webkitdom.symbols        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,1228 +0,0 @@
</span><del>-GType webkit_dom_attr_get_type(void)
-gchar* webkit_dom_attr_get_local_name(WebKitDOMAttr*)@2.14
-gchar* webkit_dom_attr_get_name(WebKitDOMAttr*)
-gchar* webkit_dom_attr_get_namespace_uri(WebKitDOMAttr*)@2.14
-gchar* webkit_dom_attr_get_prefix(WebKitDOMAttr*)@2.14
-gboolean webkit_dom_attr_get_specified(WebKitDOMAttr*)
-gchar* webkit_dom_attr_get_value(WebKitDOMAttr*)
-void webkit_dom_attr_set_value(WebKitDOMAttr*, const gchar*, GError**)
-WebKitDOMElement* webkit_dom_attr_get_owner_element(WebKitDOMAttr*)
-GType webkit_dom_cdata_section_get_type(void)
-GType webkit_dom_character_data_get_type(void)
-gchar* webkit_dom_character_data_get_data(WebKitDOMCharacterData*)
-void webkit_dom_character_data_set_data(WebKitDOMCharacterData*, const gchar*, GError**)
-gulong webkit_dom_character_data_get_length(WebKitDOMCharacterData*)
-gchar* webkit_dom_character_data_substring_data(WebKitDOMCharacterData*, gulong, gulong, GError**)
-void webkit_dom_character_data_append_data(WebKitDOMCharacterData*, const gchar*, GError**)
-void webkit_dom_character_data_insert_data(WebKitDOMCharacterData*, gulong, const gchar*, GError**)
-void webkit_dom_character_data_replace_data(WebKitDOMCharacterData*, gulong, gulong, const gchar*, GError**)
-void webkit_dom_character_data_delete_data(WebKitDOMCharacterData*, gulong, gulong, GError**)
-GType webkit_dom_comment_get_type(void)
-GType webkit_dom_dom_implementation_get_type(void)
-gboolean webkit_dom_dom_implementation_has_feature(WebKitDOMDOMImplementation*, const gchar*, const gchar*)
-WebKitDOMDocumentType* webkit_dom_dom_implementation_create_document_type(WebKitDOMDOMImplementation*, const gchar*, const gchar*, const gchar*, GError**)
-WebKitDOMDocument* webkit_dom_dom_implementation_create_document(WebKitDOMDOMImplementation*, const gchar*, const gchar*, WebKitDOMDocumentType*, GError**)
-WebKitDOMCSSStyleSheet* webkit_dom_dom_implementation_create_css_style_sheet(WebKitDOMDOMImplementation*, const gchar*, const gchar*, GError**)
-WebKitDOMHTMLDocument* webkit_dom_dom_implementation_create_html_document(WebKitDOMDOMImplementation*, const gchar*)
-GType webkit_dom_dom_window_get_type(void)
-gboolean webkit_dom_dom_window_webkit_message_handlers_post_message(WebKitDOMDOMWindow*, const gchar*, const gchar*)@2.8
-GType webkit_dom_document_get_type(void)
-WebKitDOMDocumentType* webkit_dom_document_get_doctype(WebKitDOMDocument*)
-gchar* webkit_dom_document_get_design_mode(WebKitDOMDocument*)@2.14
-void webkit_dom_document_set_design_mode(WebKitDOMDocument*, const gchar*)@2.14
-gchar* webkit_dom_document_get_compat_mode(WebKitDOMDocument*)@2.14
-WebKitDOMHTMLCollection* webkit_dom_document_get_embeds(WebKitDOMDocument*)@2.14
-WebKitDOMHTMLCollection* webkit_dom_document_get_plugins(WebKitDOMDocument*)@2.14
-WebKitDOMHTMLCollection* webkit_dom_document_get_scripts(WebKitDOMDocument*)@2.14
-WebKitDOMHTMLCollection* webkit_dom_document_get_images(WebKitDOMDocument*)
-gchar* webkit_dom_document_get_title(WebKitDOMDocument*)
-void webkit_dom_document_set_title(WebKitDOMDocument*, const gchar*)
-gchar* webkit_dom_document_get_charset(WebKitDOMDocument*)
-void webkit_dom_document_set_charset(WebKitDOMDocument*, const gchar*)
-gchar* webkit_dom_document_get_default_charset(WebKitDOMDocument*)
-gchar* webkit_dom_document_get_url(WebKitDOMDocument*)
-gchar* webkit_dom_document_get_document_uri(WebKitDOMDocument*)
-void webkit_dom_document_set_document_uri(WebKitDOMDocument*, const gchar*)
-gchar* webkit_dom_document_get_domain(WebKitDOMDocument*)
-gchar* webkit_dom_document_get_referrer(WebKitDOMDocument*)
-gchar* webkit_dom_document_get_cookie(WebKitDOMDocument*, GError**)
-void webkit_dom_document_set_cookie(WebKitDOMDocument*, const gchar*, GError**)
-WebKitDOMElement* webkit_dom_document_get_document_element(WebKitDOMDocument*)
-WebKitDOMStyleSheetList* webkit_dom_document_get_style_sheets(WebKitDOMDocument*)
-gchar* webkit_dom_document_get_preferred_stylesheet_set(WebKitDOMDocument*)
-gchar* webkit_dom_document_get_selected_stylesheet_set(WebKitDOMDocument*)
-void webkit_dom_document_set_selected_stylesheet_set(WebKitDOMDocument*, const gchar*)
-gchar* webkit_dom_document_get_character_set(WebKitDOMDocument*)
-gchar* webkit_dom_document_get_xml_version(WebKitDOMDocument*)
-void webkit_dom_document_set_xml_version(WebKitDOMDocument*, const gchar*, GError**)
-gchar* webkit_dom_document_get_xml_encoding(WebKitDOMDocument*)
-gboolean webkit_dom_document_get_xml_standalone(WebKitDOMDocument*)
-void webkit_dom_document_set_xml_standalone(WebKitDOMDocument*, gboolean, GError**)
-gchar* webkit_dom_document_get_last_modified(WebKitDOMDocument*)
-gchar* webkit_dom_document_get_input_encoding(WebKitDOMDocument*)
-gchar* webkit_dom_document_get_ready_state(WebKitDOMDocument*)
-gboolean webkit_dom_document_has_focus(WebKitDOMDocument*)
-WebKitDOMHTMLHeadElement* webkit_dom_document_get_head(WebKitDOMDocument*)
-WebKitDOMHTMLElement* webkit_dom_document_get_body(WebKitDOMDocument*)
-void webkit_dom_document_set_body(WebKitDOMDocument*, WebKitDOMHTMLElement*, GError**)
-WebKitDOMDOMImplementation* webkit_dom_document_get_implementation(WebKitDOMDocument*)
-WebKitDOMElement* webkit_dom_document_get_active_element(WebKitDOMDocument*)
-WebKitDOMElement* webkit_dom_document_create_element_ns(WebKitDOMDocument*, const gchar*, const gchar*, GError**)
-WebKitDOMHTMLCollection* webkit_dom_document_get_anchors(WebKitDOMDocument*)
-WebKitDOMHTMLCollection* webkit_dom_document_get_applets(WebKitDOMDocument*)
-WebKitDOMHTMLCollection* webkit_dom_document_get_links(WebKitDOMDocument*)
-WebKitDOMHTMLCollection* webkit_dom_document_get_forms(WebKitDOMDocument*)
-WebKitDOMDOMWindow* webkit_dom_document_get_default_view(WebKitDOMDocument*)
-WebKitDOMElement* webkit_dom_document_create_element(WebKitDOMDocument*, const gchar*, GError**)
-WebKitDOMText* webkit_dom_document_create_text_node(WebKitDOMDocument*, const gchar*)
-WebKitDOMEvent* webkit_dom_document_create_event(WebKitDOMDocument*, const gchar*, GError**)
-WebKitDOMNodeIterator* webkit_dom_document_create_node_iterator(WebKitDOMDocument*, WebKitDOMNode*, gulong, WebKitDOMNodeFilter*, gboolean, GError**)
-WebKitDOMEntityReference* webkit_dom_document_create_entity_reference(WebKitDOMDocument*, const gchar*, GError**)
-WebKitDOMRange* webkit_dom_document_create_range(WebKitDOMDocument*)
-WebKitDOMAttr* webkit_dom_document_create_attribute(WebKitDOMDocument*, const gchar*, GError**)
-WebKitDOMAttr* webkit_dom_document_create_attribute_ns(WebKitDOMDocument*, const gchar*, const gchar*, GError**)
-WebKitDOMCDATASection* webkit_dom_document_create_cdata_section(WebKitDOMDocument*, const gchar*, GError**)
-WebKitDOMComment* webkit_dom_document_create_comment(WebKitDOMDocument*, const gchar*)
-WebKitDOMTreeWalker* webkit_dom_document_create_tree_walker(WebKitDOMDocument*, WebKitDOMNode*, gulong, WebKitDOMNodeFilter*, gboolean, GError**)
-WebKitDOMProcessingInstruction* webkit_dom_document_create_processing_instruction(WebKitDOMDocument*, const gchar*, const gchar*, GError**)
-WebKitDOMXPathExpression* webkit_dom_document_create_expression(WebKitDOMDocument*, const gchar*, WebKitDOMXPathNSResolver*, GError**)
-WebKitDOMDocumentFragment* webkit_dom_document_create_document_fragment(WebKitDOMDocument*)
-WebKitDOMCSSStyleDeclaration* webkit_dom_document_create_css_style_declaration(WebKitDOMDocument*)
-WebKitDOMXPathNSResolver* webkit_dom_document_create_ns_resolver(WebKitDOMDocument*, WebKitDOMNode*)
-WebKitDOMNode* webkit_dom_document_import_node(WebKitDOMDocument*, WebKitDOMNode*, gboolean, GError**)
-WebKitDOMNode* webkit_dom_document_adopt_node(WebKitDOMDocument*, WebKitDOMNode*, GError**)
-WebKitDOMElement* webkit_dom_document_get_element_by_id(WebKitDOMDocument*, const gchar*)
-WebKitDOMNodeList* webkit_dom_document_get_elements_by_name(WebKitDOMDocument*, const gchar*)
-WebKitDOMNodeList* webkit_dom_document_get_elements_by_tag_name(WebKitDOMDocument*, const gchar*)
-WebKitDOMHTMLCollection* webkit_dom_document_get_elements_by_tag_name_as_html_collection(WebKitDOMDocument*, const gchar*)@2.12
-WebKitDOMNodeList* webkit_dom_document_get_elements_by_tag_name_ns(WebKitDOMDocument*, const gchar*, const gchar*)
-WebKitDOMHTMLCollection* webkit_dom_document_get_elements_by_tag_name_ns_as_html_collection(WebKitDOMDocument*, const gchar*, const gchar*)@2.12
-WebKitDOMNodeList* webkit_dom_document_get_elements_by_class_name(WebKitDOMDocument*, const gchar*)
-WebKitDOMHTMLCollection* webkit_dom_document_get_elements_by_class_name_as_html_collection(WebKitDOMDocument*, const gchar*)@2.12
-WebKitDOMElement* webkit_dom_document_element_from_point(WebKitDOMDocument*, glong, glong)
-WebKitDOMCSSStyleDeclaration* webkit_dom_document_get_override_style(WebKitDOMDocument*, WebKitDOMElement*, const gchar*)
-gboolean webkit_dom_document_query_command_enabled(WebKitDOMDocument*, const gchar*)
-gboolean webkit_dom_document_query_command_supported(WebKitDOMDocument*, const gchar*)
-gboolean webkit_dom_document_query_command_state(WebKitDOMDocument*, const gchar*)
-gboolean webkit_dom_document_query_command_indeterm(WebKitDOMDocument*, const gchar*)
-gchar* webkit_dom_document_query_command_value(WebKitDOMDocument*, const gchar*)
-gboolean webkit_dom_document_exec_command(WebKitDOMDocument*, const gchar*, gboolean, const gchar*)
-WebKitDOMElement* webkit_dom_document_query_selector(WebKitDOMDocument*, const gchar*, GError**)
-WebKitDOMNodeList* webkit_dom_document_query_selector_all(WebKitDOMDocument*, const gchar*, GError**)
-WebKitDOMXPathResult* webkit_dom_document_evaluate(WebKitDOMDocument*, const gchar*, WebKitDOMNode*, WebKitDOMXPathNSResolver*, gushort, WebKitDOMXPathResult*, GError**)
-GType webkit_dom_document_fragment_get_type(void)
-GType webkit_dom_document_type_get_type(void)
-gchar* webkit_dom_document_type_get_name(WebKitDOMDocumentType*)
-gchar* webkit_dom_document_type_get_public_id(WebKitDOMDocumentType*)
-gchar* webkit_dom_document_type_get_system_id(WebKitDOMDocumentType*)
-WebKitDOMNamedNodeMap* webkit_dom_document_type_get_notations(WebKitDOMDocumentType*)
-WebKitDOMNamedNodeMap* webkit_dom_document_type_get_entities(WebKitDOMDocumentType*)
-gchar* webkit_dom_document_type_get_internal_subset(WebKitDOMDocumentType*)
-GType webkit_dom_element_get_type(void)
-gchar* webkit_dom_element_get_id(WebKitDOMElement*)
-void webkit_dom_element_set_id(WebKitDOMElement*, const gchar*)
-gchar* webkit_dom_element_get_namespace_uri(WebKitDOMElement*)@2.14
-gchar* webkit_dom_element_get_local_name(WebKitDOMElement*)@2.14
-gchar* webkit_dom_element_get_prefix(WebKitDOMElement*)@2.14
-WebKitDOMCSSStyleDeclaration* webkit_dom_element_get_style(WebKitDOMElement*)
-gchar* webkit_dom_element_get_class_name(WebKitDOMElement*)
-void webkit_dom_element_set_class_name(WebKitDOMElement*, const gchar*)
-void webkit_dom_element_set_inner_html(WebKitDOMElement*, const gchar*, GError**)@2.8
-gchar* webkit_dom_element_get_inner_html(WebKitDOMElement*)@2.8
-void webkit_dom_element_set_outer_html(WebKitDOMElement*, const gchar*, GError**)@2.8
-gchar* webkit_dom_element_get_outer_html(WebKitDOMElement*)@2.8
-gchar* webkit_dom_element_get_tag_name(WebKitDOMElement*)
-WebKitDOMElement* webkit_dom_element_get_offset_parent(WebKitDOMElement*)
-glong webkit_dom_element_get_scroll_left(WebKitDOMElement*)
-void webkit_dom_element_set_scroll_left(WebKitDOMElement*, glong)
-glong webkit_dom_element_get_scroll_top(WebKitDOMElement*)
-void webkit_dom_element_set_scroll_top(WebKitDOMElement*, glong)
-glong webkit_dom_element_get_scroll_width(WebKitDOMElement*)
-glong webkit_dom_element_get_scroll_height(WebKitDOMElement*)
-gdouble webkit_dom_element_get_offset_top(WebKitDOMElement*)
-gdouble webkit_dom_element_get_offset_left(WebKitDOMElement*)
-gdouble webkit_dom_element_get_offset_width(WebKitDOMElement*)
-gdouble webkit_dom_element_get_offset_height(WebKitDOMElement*)
-gdouble webkit_dom_element_get_client_top(WebKitDOMElement*)
-gdouble webkit_dom_element_get_client_left(WebKitDOMElement*)
-gdouble webkit_dom_element_get_client_height(WebKitDOMElement*)
-gdouble webkit_dom_element_get_client_width(WebKitDOMElement*)
-WebKitDOMHTMLCollection* webkit_dom_element_get_children(WebKitDOMElement*)@2.10
-gboolean webkit_dom_element_has_attributes(WebKitDOMElement*)
-gboolean webkit_dom_element_has_attribute(WebKitDOMElement*, const gchar*)
-gboolean webkit_dom_element_has_attribute_ns(WebKitDOMElement*, const gchar*, const gchar*)
-WebKitDOMNamedNodeMap* webkit_dom_element_get_attributes(WebKitDOMElement*)
-gchar* webkit_dom_element_get_attribute_ns(WebKitDOMElement*, const gchar*, const gchar*)
-void webkit_dom_element_set_attribute(WebKitDOMElement*, const gchar*, const gchar*, GError**)
-gchar* webkit_dom_element_get_attribute(WebKitDOMElement*, const gchar*)
-void webkit_dom_element_set_attribute_ns(WebKitDOMElement*, const gchar*, const gchar*, const gchar*, GError**)
-void webkit_dom_element_remove_attribute(WebKitDOMElement*, const gchar*)
-void webkit_dom_element_remove_attribute_ns(WebKitDOMElement*, const gchar*, const gchar*)
-WebKitDOMAttr* webkit_dom_element_remove_attribute_node(WebKitDOMElement*, WebKitDOMAttr*, GError**)
-WebKitDOMAttr* webkit_dom_element_get_attribute_node(WebKitDOMElement*, const gchar*)
-WebKitDOMAttr* webkit_dom_element_set_attribute_node(WebKitDOMElement*, WebKitDOMAttr*, GError**)
-WebKitDOMAttr* webkit_dom_element_get_attribute_node_ns(WebKitDOMElement*, const gchar*, const gchar*)
-WebKitDOMAttr* webkit_dom_element_set_attribute_node_ns(WebKitDOMElement*, WebKitDOMAttr*, GError**)
-WebKitDOMElement* webkit_dom_element_get_first_element_child(WebKitDOMElement*)
-WebKitDOMElement* webkit_dom_element_get_next_element_sibling(WebKitDOMElement*)
-WebKitDOMElement* webkit_dom_element_get_previous_element_sibling(WebKitDOMElement*)
-WebKitDOMElement* webkit_dom_element_get_last_element_child(WebKitDOMElement*)
-gulong webkit_dom_element_get_child_element_count(WebKitDOMElement*)
-void webkit_dom_element_scroll_into_view(WebKitDOMElement*, gboolean)
-void webkit_dom_element_scroll_into_view_if_needed(WebKitDOMElement*, gboolean)
-void webkit_dom_element_scroll_by_lines(WebKitDOMElement*, glong)
-void webkit_dom_element_scroll_by_pages(WebKitDOMElement*, glong)
-WebKitDOMElement* webkit_dom_element_query_selector(WebKitDOMElement*, const gchar*, GError**)
-WebKitDOMNodeList* webkit_dom_element_query_selector_all(WebKitDOMElement*, const gchar*, GError**)
-WebKitDOMNodeList* webkit_dom_element_get_elements_by_tag_name(WebKitDOMElement*, const gchar*)
-WebKitDOMHTMLCollection* webkit_dom_element_get_elements_by_tag_name_as_html_collection(WebKitDOMElement*, const gchar*)@2.12
-WebKitDOMNodeList* webkit_dom_element_get_elements_by_tag_name_ns(WebKitDOMElement*, const gchar*, const gchar*)
-WebKitDOMHTMLCollection* webkit_dom_element_get_elements_by_tag_name_ns_as_html_collection(WebKitDOMElement*, const gchar*, const gchar*)@2.12
-WebKitDOMNodeList* webkit_dom_element_get_elements_by_class_name(WebKitDOMElement*, const gchar*)
-WebKitDOMHTMLCollection* webkit_dom_element_get_elements_by_class_name_as_html_collection(WebKitDOMElement*, const gchar*)@2.12
-void webkit_dom_element_focus(WebKitDOMElement*)
-void webkit_dom_element_blur(WebKitDOMElement*)
-GType webkit_dom_entity_reference_get_type(void)
-GType webkit_dom_blob_get_type(void)
-guint64 webkit_dom_blob_get_size(WebKitDOMBlob*)
-GType webkit_dom_file_get_type(void)
-gchar* webkit_dom_file_get_name(WebKitDOMFile*)
-GType webkit_dom_file_list_get_type(void)
-gulong webkit_dom_file_list_get_length(WebKitDOMFileList*)
-WebKitDOMFile* webkit_dom_file_list_item(WebKitDOMFileList*, gulong)
-GType webkit_dom_named_node_map_get_type(void)
-gulong webkit_dom_named_node_map_get_length(WebKitDOMNamedNodeMap*)
-WebKitDOMNode* webkit_dom_named_node_map_get_named_item(WebKitDOMNamedNodeMap*, const gchar*)
-WebKitDOMNode* webkit_dom_named_node_map_set_named_item(WebKitDOMNamedNodeMap*, WebKitDOMNode*, GError**)
-WebKitDOMNode* webkit_dom_named_node_map_get_named_item_ns(WebKitDOMNamedNodeMap*, const gchar*, const gchar*)
-WebKitDOMNode* webkit_dom_named_node_map_set_named_item_ns(WebKitDOMNamedNodeMap*, WebKitDOMNode*, GError**)
-WebKitDOMNode* webkit_dom_named_node_map_remove_named_item(WebKitDOMNamedNodeMap*, const gchar*, GError**)
-WebKitDOMNode* webkit_dom_named_node_map_remove_named_item_ns(WebKitDOMNamedNodeMap*, const gchar*, const gchar*, GError**)
-WebKitDOMNode* webkit_dom_named_node_map_item(WebKitDOMNamedNodeMap*, gulong)
-GType webkit_dom_node_get_type(void)
-WEBKIT_DOM_NODE_ELEMENT_NODE
-WEBKIT_DOM_NODE_ATTRIBUTE_NODE
-WEBKIT_DOM_NODE_TEXT_NODE
-WEBKIT_DOM_NODE_CDATA_SECTION_NODE
-WEBKIT_DOM_NODE_ENTITY_REFERENCE_NODE
-WEBKIT_DOM_NODE_ENTITY_NODE
-WEBKIT_DOM_NODE_PROCESSING_INSTRUCTION_NODE
-WEBKIT_DOM_NODE_COMMENT_NODE
-WEBKIT_DOM_NODE_DOCUMENT_NODE
-WEBKIT_DOM_NODE_DOCUMENT_TYPE_NODE
-WEBKIT_DOM_NODE_DOCUMENT_FRAGMENT_NODE
-WEBKIT_DOM_NODE_DOCUMENT_POSITION_DISCONNECTED
-WEBKIT_DOM_NODE_DOCUMENT_POSITION_PRECEDING
-WEBKIT_DOM_NODE_DOCUMENT_POSITION_FOLLOWING
-WEBKIT_DOM_NODE_DOCUMENT_POSITION_CONTAINS
-WEBKIT_DOM_NODE_DOCUMENT_POSITION_CONTAINED_BY
-WEBKIT_DOM_NODE_DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
-gushort webkit_dom_node_get_node_type(WebKitDOMNode*)
-gchar* webkit_dom_node_get_node_name(WebKitDOMNode*)
-gchar* webkit_dom_node_get_local_name(WebKitDOMNode*)
-gchar* webkit_dom_node_get_base_uri(WebKitDOMNode*)
-gchar* webkit_dom_node_get_node_value(WebKitDOMNode*)
-void webkit_dom_node_set_node_value(WebKitDOMNode*, const gchar*, GError**)
-gchar* webkit_dom_node_get_text_content(WebKitDOMNode*)
-void webkit_dom_node_set_text_content(WebKitDOMNode*, const gchar*, GError**)
-gchar* webkit_dom_node_get_prefix(WebKitDOMNode*)
-void webkit_dom_node_set_prefix(WebKitDOMNode*, const gchar*, GError**)
-gchar* webkit_dom_node_get_namespace_uri(WebKitDOMNode*)
-WebKitDOMDocument* webkit_dom_node_get_owner_document(WebKitDOMNode*)
-WebKitDOMNode* webkit_dom_node_get_parent_node(WebKitDOMNode*)
-WebKitDOMElement* webkit_dom_node_get_parent_element(WebKitDOMNode*)
-gboolean webkit_dom_node_has_child_nodes(WebKitDOMNode*)
-WebKitDOMNodeList* webkit_dom_node_get_child_nodes(WebKitDOMNode*)
-WebKitDOMNode* webkit_dom_node_get_last_child(WebKitDOMNode*)
-WebKitDOMNode* webkit_dom_node_get_first_child(WebKitDOMNode*)
-WebKitDOMNode* webkit_dom_node_get_next_sibling(WebKitDOMNode*)
-WebKitDOMNode* webkit_dom_node_get_previous_sibling(WebKitDOMNode*)
-WebKitDOMNode* webkit_dom_node_append_child(WebKitDOMNode*, WebKitDOMNode*, GError**)
-WebKitDOMNode* webkit_dom_node_replace_child(WebKitDOMNode*, WebKitDOMNode*, WebKitDOMNode*, GError**)
-WebKitDOMNode* webkit_dom_node_remove_child(WebKitDOMNode*, WebKitDOMNode*, GError**)
-WebKitDOMNode* webkit_dom_node_insert_before(WebKitDOMNode*, WebKitDOMNode*, WebKitDOMNode*, GError**)
-WebKitDOMNode* webkit_dom_node_clone_node(WebKitDOMNode*, gboolean)
-WebKitDOMNode* webkit_dom_node_clone_node_with_error(WebKitDOMNode*, gboolean, GError**)@2.14
-gboolean webkit_dom_node_contains(WebKitDOMNode*, WebKitDOMNode*)
-gboolean webkit_dom_node_is_default_namespace(WebKitDOMNode*, const gchar*)
-gboolean webkit_dom_node_is_supported(WebKitDOMNode*, const gchar*, const gchar*)
-gchar* webkit_dom_node_lookup_prefix(WebKitDOMNode*, const gchar*)
-gchar* webkit_dom_node_lookup_namespace_uri(WebKitDOMNode*, const gchar*)
-gushort webkit_dom_node_compare_document_position(WebKitDOMNode*, WebKitDOMNode*)
-gboolean webkit_dom_node_is_same_node(WebKitDOMNode*, WebKitDOMNode*)
-gboolean webkit_dom_node_is_equal_node(WebKitDOMNode*, WebKitDOMNode*)
-void webkit_dom_node_normalize(WebKitDOMNode*)
-GType webkit_dom_node_list_get_type(void)
-gulong webkit_dom_node_list_get_length(WebKitDOMNodeList*)
-WebKitDOMNode* webkit_dom_node_list_item(WebKitDOMNodeList*, gulong)
-GType webkit_dom_processing_instruction_get_type(void)
-gchar* webkit_dom_processing_instruction_get_target(WebKitDOMProcessingInstruction*)
-WebKitDOMStyleSheet* webkit_dom_processing_instruction_get_sheet(WebKitDOMProcessingInstruction*)
-GType webkit_dom_text_get_type(void)
-gchar* webkit_dom_text_get_whole_text(WebKitDOMText*)
-WebKitDOMText* webkit_dom_text_split_text(WebKitDOMText*, gulong, GError**)
-WebKitDOMText* webkit_dom_text_replace_whole_text(WebKitDOMText*, const gchar*, GError**)
-GType webkit_dom_html_anchor_element_get_type(void)
-gchar* webkit_dom_html_anchor_element_get_type_attr(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_type_attr(WebKitDOMHTMLAnchorElement*, const gchar*)
-gchar* webkit_dom_html_anchor_element_get_name(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_name(WebKitDOMHTMLAnchorElement*, const gchar*)
-gchar* webkit_dom_html_anchor_element_get_target(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_target(WebKitDOMHTMLAnchorElement*, const gchar*)
-gchar* webkit_dom_html_anchor_element_get_href(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_href(WebKitDOMHTMLAnchorElement*, const gchar*)
-gchar* webkit_dom_html_anchor_element_get_hreflang(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_hreflang(WebKitDOMHTMLAnchorElement*, const gchar*)
-gchar* webkit_dom_html_anchor_element_get_text(WebKitDOMHTMLAnchorElement*)
-gchar* webkit_dom_html_anchor_element_get_coords(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_coords(WebKitDOMHTMLAnchorElement*, const gchar*)
-gchar* webkit_dom_html_anchor_element_get_pathname(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_pathname(WebKitDOMHTMLAnchorElement*, const gchar*)
-gchar* webkit_dom_html_anchor_element_get_search(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_search(WebKitDOMHTMLAnchorElement*, const gchar*)
-gchar* webkit_dom_html_anchor_element_get_charset(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_charset(WebKitDOMHTMLAnchorElement*, const gchar*)
-gchar* webkit_dom_html_anchor_element_get_host(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_host(WebKitDOMHTMLAnchorElement*, const gchar*)
-gchar* webkit_dom_html_anchor_element_get_hostname(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_hostname(WebKitDOMHTMLAnchorElement*, const gchar*)
-gchar* webkit_dom_html_anchor_element_get_port(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_port(WebKitDOMHTMLAnchorElement*, const gchar*)
-gchar* webkit_dom_html_anchor_element_get_rev(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_rev(WebKitDOMHTMLAnchorElement*, const gchar*)
-gchar* webkit_dom_html_anchor_element_get_rel(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_rel(WebKitDOMHTMLAnchorElement*, const gchar*)
-gchar* webkit_dom_html_anchor_element_get_shape(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_shape(WebKitDOMHTMLAnchorElement*, const gchar*)
-gchar* webkit_dom_html_anchor_element_get_hash(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_hash(WebKitDOMHTMLAnchorElement*, const gchar*)
-gchar* webkit_dom_html_anchor_element_get_protocol(WebKitDOMHTMLAnchorElement*)
-void webkit_dom_html_anchor_element_set_protocol(WebKitDOMHTMLAnchorElement*, const gchar*)
-GType webkit_dom_html_applet_element_get_type(void)
-glong webkit_dom_html_applet_element_get_vspace(WebKitDOMHTMLAppletElement*)
-void webkit_dom_html_applet_element_set_vspace(WebKitDOMHTMLAppletElement*, glong)
-glong webkit_dom_html_applet_element_get_hspace(WebKitDOMHTMLAppletElement*)
-void webkit_dom_html_applet_element_set_hspace(WebKitDOMHTMLAppletElement*, glong)
-gchar* webkit_dom_html_applet_element_get_width(WebKitDOMHTMLAppletElement*)
-void webkit_dom_html_applet_element_set_width(WebKitDOMHTMLAppletElement*, const gchar*)
-gchar* webkit_dom_html_applet_element_get_height(WebKitDOMHTMLAppletElement*)
-void webkit_dom_html_applet_element_set_height(WebKitDOMHTMLAppletElement*, const gchar*)
-gchar* webkit_dom_html_applet_element_get_code(WebKitDOMHTMLAppletElement*)
-void webkit_dom_html_applet_element_set_code(WebKitDOMHTMLAppletElement*, const gchar*)
-gchar* webkit_dom_html_applet_element_get_code_base(WebKitDOMHTMLAppletElement*)
-void webkit_dom_html_applet_element_set_code_base(WebKitDOMHTMLAppletElement*, const gchar*)
-gchar* webkit_dom_html_applet_element_get_object(WebKitDOMHTMLAppletElement*)
-void webkit_dom_html_applet_element_set_object(WebKitDOMHTMLAppletElement*, const gchar*)
-gchar* webkit_dom_html_applet_element_get_align(WebKitDOMHTMLAppletElement*)
-void webkit_dom_html_applet_element_set_align(WebKitDOMHTMLAppletElement*, const gchar*)
-gchar* webkit_dom_html_applet_element_get_name(WebKitDOMHTMLAppletElement*)
-void webkit_dom_html_applet_element_set_name(WebKitDOMHTMLAppletElement*, const gchar*)
-gchar* webkit_dom_html_applet_element_get_alt(WebKitDOMHTMLAppletElement*)
-void webkit_dom_html_applet_element_set_alt(WebKitDOMHTMLAppletElement*, const gchar*)
-gchar* webkit_dom_html_applet_element_get_archive(WebKitDOMHTMLAppletElement*)
-void webkit_dom_html_applet_element_set_archive(WebKitDOMHTMLAppletElement*, const gchar*)
-GType webkit_dom_html_area_element_get_type(void)
-gchar* webkit_dom_html_area_element_get_alt(WebKitDOMHTMLAreaElement*)
-gchar* webkit_dom_html_area_element_get_coords(WebKitDOMHTMLAreaElement*)
-gchar* webkit_dom_html_area_element_get_hash(WebKitDOMHTMLAreaElement*)
-gchar* webkit_dom_html_area_element_get_hostname(WebKitDOMHTMLAreaElement*)
-gchar* webkit_dom_html_area_element_get_host(WebKitDOMHTMLAreaElement*)
-gchar* webkit_dom_html_area_element_get_href(WebKitDOMHTMLAreaElement*)
-gboolean webkit_dom_html_area_element_get_no_href(WebKitDOMHTMLAreaElement*)
-gchar* webkit_dom_html_area_element_get_pathname(WebKitDOMHTMLAreaElement*)
-gchar* webkit_dom_html_area_element_get_port(WebKitDOMHTMLAreaElement*)
-gchar* webkit_dom_html_area_element_get_protocol(WebKitDOMHTMLAreaElement*)
-gchar* webkit_dom_html_area_element_get_search(WebKitDOMHTMLAreaElement*)
-gchar* webkit_dom_html_area_element_get_shape(WebKitDOMHTMLAreaElement*)
-gchar* webkit_dom_html_area_element_get_target(WebKitDOMHTMLAreaElement*)
-void webkit_dom_html_area_element_set_alt(WebKitDOMHTMLAreaElement*, const gchar*)
-void webkit_dom_html_area_element_set_coords(WebKitDOMHTMLAreaElement*, const gchar*)
-void webkit_dom_html_area_element_set_href(WebKitDOMHTMLAreaElement*, const gchar*)
-void webkit_dom_html_area_element_set_no_href(WebKitDOMHTMLAreaElement*, gboolean)
-void webkit_dom_html_area_element_set_shape(WebKitDOMHTMLAreaElement*, const gchar*)
-void webkit_dom_html_area_element_set_target(WebKitDOMHTMLAreaElement*, const gchar*)
-GType webkit_dom_html_base_element_get_type(void)
-gchar* webkit_dom_html_base_element_get_href(WebKitDOMHTMLBaseElement*)
-gchar* webkit_dom_html_base_element_get_target(WebKitDOMHTMLBaseElement*)
-void webkit_dom_html_base_element_set_href(WebKitDOMHTMLBaseElement*, const gchar*)
-void webkit_dom_html_base_element_set_target(WebKitDOMHTMLBaseElement*, const gchar*)
-GType webkit_dom_html_br_element_get_type(void)
-gchar* webkit_dom_html_br_element_get_clear(WebKitDOMHTMLBRElement*)
-void webkit_dom_html_br_element_set_clear(WebKitDOMHTMLBRElement*, const gchar*)
-GType webkit_dom_html_base_font_element_get_type(void)
-gchar* webkit_dom_html_base_font_element_get_color(WebKitDOMHTMLBaseFontElement*)
-gchar* webkit_dom_html_base_font_element_get_face(WebKitDOMHTMLBaseFontElement*)
-glong webkit_dom_html_base_font_element_get_size(WebKitDOMHTMLBaseFontElement*)
-void webkit_dom_html_base_font_element_set_color(WebKitDOMHTMLBaseFontElement*, const gchar*)
-void webkit_dom_html_base_font_element_set_face(WebKitDOMHTMLBaseFontElement*, const gchar*)
-void webkit_dom_html_base_font_element_set_size(WebKitDOMHTMLBaseFontElement*, glong)
-GType webkit_dom_html_body_element_get_type(void)
-gchar* webkit_dom_html_body_element_get_a_link(WebKitDOMHTMLBodyElement*)
-gchar* webkit_dom_html_body_element_get_background(WebKitDOMHTMLBodyElement*)
-gchar* webkit_dom_html_body_element_get_bg_color(WebKitDOMHTMLBodyElement*)
-gchar* webkit_dom_html_body_element_get_link(WebKitDOMHTMLBodyElement*)
-gchar* webkit_dom_html_body_element_get_text(WebKitDOMHTMLBodyElement*)
-gchar* webkit_dom_html_body_element_get_v_link(WebKitDOMHTMLBodyElement*)
-void webkit_dom_html_body_element_set_a_link(WebKitDOMHTMLBodyElement*, const gchar*)
-void webkit_dom_html_body_element_set_background(WebKitDOMHTMLBodyElement*, const gchar*)
-void webkit_dom_html_body_element_set_bg_color(WebKitDOMHTMLBodyElement*, const gchar*)
-void webkit_dom_html_body_element_set_link(WebKitDOMHTMLBodyElement*, const gchar*)
-void webkit_dom_html_body_element_set_text(WebKitDOMHTMLBodyElement*, const gchar*)
-void webkit_dom_html_body_element_set_v_link(WebKitDOMHTMLBodyElement*, const gchar*)
-GType webkit_dom_html_button_element_get_type(void)
-gchar* webkit_dom_html_button_element_get_button_type(WebKitDOMHTMLButtonElement*)
-void webkit_dom_html_button_element_set_button_type(WebKitDOMHTMLButtonElement*, const gchar*)
-gboolean webkit_dom_html_button_element_get_autofocus(WebKitDOMHTMLButtonElement*)
-gboolean webkit_dom_html_button_element_get_disabled(WebKitDOMHTMLButtonElement*)
-WebKitDOMHTMLFormElement* webkit_dom_html_button_element_get_form(WebKitDOMHTMLButtonElement*)
-gchar* webkit_dom_html_button_element_get_name(WebKitDOMHTMLButtonElement*)
-gchar* webkit_dom_html_button_element_get_value(WebKitDOMHTMLButtonElement*)
-gboolean webkit_dom_html_button_element_get_will_validate(WebKitDOMHTMLButtonElement*)
-void webkit_dom_html_button_element_set_autofocus(WebKitDOMHTMLButtonElement*, gboolean)
-void webkit_dom_html_button_element_set_disabled(WebKitDOMHTMLButtonElement*, gboolean)
-void webkit_dom_html_button_element_set_name(WebKitDOMHTMLButtonElement*, const gchar*)
-void webkit_dom_html_button_element_set_value(WebKitDOMHTMLButtonElement*, const gchar*)
-GType webkit_dom_html_canvas_element_get_type(void)
-glong webkit_dom_html_canvas_element_get_height(WebKitDOMHTMLCanvasElement*)
-glong webkit_dom_html_canvas_element_get_width(WebKitDOMHTMLCanvasElement*)
-void webkit_dom_html_canvas_element_set_height(WebKitDOMHTMLCanvasElement*, glong)
-void webkit_dom_html_canvas_element_set_width(WebKitDOMHTMLCanvasElement*, glong)
-GType webkit_dom_html_collection_get_type(void)
-gulong webkit_dom_html_collection_get_length(WebKitDOMHTMLCollection*)
-WebKitDOMNode* webkit_dom_html_collection_item(WebKitDOMHTMLCollection*, gulong)
-WebKitDOMNode* webkit_dom_html_collection_named_item(WebKitDOMHTMLCollection*, const gchar*)
-GType webkit_dom_html_d_list_element_get_type(void)
-gboolean webkit_dom_html_d_list_element_get_compact(WebKitDOMHTMLDListElement*)
-void webkit_dom_html_d_list_element_set_compact(WebKitDOMHTMLDListElement*, gboolean)
-GType webkit_dom_html_directory_element_get_type(void)
-gboolean webkit_dom_html_directory_element_get_compact(WebKitDOMHTMLDirectoryElement*)
-void webkit_dom_html_directory_element_set_compact(WebKitDOMHTMLDirectoryElement*, gboolean)
-GType webkit_dom_html_div_element_get_type(void)
-gchar* webkit_dom_html_div_element_get_align(WebKitDOMHTMLDivElement*)
-void webkit_dom_html_div_element_set_align(WebKitDOMHTMLDivElement*, const gchar*)
-GType webkit_dom_html_document_get_type(void)
-void webkit_dom_html_document_capture_events(WebKitDOMHTMLDocument*)
-void webkit_dom_html_document_clear(WebKitDOMHTMLDocument*)
-void webkit_dom_html_document_close(WebKitDOMHTMLDocument*)
-gchar* webkit_dom_html_document_get_alink_color(WebKitDOMHTMLDocument*)
-gchar* webkit_dom_html_document_get_bg_color(WebKitDOMHTMLDocument*)
-gchar* webkit_dom_html_document_get_compat_mode(WebKitDOMHTMLDocument*)
-gchar* webkit_dom_html_document_get_design_mode(WebKitDOMHTMLDocument*)
-gchar* webkit_dom_html_document_get_dir(WebKitDOMHTMLDocument*)
-WebKitDOMHTMLCollection* webkit_dom_html_document_get_embeds(WebKitDOMHTMLDocument*)
-gchar* webkit_dom_html_document_get_fg_color(WebKitDOMHTMLDocument*)
-glong webkit_dom_html_document_get_height(WebKitDOMHTMLDocument*)
-gchar* webkit_dom_html_document_get_link_color(WebKitDOMHTMLDocument*)
-WebKitDOMHTMLCollection* webkit_dom_html_document_get_plugins(WebKitDOMHTMLDocument*)
-WebKitDOMHTMLCollection* webkit_dom_html_document_get_scripts(WebKitDOMHTMLDocument*)
-gchar* webkit_dom_html_document_get_vlink_color(WebKitDOMHTMLDocument*)
-glong webkit_dom_html_document_get_width(WebKitDOMHTMLDocument*)
-void webkit_dom_html_document_release_events(WebKitDOMHTMLDocument*)
-void webkit_dom_html_document_set_alink_color(WebKitDOMHTMLDocument*, const gchar*)
-void webkit_dom_html_document_set_bg_color(WebKitDOMHTMLDocument*, const gchar*)
-void webkit_dom_html_document_set_design_mode(WebKitDOMHTMLDocument*, const gchar*)
-void webkit_dom_html_document_set_dir(WebKitDOMHTMLDocument*, const gchar*)
-void webkit_dom_html_document_set_fg_color(WebKitDOMHTMLDocument*, const gchar*)
-void webkit_dom_html_document_set_link_color(WebKitDOMHTMLDocument*, const gchar*)
-void webkit_dom_html_document_set_vlink_color(WebKitDOMHTMLDocument*, const gchar*)
-GType webkit_dom_html_element_get_type(void)
-void webkit_dom_html_element_click(WebKitDOMHTMLElement*)
-gchar* webkit_dom_html_element_get_access_key(WebKitDOMHTMLElement*)
-WebKitDOMHTMLCollection* webkit_dom_html_element_get_children(WebKitDOMHTMLElement*)
-gchar* webkit_dom_html_element_get_content_editable(WebKitDOMHTMLElement*)
-gchar* webkit_dom_html_element_get_dir(WebKitDOMHTMLElement*)
-gchar* webkit_dom_html_element_get_inner_html(WebKitDOMHTMLElement*)
-gchar* webkit_dom_html_element_get_inner_text(WebKitDOMHTMLElement*)
-gboolean webkit_dom_html_element_get_is_content_editable(WebKitDOMHTMLElement*)
-gchar* webkit_dom_html_element_get_lang(WebKitDOMHTMLElement*)
-gchar* webkit_dom_html_element_get_outer_html(WebKitDOMHTMLElement*)
-gchar* webkit_dom_html_element_get_outer_text(WebKitDOMHTMLElement*)
-glong webkit_dom_html_element_get_tab_index(WebKitDOMHTMLElement*)
-gchar* webkit_dom_html_element_get_title(WebKitDOMHTMLElement*)
-void webkit_dom_html_element_set_access_key(WebKitDOMHTMLElement*, const gchar*)
-void webkit_dom_html_element_set_content_editable(WebKitDOMHTMLElement*, const gchar*, GError**)
-void webkit_dom_html_element_set_dir(WebKitDOMHTMLElement*, const gchar*)
-void webkit_dom_html_element_set_inner_html(WebKitDOMHTMLElement*, const gchar*, GError**)
-void webkit_dom_html_element_set_inner_text(WebKitDOMHTMLElement*, const gchar*, GError**)
-void webkit_dom_html_element_set_lang(WebKitDOMHTMLElement*, const gchar*)
-void webkit_dom_html_element_set_outer_html(WebKitDOMHTMLElement*, const gchar*, GError**)
-void webkit_dom_html_element_set_outer_text(WebKitDOMHTMLElement*, const gchar*, GError**)
-void webkit_dom_html_element_set_tab_index(WebKitDOMHTMLElement*, glong)
-void webkit_dom_html_element_set_title(WebKitDOMHTMLElement*, const gchar*)
-GType webkit_dom_html_embed_element_get_type(void)
-gchar* webkit_dom_html_embed_element_get_type_attr(WebKitDOMHTMLEmbedElement*)
-void webkit_dom_html_embed_element_set_type_attr(WebKitDOMHTMLEmbedElement*, const gchar*)
-gchar* webkit_dom_html_embed_element_get_align(WebKitDOMHTMLEmbedElement*)
-glong webkit_dom_html_embed_element_get_height(WebKitDOMHTMLEmbedElement*)
-gchar* webkit_dom_html_embed_element_get_name(WebKitDOMHTMLEmbedElement*)
-gchar* webkit_dom_html_embed_element_get_src(WebKitDOMHTMLEmbedElement*)
-glong webkit_dom_html_embed_element_get_width(WebKitDOMHTMLEmbedElement*)
-void webkit_dom_html_embed_element_set_align(WebKitDOMHTMLEmbedElement*, const gchar*)
-void webkit_dom_html_embed_element_set_height(WebKitDOMHTMLEmbedElement*, glong)
-void webkit_dom_html_embed_element_set_name(WebKitDOMHTMLEmbedElement*, const gchar*)
-void webkit_dom_html_embed_element_set_src(WebKitDOMHTMLEmbedElement*, const gchar*)
-void webkit_dom_html_embed_element_set_width(WebKitDOMHTMLEmbedElement*, glong)
-GType webkit_dom_html_field_set_element_get_type(void)
-WebKitDOMHTMLFormElement* webkit_dom_html_field_set_element_get_form(WebKitDOMHTMLFieldSetElement*)
-GType webkit_dom_html_font_element_get_type(void)
-gchar* webkit_dom_html_font_element_get_color(WebKitDOMHTMLFontElement*)
-gchar* webkit_dom_html_font_element_get_face(WebKitDOMHTMLFontElement*)
-gchar* webkit_dom_html_font_element_get_size(WebKitDOMHTMLFontElement*)
-void webkit_dom_html_font_element_set_color(WebKitDOMHTMLFontElement*, const gchar*)
-void webkit_dom_html_font_element_set_face(WebKitDOMHTMLFontElement*, const gchar*)
-void webkit_dom_html_font_element_set_size(WebKitDOMHTMLFontElement*, const gchar*)
-GType webkit_dom_html_form_element_get_type(void)
-gchar* webkit_dom_html_form_element_get_accept_charset(WebKitDOMHTMLFormElement*)
-gchar* webkit_dom_html_form_element_get_action(WebKitDOMHTMLFormElement*)
-WebKitDOMHTMLCollection* webkit_dom_html_form_element_get_elements(WebKitDOMHTMLFormElement*)
-gchar* webkit_dom_html_form_element_get_encoding(WebKitDOMHTMLFormElement*)
-gchar* webkit_dom_html_form_element_get_enctype(WebKitDOMHTMLFormElement*)
-glong webkit_dom_html_form_element_get_length(WebKitDOMHTMLFormElement*)
-gchar* webkit_dom_html_form_element_get_method(WebKitDOMHTMLFormElement*)
-gchar* webkit_dom_html_form_element_get_name(WebKitDOMHTMLFormElement*)
-gchar* webkit_dom_html_form_element_get_target(WebKitDOMHTMLFormElement*)
-void webkit_dom_html_form_element_reset(WebKitDOMHTMLFormElement*)
-void webkit_dom_html_form_element_set_accept_charset(WebKitDOMHTMLFormElement*, const gchar*)
-void webkit_dom_html_form_element_set_action(WebKitDOMHTMLFormElement*, const gchar*)
-void webkit_dom_html_form_element_set_encoding(WebKitDOMHTMLFormElement*, const gchar*)
-void webkit_dom_html_form_element_set_enctype(WebKitDOMHTMLFormElement*, const gchar*)
-void webkit_dom_html_form_element_set_method(WebKitDOMHTMLFormElement*, const gchar*)
-void webkit_dom_html_form_element_set_name(WebKitDOMHTMLFormElement*, const gchar*)
-void webkit_dom_html_form_element_set_target(WebKitDOMHTMLFormElement*, const gchar*)
-void webkit_dom_html_form_element_submit(WebKitDOMHTMLFormElement*)
-GType webkit_dom_html_frame_element_get_type(void)
-WebKitDOMDocument* webkit_dom_html_frame_element_get_content_document(WebKitDOMHTMLFrameElement*)
-WebKitDOMDOMWindow* webkit_dom_html_frame_element_get_content_window(WebKitDOMHTMLFrameElement*)
-gchar* webkit_dom_html_frame_element_get_frame_border(WebKitDOMHTMLFrameElement*)
-glong webkit_dom_html_frame_element_get_height(WebKitDOMHTMLFrameElement*)
-gchar* webkit_dom_html_frame_element_get_long_desc(WebKitDOMHTMLFrameElement*)
-gchar* webkit_dom_html_frame_element_get_margin_height(WebKitDOMHTMLFrameElement*)
-gchar* webkit_dom_html_frame_element_get_margin_width(WebKitDOMHTMLFrameElement*)
-gchar* webkit_dom_html_frame_element_get_name(WebKitDOMHTMLFrameElement*)
-gboolean webkit_dom_html_frame_element_get_no_resize(WebKitDOMHTMLFrameElement*)
-gchar* webkit_dom_html_frame_element_get_scrolling(WebKitDOMHTMLFrameElement*)
-gchar* webkit_dom_html_frame_element_get_src(WebKitDOMHTMLFrameElement*)
-glong webkit_dom_html_frame_element_get_width(WebKitDOMHTMLFrameElement*)
-void webkit_dom_html_frame_element_set_frame_border(WebKitDOMHTMLFrameElement*, const gchar*)
-void webkit_dom_html_frame_element_set_long_desc(WebKitDOMHTMLFrameElement*, const gchar*)
-void webkit_dom_html_frame_element_set_margin_height(WebKitDOMHTMLFrameElement*, const gchar*)
-void webkit_dom_html_frame_element_set_margin_width(WebKitDOMHTMLFrameElement*, const gchar*)
-void webkit_dom_html_frame_element_set_name(WebKitDOMHTMLFrameElement*, const gchar*)
-void webkit_dom_html_frame_element_set_no_resize(WebKitDOMHTMLFrameElement*, gboolean)
-void webkit_dom_html_frame_element_set_scrolling(WebKitDOMHTMLFrameElement*, const gchar*)
-void webkit_dom_html_frame_element_set_src(WebKitDOMHTMLFrameElement*, const gchar*)
-GType webkit_dom_html_frame_set_element_get_type(void)
-gchar* webkit_dom_html_frame_set_element_get_cols(WebKitDOMHTMLFrameSetElement*)
-gchar* webkit_dom_html_frame_set_element_get_rows(WebKitDOMHTMLFrameSetElement*)
-void webkit_dom_html_frame_set_element_set_cols(WebKitDOMHTMLFrameSetElement*, const gchar*)
-void webkit_dom_html_frame_set_element_set_rows(WebKitDOMHTMLFrameSetElement*, const gchar*)
-GType webkit_dom_html_hr_element_get_type(void)
-gchar* webkit_dom_html_hr_element_get_align(WebKitDOMHTMLHRElement*)
-gboolean webkit_dom_html_hr_element_get_no_shade(WebKitDOMHTMLHRElement*)
-gchar* webkit_dom_html_hr_element_get_size(WebKitDOMHTMLHRElement*)
-gchar* webkit_dom_html_hr_element_get_width(WebKitDOMHTMLHRElement*)
-void webkit_dom_html_hr_element_set_align(WebKitDOMHTMLHRElement*, const gchar*)
-void webkit_dom_html_hr_element_set_no_shade(WebKitDOMHTMLHRElement*, gboolean)
-void webkit_dom_html_hr_element_set_size(WebKitDOMHTMLHRElement*, const gchar*)
-void webkit_dom_html_hr_element_set_width(WebKitDOMHTMLHRElement*, const gchar*)
-GType webkit_dom_html_head_element_get_type(void)
-gchar* webkit_dom_html_head_element_get_profile(WebKitDOMHTMLHeadElement*)
-void webkit_dom_html_head_element_set_profile(WebKitDOMHTMLHeadElement*, const gchar*)
-GType webkit_dom_html_heading_element_get_type(void)
-gchar* webkit_dom_html_heading_element_get_align(WebKitDOMHTMLHeadingElement*)
-void webkit_dom_html_heading_element_set_align(WebKitDOMHTMLHeadingElement*, const gchar*)
-GType webkit_dom_html_html_element_get_type(void)
-gchar* webkit_dom_html_html_element_get_version(WebKitDOMHTMLHtmlElement*)
-void webkit_dom_html_html_element_set_version(WebKitDOMHTMLHtmlElement*, const gchar*)
-GType webkit_dom_html_iframe_element_get_type(void)
-gchar* webkit_dom_html_iframe_element_get_align(WebKitDOMHTMLIFrameElement*)
-WebKitDOMDocument* webkit_dom_html_iframe_element_get_content_document(WebKitDOMHTMLIFrameElement*)
-WebKitDOMDOMWindow* webkit_dom_html_iframe_element_get_content_window(WebKitDOMHTMLIFrameElement*)
-gchar* webkit_dom_html_iframe_element_get_frame_border(WebKitDOMHTMLIFrameElement*)
-gchar* webkit_dom_html_iframe_element_get_height(WebKitDOMHTMLIFrameElement*)
-gchar* webkit_dom_html_iframe_element_get_long_desc(WebKitDOMHTMLIFrameElement*)
-gchar* webkit_dom_html_iframe_element_get_margin_height(WebKitDOMHTMLIFrameElement*)
-gchar* webkit_dom_html_iframe_element_get_margin_width(WebKitDOMHTMLIFrameElement*)
-gchar* webkit_dom_html_iframe_element_get_name(WebKitDOMHTMLIFrameElement*)
-gchar* webkit_dom_html_iframe_element_get_scrolling(WebKitDOMHTMLIFrameElement*)
-gchar* webkit_dom_html_iframe_element_get_src(WebKitDOMHTMLIFrameElement*)
-gchar* webkit_dom_html_iframe_element_get_width(WebKitDOMHTMLIFrameElement*)
-void webkit_dom_html_iframe_element_set_align(WebKitDOMHTMLIFrameElement*, const gchar*)
-void webkit_dom_html_iframe_element_set_frame_border(WebKitDOMHTMLIFrameElement*, const gchar*)
-void webkit_dom_html_iframe_element_set_height(WebKitDOMHTMLIFrameElement*, const gchar*)
-void webkit_dom_html_iframe_element_set_long_desc(WebKitDOMHTMLIFrameElement*, const gchar*)
-void webkit_dom_html_iframe_element_set_margin_height(WebKitDOMHTMLIFrameElement*, const gchar*)
-void webkit_dom_html_iframe_element_set_margin_width(WebKitDOMHTMLIFrameElement*, const gchar*)
-void webkit_dom_html_iframe_element_set_name(WebKitDOMHTMLIFrameElement*, const gchar*)
-void webkit_dom_html_iframe_element_set_scrolling(WebKitDOMHTMLIFrameElement*, const gchar*)
-void webkit_dom_html_iframe_element_set_src(WebKitDOMHTMLIFrameElement*, const gchar*)
-void webkit_dom_html_iframe_element_set_width(WebKitDOMHTMLIFrameElement*, const gchar*)
-GType webkit_dom_html_image_element_get_type(void)
-gchar* webkit_dom_html_image_element_get_align(WebKitDOMHTMLImageElement*)
-gchar* webkit_dom_html_image_element_get_alt(WebKitDOMHTMLImageElement*)
-gchar* webkit_dom_html_image_element_get_border(WebKitDOMHTMLImageElement*)
-gboolean webkit_dom_html_image_element_get_complete(WebKitDOMHTMLImageElement*)
-glong webkit_dom_html_image_element_get_height(WebKitDOMHTMLImageElement*)
-glong webkit_dom_html_image_element_get_hspace(WebKitDOMHTMLImageElement*)
-gboolean webkit_dom_html_image_element_get_is_map(WebKitDOMHTMLImageElement*)
-gchar* webkit_dom_html_image_element_get_long_desc(WebKitDOMHTMLImageElement*)
-gchar* webkit_dom_html_image_element_get_lowsrc(WebKitDOMHTMLImageElement*)
-gchar* webkit_dom_html_image_element_get_name(WebKitDOMHTMLImageElement*)
-glong webkit_dom_html_image_element_get_natural_height(WebKitDOMHTMLImageElement*)
-glong webkit_dom_html_image_element_get_natural_width(WebKitDOMHTMLImageElement*)
-gchar* webkit_dom_html_image_element_get_src(WebKitDOMHTMLImageElement*)
-gchar* webkit_dom_html_image_element_get_use_map(WebKitDOMHTMLImageElement*)
-glong webkit_dom_html_image_element_get_vspace(WebKitDOMHTMLImageElement*)
-glong webkit_dom_html_image_element_get_width(WebKitDOMHTMLImageElement*)
-glong webkit_dom_html_image_element_get_x(WebKitDOMHTMLImageElement*)
-glong webkit_dom_html_image_element_get_y(WebKitDOMHTMLImageElement*)
-void webkit_dom_html_image_element_set_align(WebKitDOMHTMLImageElement*, const gchar*)
-void webkit_dom_html_image_element_set_alt(WebKitDOMHTMLImageElement*, const gchar*)
-void webkit_dom_html_image_element_set_border(WebKitDOMHTMLImageElement*, const gchar*)
-void webkit_dom_html_image_element_set_height(WebKitDOMHTMLImageElement*, glong)
-void webkit_dom_html_image_element_set_hspace(WebKitDOMHTMLImageElement*, glong)
-void webkit_dom_html_image_element_set_is_map(WebKitDOMHTMLImageElement*, gboolean)
-void webkit_dom_html_image_element_set_long_desc(WebKitDOMHTMLImageElement*, const gchar*)
-void webkit_dom_html_image_element_set_lowsrc(WebKitDOMHTMLImageElement*, const gchar*)
-void webkit_dom_html_image_element_set_name(WebKitDOMHTMLImageElement*, const gchar*)
-void webkit_dom_html_image_element_set_src(WebKitDOMHTMLImageElement*, const gchar*)
-void webkit_dom_html_image_element_set_use_map(WebKitDOMHTMLImageElement*, const gchar*)
-void webkit_dom_html_image_element_set_vspace(WebKitDOMHTMLImageElement*, glong)
-void webkit_dom_html_image_element_set_width(WebKitDOMHTMLImageElement*, glong)
-GType webkit_dom_html_input_element_get_type(void)
-gchar* webkit_dom_html_input_element_get_input_type(WebKitDOMHTMLInputElement*)
-void webkit_dom_html_input_element_set_input_type(WebKitDOMHTMLInputElement*, const gchar*)
-gchar* webkit_dom_html_input_element_get_accept(WebKitDOMHTMLInputElement*)
-gchar* webkit_dom_html_input_element_get_align(WebKitDOMHTMLInputElement*)
-gchar* webkit_dom_html_input_element_get_alt(WebKitDOMHTMLInputElement*)
-gboolean webkit_dom_html_input_element_get_autofocus(WebKitDOMHTMLInputElement*)
-gboolean webkit_dom_html_input_element_get_capture(WebKitDOMHTMLInputElement*)
-gchar* webkit_dom_html_input_element_get_capture_type(WebKitDOMHTMLInputElement*)@2.14
-gboolean webkit_dom_html_input_element_get_checked(WebKitDOMHTMLInputElement*)
-gboolean webkit_dom_html_input_element_get_default_checked(WebKitDOMHTMLInputElement*)
-gchar* webkit_dom_html_input_element_get_default_value(WebKitDOMHTMLInputElement*)
-gboolean webkit_dom_html_input_element_get_disabled(WebKitDOMHTMLInputElement*)
-WebKitDOMFileList* webkit_dom_html_input_element_get_files(WebKitDOMHTMLInputElement*)
-WebKitDOMHTMLFormElement* webkit_dom_html_input_element_get_form(WebKitDOMHTMLInputElement*)
-gulong webkit_dom_html_input_element_get_height(WebKitDOMHTMLInputElement*)
-gboolean webkit_dom_html_input_element_get_indeterminate(WebKitDOMHTMLInputElement*)
-glong webkit_dom_html_input_element_get_max_length(WebKitDOMHTMLInputElement*)
-gboolean webkit_dom_html_input_element_get_multiple(WebKitDOMHTMLInputElement*)
-gchar* webkit_dom_html_input_element_get_name(WebKitDOMHTMLInputElement*)
-gulong webkit_dom_html_input_element_get_size(WebKitDOMHTMLInputElement*)
-gchar* webkit_dom_html_input_element_get_src(WebKitDOMHTMLInputElement*)
-gchar* webkit_dom_html_input_element_get_use_map(WebKitDOMHTMLInputElement*)
-gchar* webkit_dom_html_input_element_get_value(WebKitDOMHTMLInputElement*)
-gulong webkit_dom_html_input_element_get_width(WebKitDOMHTMLInputElement*)
-gboolean webkit_dom_html_input_element_get_will_validate(WebKitDOMHTMLInputElement*)
-void webkit_dom_html_input_element_select(WebKitDOMHTMLInputElement*)
-void webkit_dom_html_input_element_set_accept(WebKitDOMHTMLInputElement*, const gchar*)
-void webkit_dom_html_input_element_set_align(WebKitDOMHTMLInputElement*, const gchar*)
-void webkit_dom_html_input_element_set_alt(WebKitDOMHTMLInputElement*, const gchar*)
-void webkit_dom_html_input_element_set_autofocus(WebKitDOMHTMLInputElement*, gboolean)
-void webkit_dom_html_input_element_set_checked(WebKitDOMHTMLInputElement*, gboolean)
-void webkit_dom_html_input_element_set_default_value(WebKitDOMHTMLInputElement*, const gchar*)
-void webkit_dom_html_input_element_set_disabled(WebKitDOMHTMLInputElement*, gboolean)
-void webkit_dom_html_input_element_set_files(WebKitDOMHTMLInputElement*, WebKitDOMFileList*)
-void webkit_dom_html_input_element_set_height(WebKitDOMHTMLInputElement*, gulong)
-void webkit_dom_html_input_element_set_indeterminate(WebKitDOMHTMLInputElement*, gboolean)
-void webkit_dom_html_input_element_set_max_length(WebKitDOMHTMLInputElement*, glong, GError**)
-void webkit_dom_html_input_element_set_multiple(WebKitDOMHTMLInputElement*, gboolean)
-void webkit_dom_html_input_element_set_name(WebKitDOMHTMLInputElement*, const gchar*)
-void webkit_dom_html_input_element_set_read_only(WebKitDOMHTMLInputElement*, gboolean)
-void webkit_dom_html_input_element_set_size(WebKitDOMHTMLInputElement*, gulong, GError**)
-void webkit_dom_html_input_element_set_src(WebKitDOMHTMLInputElement*, const gchar*)
-void webkit_dom_html_input_element_set_use_map(WebKitDOMHTMLInputElement*, const gchar*)
-void webkit_dom_html_input_element_set_value(WebKitDOMHTMLInputElement*, const gchar*)
-void webkit_dom_html_input_element_set_width(WebKitDOMHTMLInputElement*, gulong)
-gboolean webkit_dom_html_input_element_is_edited(WebKitDOMHTMLInputElement*)
-GType webkit_dom_html_li_element_get_type(void)
-gchar* webkit_dom_html_li_element_get_type_attr(WebKitDOMHTMLLIElement*)
-void webkit_dom_html_li_element_set_type_attr(WebKitDOMHTMLLIElement*, const gchar*)
-glong webkit_dom_html_li_element_get_value(WebKitDOMHTMLLIElement*)
-void webkit_dom_html_li_element_set_value(WebKitDOMHTMLLIElement*, glong)
-GType webkit_dom_html_label_element_get_type(void)
-WebKitDOMHTMLFormElement* webkit_dom_html_label_element_get_form(WebKitDOMHTMLLabelElement*)
-gchar* webkit_dom_html_label_element_get_html_for(WebKitDOMHTMLLabelElement*)
-void webkit_dom_html_label_element_set_html_for(WebKitDOMHTMLLabelElement*, const gchar*)
-GType webkit_dom_html_legend_element_get_type(void)
-gchar* webkit_dom_html_legend_element_get_align(WebKitDOMHTMLLegendElement*)
-WebKitDOMHTMLFormElement* webkit_dom_html_legend_element_get_form(WebKitDOMHTMLLegendElement*)
-void webkit_dom_html_legend_element_set_align(WebKitDOMHTMLLegendElement*, const gchar*)
-GType webkit_dom_html_link_element_get_type(void)
-gchar* webkit_dom_html_link_element_get_type_attr(WebKitDOMHTMLLinkElement*)
-void webkit_dom_html_link_element_set_type_attr(WebKitDOMHTMLLinkElement*, const gchar*)
-gchar* webkit_dom_html_link_element_get_charset(WebKitDOMHTMLLinkElement*)
-gboolean webkit_dom_html_link_element_get_disabled(WebKitDOMHTMLLinkElement*)
-gchar* webkit_dom_html_link_element_get_hreflang(WebKitDOMHTMLLinkElement*)
-gchar* webkit_dom_html_link_element_get_href(WebKitDOMHTMLLinkElement*)
-gchar* webkit_dom_html_link_element_get_media(WebKitDOMHTMLLinkElement*)
-gchar* webkit_dom_html_link_element_get_rel(WebKitDOMHTMLLinkElement*)
-gchar* webkit_dom_html_link_element_get_rev(WebKitDOMHTMLLinkElement*)
-WebKitDOMStyleSheet* webkit_dom_html_link_element_get_sheet(WebKitDOMHTMLLinkElement*)
-gchar* webkit_dom_html_link_element_get_target(WebKitDOMHTMLLinkElement*)
-void webkit_dom_html_link_element_set_charset(WebKitDOMHTMLLinkElement*, const gchar*)
-void webkit_dom_html_link_element_set_disabled(WebKitDOMHTMLLinkElement*, gboolean)
-void webkit_dom_html_link_element_set_hreflang(WebKitDOMHTMLLinkElement*, const gchar*)
-void webkit_dom_html_link_element_set_href(WebKitDOMHTMLLinkElement*, const gchar*)
-void webkit_dom_html_link_element_set_media(WebKitDOMHTMLLinkElement*, const gchar*)
-void webkit_dom_html_link_element_set_rel(WebKitDOMHTMLLinkElement*, const gchar*)
-void webkit_dom_html_link_element_set_rev(WebKitDOMHTMLLinkElement*, const gchar*)
-void webkit_dom_html_link_element_set_target(WebKitDOMHTMLLinkElement*, const gchar*)
-GType webkit_dom_html_map_element_get_type(void)
-WebKitDOMHTMLCollection* webkit_dom_html_map_element_get_areas(WebKitDOMHTMLMapElement*)
-gchar* webkit_dom_html_map_element_get_name(WebKitDOMHTMLMapElement*)
-void webkit_dom_html_map_element_set_name(WebKitDOMHTMLMapElement*, const gchar*)
-GType webkit_dom_html_marquee_element_get_type(void)
-void webkit_dom_html_marquee_element_start(WebKitDOMHTMLMarqueeElement*)
-void webkit_dom_html_marquee_element_stop(WebKitDOMHTMLMarqueeElement*)
-GType webkit_dom_html_menu_element_get_type(void)
-gboolean webkit_dom_html_menu_element_get_compact(WebKitDOMHTMLMenuElement*)
-void webkit_dom_html_menu_element_set_compact(WebKitDOMHTMLMenuElement*, gboolean)
-GType webkit_dom_html_meta_element_get_type(void)
-gchar* webkit_dom_html_meta_element_get_content(WebKitDOMHTMLMetaElement*)
-gchar* webkit_dom_html_meta_element_get_http_equiv(WebKitDOMHTMLMetaElement*)
-gchar* webkit_dom_html_meta_element_get_name(WebKitDOMHTMLMetaElement*)
-gchar* webkit_dom_html_meta_element_get_scheme(WebKitDOMHTMLMetaElement*)
-void webkit_dom_html_meta_element_set_content(WebKitDOMHTMLMetaElement*, const gchar*)
-void webkit_dom_html_meta_element_set_http_equiv(WebKitDOMHTMLMetaElement*, const gchar*)
-void webkit_dom_html_meta_element_set_name(WebKitDOMHTMLMetaElement*, const gchar*)
-void webkit_dom_html_meta_element_set_scheme(WebKitDOMHTMLMetaElement*, const gchar*)
-GType webkit_dom_html_mod_element_get_type(void)
-gchar* webkit_dom_html_mod_element_get_cite(WebKitDOMHTMLModElement*)
-gchar* webkit_dom_html_mod_element_get_date_time(WebKitDOMHTMLModElement*)
-void webkit_dom_html_mod_element_set_cite(WebKitDOMHTMLModElement*, const gchar*)
-void webkit_dom_html_mod_element_set_date_time(WebKitDOMHTMLModElement*, const gchar*)
-GType webkit_dom_html_o_list_element_get_type(void)
-gchar* webkit_dom_html_o_list_element_get_type_attr(WebKitDOMHTMLOListElement*)
-void webkit_dom_html_o_list_element_set_type_attr(WebKitDOMHTMLOListElement*, const gchar*)
-gboolean webkit_dom_html_o_list_element_get_compact(WebKitDOMHTMLOListElement*)
-glong webkit_dom_html_o_list_element_get_start(WebKitDOMHTMLOListElement*)
-void webkit_dom_html_o_list_element_set_compact(WebKitDOMHTMLOListElement*, gboolean)
-void webkit_dom_html_o_list_element_set_start(WebKitDOMHTMLOListElement*, glong)
-GType webkit_dom_html_object_element_get_type(void)
-gchar* webkit_dom_html_object_element_get_type_attr(WebKitDOMHTMLObjectElement*)
-void webkit_dom_html_object_element_set_type_attr(WebKitDOMHTMLObjectElement*, const gchar*)
-gchar* webkit_dom_html_object_element_get_align(WebKitDOMHTMLObjectElement*)
-gchar* webkit_dom_html_object_element_get_archive(WebKitDOMHTMLObjectElement*)
-gchar* webkit_dom_html_object_element_get_border(WebKitDOMHTMLObjectElement*)
-gchar* webkit_dom_html_object_element_get_code_base(WebKitDOMHTMLObjectElement*)
-gchar* webkit_dom_html_object_element_get_code_type(WebKitDOMHTMLObjectElement*)
-gchar* webkit_dom_html_object_element_get_code(WebKitDOMHTMLObjectElement*)
-WebKitDOMDocument* webkit_dom_html_object_element_get_content_document(WebKitDOMHTMLObjectElement*)
-gchar* webkit_dom_html_object_element_get_data(WebKitDOMHTMLObjectElement*)
-gboolean webkit_dom_html_object_element_get_declare(WebKitDOMHTMLObjectElement*)
-WebKitDOMHTMLFormElement* webkit_dom_html_object_element_get_form(WebKitDOMHTMLObjectElement*)
-gchar* webkit_dom_html_object_element_get_height(WebKitDOMHTMLObjectElement*)
-glong webkit_dom_html_object_element_get_hspace(WebKitDOMHTMLObjectElement*)
-gchar* webkit_dom_html_object_element_get_name(WebKitDOMHTMLObjectElement*)
-gchar* webkit_dom_html_object_element_get_standby(WebKitDOMHTMLObjectElement*)
-gchar* webkit_dom_html_object_element_get_use_map(WebKitDOMHTMLObjectElement*)
-glong webkit_dom_html_object_element_get_vspace(WebKitDOMHTMLObjectElement*)
-gchar* webkit_dom_html_object_element_get_width(WebKitDOMHTMLObjectElement*)
-void webkit_dom_html_object_element_set_align(WebKitDOMHTMLObjectElement*, const gchar*)
-void webkit_dom_html_object_element_set_archive(WebKitDOMHTMLObjectElement*, const gchar*)
-void webkit_dom_html_object_element_set_border(WebKitDOMHTMLObjectElement*, const gchar*)
-void webkit_dom_html_object_element_set_code_base(WebKitDOMHTMLObjectElement*, const gchar*)
-void webkit_dom_html_object_element_set_code_type(WebKitDOMHTMLObjectElement*, const gchar*)
-void webkit_dom_html_object_element_set_code(WebKitDOMHTMLObjectElement*, const gchar*)
-void webkit_dom_html_object_element_set_data(WebKitDOMHTMLObjectElement*, const gchar*)
-void webkit_dom_html_object_element_set_declare(WebKitDOMHTMLObjectElement*, gboolean)
-void webkit_dom_html_object_element_set_height(WebKitDOMHTMLObjectElement*, const gchar*)
-void webkit_dom_html_object_element_set_hspace(WebKitDOMHTMLObjectElement*, glong)
-void webkit_dom_html_object_element_set_name(WebKitDOMHTMLObjectElement*, const gchar*)
-void webkit_dom_html_object_element_set_standby(WebKitDOMHTMLObjectElement*, const gchar*)
-void webkit_dom_html_object_element_set_use_map(WebKitDOMHTMLObjectElement*, const gchar*)
-void webkit_dom_html_object_element_set_vspace(WebKitDOMHTMLObjectElement*, glong)
-void webkit_dom_html_object_element_set_width(WebKitDOMHTMLObjectElement*, const gchar*)
-GType webkit_dom_html_opt_group_element_get_type(void)
-gboolean webkit_dom_html_opt_group_element_get_disabled(WebKitDOMHTMLOptGroupElement*)
-gchar* webkit_dom_html_opt_group_element_get_label(WebKitDOMHTMLOptGroupElement*)
-void webkit_dom_html_opt_group_element_set_disabled(WebKitDOMHTMLOptGroupElement*, gboolean)
-void webkit_dom_html_opt_group_element_set_label(WebKitDOMHTMLOptGroupElement*, const gchar*)
-GType webkit_dom_html_option_element_get_type(void)
-gboolean webkit_dom_html_option_element_get_default_selected(WebKitDOMHTMLOptionElement*)
-gboolean webkit_dom_html_option_element_get_disabled(WebKitDOMHTMLOptionElement*)
-WebKitDOMHTMLFormElement* webkit_dom_html_option_element_get_form(WebKitDOMHTMLOptionElement*)
-glong webkit_dom_html_option_element_get_index(WebKitDOMHTMLOptionElement*)
-gchar* webkit_dom_html_option_element_get_label(WebKitDOMHTMLOptionElement*)
-gboolean webkit_dom_html_option_element_get_selected(WebKitDOMHTMLOptionElement*)
-gchar* webkit_dom_html_option_element_get_text(WebKitDOMHTMLOptionElement*)
-gchar* webkit_dom_html_option_element_get_value(WebKitDOMHTMLOptionElement*)
-void webkit_dom_html_option_element_set_default_selected(WebKitDOMHTMLOptionElement*, gboolean)
-void webkit_dom_html_option_element_set_disabled(WebKitDOMHTMLOptionElement*, gboolean)
-void webkit_dom_html_option_element_set_label(WebKitDOMHTMLOptionElement*, const gchar*)
-void webkit_dom_html_option_element_set_selected(WebKitDOMHTMLOptionElement*, gboolean)
-void webkit_dom_html_option_element_set_value(WebKitDOMHTMLOptionElement*, const gchar*)
-GType webkit_dom_html_options_collection_get_type(void)
-gulong webkit_dom_html_options_collection_get_length(WebKitDOMHTMLOptionsCollection*)
-glong webkit_dom_html_options_collection_get_selected_index(WebKitDOMHTMLOptionsCollection*)
-WebKitDOMNode* webkit_dom_html_options_collection_named_item(WebKitDOMHTMLOptionsCollection*, const gchar*)
-void webkit_dom_html_options_collection_set_selected_index(WebKitDOMHTMLOptionsCollection*, glong)
-GType webkit_dom_html_paragraph_element_get_type(void)
-gchar* webkit_dom_html_paragraph_element_get_align(WebKitDOMHTMLParagraphElement*)
-void webkit_dom_html_paragraph_element_set_align(WebKitDOMHTMLParagraphElement*, const gchar*)
-GType webkit_dom_html_param_element_get_type(void)
-gchar* webkit_dom_html_param_element_get_type_attr(WebKitDOMHTMLParamElement*)
-void webkit_dom_html_param_element_set_type_attr(WebKitDOMHTMLParamElement*, const gchar*)
-gchar* webkit_dom_html_param_element_get_name(WebKitDOMHTMLParamElement*)
-gchar* webkit_dom_html_param_element_get_value_type(WebKitDOMHTMLParamElement*)
-gchar* webkit_dom_html_param_element_get_value(WebKitDOMHTMLParamElement*)
-void webkit_dom_html_param_element_set_name(WebKitDOMHTMLParamElement*, const gchar*)
-void webkit_dom_html_param_element_set_value_type(WebKitDOMHTMLParamElement*, const gchar*)
-void webkit_dom_html_param_element_set_value(WebKitDOMHTMLParamElement*, const gchar*)
-GType webkit_dom_html_pre_element_get_type(void)
-glong webkit_dom_html_pre_element_get_width(WebKitDOMHTMLPreElement*)
-gboolean webkit_dom_html_pre_element_get_wrap(WebKitDOMHTMLPreElement*)
-void webkit_dom_html_pre_element_set_width(WebKitDOMHTMLPreElement*, glong)
-void webkit_dom_html_pre_element_set_wrap(WebKitDOMHTMLPreElement*, gboolean)
-GType webkit_dom_html_quote_element_get_type(void)
-gchar* webkit_dom_html_quote_element_get_cite(WebKitDOMHTMLQuoteElement*)
-void webkit_dom_html_quote_element_set_cite(WebKitDOMHTMLQuoteElement*, const gchar*)
-GType webkit_dom_html_script_element_get_type(void)
-gchar* webkit_dom_html_script_element_get_type_attr(WebKitDOMHTMLScriptElement*)
-void webkit_dom_html_script_element_set_type_attr(WebKitDOMHTMLScriptElement*, const gchar*)
-gchar* webkit_dom_html_script_element_get_charset(WebKitDOMHTMLScriptElement*)
-gboolean webkit_dom_html_script_element_get_defer(WebKitDOMHTMLScriptElement*)
-gchar* webkit_dom_html_script_element_get_event(WebKitDOMHTMLScriptElement*)
-gchar* webkit_dom_html_script_element_get_html_for(WebKitDOMHTMLScriptElement*)
-gchar* webkit_dom_html_script_element_get_src(WebKitDOMHTMLScriptElement*)
-gchar* webkit_dom_html_script_element_get_text(WebKitDOMHTMLScriptElement*)
-void webkit_dom_html_script_element_set_defer(WebKitDOMHTMLScriptElement*, gboolean)
-void webkit_dom_html_script_element_set_event(WebKitDOMHTMLScriptElement*, const gchar*)
-void webkit_dom_html_script_element_set_html_for(WebKitDOMHTMLScriptElement*, const gchar*)
-void webkit_dom_html_script_element_set_src(WebKitDOMHTMLScriptElement*, const gchar*)
-void webkit_dom_html_script_element_set_text(WebKitDOMHTMLScriptElement*, const gchar*)
-GType webkit_dom_html_select_element_get_type(void)
-gchar* webkit_dom_html_select_element_get_select_type(WebKitDOMHTMLSelectElement*)
-void webkit_dom_html_select_element_add(WebKitDOMHTMLSelectElement*, WebKitDOMHTMLElement*, WebKitDOMHTMLElement*, GError**)
-gboolean webkit_dom_html_select_element_get_autofocus(WebKitDOMHTMLSelectElement*)
-gboolean webkit_dom_html_select_element_get_disabled(WebKitDOMHTMLSelectElement*)
-WebKitDOMHTMLFormElement* webkit_dom_html_select_element_get_form(WebKitDOMHTMLSelectElement*)
-gulong webkit_dom_html_select_element_get_length(WebKitDOMHTMLSelectElement*)
-gboolean webkit_dom_html_select_element_get_multiple(WebKitDOMHTMLSelectElement*)
-gchar* webkit_dom_html_select_element_get_name(WebKitDOMHTMLSelectElement*)
-WebKitDOMHTMLOptionsCollection* webkit_dom_html_select_element_get_options(WebKitDOMHTMLSelectElement*)
-glong webkit_dom_html_select_element_get_selected_index(WebKitDOMHTMLSelectElement*)
-glong webkit_dom_html_select_element_get_size(WebKitDOMHTMLSelectElement*)
-gchar* webkit_dom_html_select_element_get_value(WebKitDOMHTMLSelectElement*)
-gboolean webkit_dom_html_select_element_get_will_validate(WebKitDOMHTMLSelectElement*)
-WebKitDOMNode* webkit_dom_html_select_element_item(WebKitDOMHTMLSelectElement*, gulong)
-WebKitDOMNode* webkit_dom_html_select_element_named_item(WebKitDOMHTMLSelectElement*, const gchar*)
-void webkit_dom_html_select_element_remove(WebKitDOMHTMLSelectElement*, glong)
-void webkit_dom_html_select_element_set_autofocus(WebKitDOMHTMLSelectElement*, gboolean)
-void webkit_dom_html_select_element_set_disabled(WebKitDOMHTMLSelectElement*, gboolean)
-void webkit_dom_html_select_element_set_length(WebKitDOMHTMLSelectElement*, gulong, GError**)
-void webkit_dom_html_select_element_set_multiple(WebKitDOMHTMLSelectElement*, gboolean)
-void webkit_dom_html_select_element_set_name(WebKitDOMHTMLSelectElement*, const gchar*)
-void webkit_dom_html_select_element_set_selected_index(WebKitDOMHTMLSelectElement*, glong)
-void webkit_dom_html_select_element_set_size(WebKitDOMHTMLSelectElement*, glong)
-void webkit_dom_html_select_element_set_value(WebKitDOMHTMLSelectElement*, const gchar*)
-GType webkit_dom_html_style_element_get_type(void)
-gchar* webkit_dom_html_style_element_get_type_attr(WebKitDOMHTMLStyleElement*)
-void webkit_dom_html_style_element_set_type_attr(WebKitDOMHTMLStyleElement*, const gchar*)
-gboolean webkit_dom_html_style_element_get_disabled(WebKitDOMHTMLStyleElement*)
-gchar* webkit_dom_html_style_element_get_media(WebKitDOMHTMLStyleElement*)
-WebKitDOMStyleSheet* webkit_dom_html_style_element_get_sheet(WebKitDOMHTMLStyleElement*)
-void webkit_dom_html_style_element_set_disabled(WebKitDOMHTMLStyleElement*, gboolean)
-void webkit_dom_html_style_element_set_media(WebKitDOMHTMLStyleElement*, const gchar*)
-GType webkit_dom_html_table_caption_element_get_type(void)
-gchar* webkit_dom_html_table_caption_element_get_align(WebKitDOMHTMLTableCaptionElement*)
-void webkit_dom_html_table_caption_element_set_align(WebKitDOMHTMLTableCaptionElement*, const gchar*)
-GType webkit_dom_html_table_cell_element_get_type(void)
-gchar* webkit_dom_html_table_cell_element_get_abbr(WebKitDOMHTMLTableCellElement*)
-gchar* webkit_dom_html_table_cell_element_get_align(WebKitDOMHTMLTableCellElement*)
-gchar* webkit_dom_html_table_cell_element_get_axis(WebKitDOMHTMLTableCellElement*)
-gchar* webkit_dom_html_table_cell_element_get_bg_color(WebKitDOMHTMLTableCellElement*)
-glong webkit_dom_html_table_cell_element_get_cell_index(WebKitDOMHTMLTableCellElement*)
-gchar* webkit_dom_html_table_cell_element_get_ch_off(WebKitDOMHTMLTableCellElement*)
-gchar* webkit_dom_html_table_cell_element_get_ch(WebKitDOMHTMLTableCellElement*)
-glong webkit_dom_html_table_cell_element_get_col_span(WebKitDOMHTMLTableCellElement*)
-gchar* webkit_dom_html_table_cell_element_get_headers(WebKitDOMHTMLTableCellElement*)
-gchar* webkit_dom_html_table_cell_element_get_height(WebKitDOMHTMLTableCellElement*)
-gboolean webkit_dom_html_table_cell_element_get_no_wrap(WebKitDOMHTMLTableCellElement*)
-glong webkit_dom_html_table_cell_element_get_row_span(WebKitDOMHTMLTableCellElement*)
-gchar* webkit_dom_html_table_cell_element_get_scope(WebKitDOMHTMLTableCellElement*)
-gchar* webkit_dom_html_table_cell_element_get_v_align(WebKitDOMHTMLTableCellElement*)
-gchar* webkit_dom_html_table_cell_element_get_width(WebKitDOMHTMLTableCellElement*)
-void webkit_dom_html_table_cell_element_set_abbr(WebKitDOMHTMLTableCellElement*, const gchar*)
-void webkit_dom_html_table_cell_element_set_align(WebKitDOMHTMLTableCellElement*, const gchar*)
-void webkit_dom_html_table_cell_element_set_axis(WebKitDOMHTMLTableCellElement*, const gchar*)
-void webkit_dom_html_table_cell_element_set_bg_color(WebKitDOMHTMLTableCellElement*, const gchar*)
-void webkit_dom_html_table_cell_element_set_ch_off(WebKitDOMHTMLTableCellElement*, const gchar*)
-void webkit_dom_html_table_cell_element_set_ch(WebKitDOMHTMLTableCellElement*, const gchar*)
-void webkit_dom_html_table_cell_element_set_col_span(WebKitDOMHTMLTableCellElement*, glong)
-void webkit_dom_html_table_cell_element_set_headers(WebKitDOMHTMLTableCellElement*, const gchar*)
-void webkit_dom_html_table_cell_element_set_height(WebKitDOMHTMLTableCellElement*, const gchar*)
-void webkit_dom_html_table_cell_element_set_no_wrap(WebKitDOMHTMLTableCellElement*, gboolean)
-void webkit_dom_html_table_cell_element_set_row_span(WebKitDOMHTMLTableCellElement*, glong)
-void webkit_dom_html_table_cell_element_set_scope(WebKitDOMHTMLTableCellElement*, const gchar*)
-void webkit_dom_html_table_cell_element_set_v_align(WebKitDOMHTMLTableCellElement*, const gchar*)
-void webkit_dom_html_table_cell_element_set_width(WebKitDOMHTMLTableCellElement*, const gchar*)
-GType webkit_dom_html_table_col_element_get_type(void)
-gchar* webkit_dom_html_table_col_element_get_align(WebKitDOMHTMLTableColElement*)
-gchar* webkit_dom_html_table_col_element_get_ch_off(WebKitDOMHTMLTableColElement*)
-gchar* webkit_dom_html_table_col_element_get_ch(WebKitDOMHTMLTableColElement*)
-glong webkit_dom_html_table_col_element_get_span(WebKitDOMHTMLTableColElement*)
-gchar* webkit_dom_html_table_col_element_get_v_align(WebKitDOMHTMLTableColElement*)
-gchar* webkit_dom_html_table_col_element_get_width(WebKitDOMHTMLTableColElement*)
-void webkit_dom_html_table_col_element_set_align(WebKitDOMHTMLTableColElement*, const gchar*)
-void webkit_dom_html_table_col_element_set_ch_off(WebKitDOMHTMLTableColElement*, const gchar*)
-void webkit_dom_html_table_col_element_set_ch(WebKitDOMHTMLTableColElement*, const gchar*)
-void webkit_dom_html_table_col_element_set_span(WebKitDOMHTMLTableColElement*, glong)
-void webkit_dom_html_table_col_element_set_v_align(WebKitDOMHTMLTableColElement*, const gchar*)
-void webkit_dom_html_table_col_element_set_width(WebKitDOMHTMLTableColElement*, const gchar*)
-GType webkit_dom_html_table_element_get_type(void)
-WebKitDOMHTMLElement* webkit_dom_html_table_element_create_caption(WebKitDOMHTMLTableElement*)
-WebKitDOMHTMLElement* webkit_dom_html_table_element_create_t_foot(WebKitDOMHTMLTableElement*)
-WebKitDOMHTMLElement* webkit_dom_html_table_element_create_t_head(WebKitDOMHTMLTableElement*)
-void webkit_dom_html_table_element_delete_caption(WebKitDOMHTMLTableElement*)
-void webkit_dom_html_table_element_delete_row(WebKitDOMHTMLTableElement*, glong, GError**)
-void webkit_dom_html_table_element_delete_t_foot(WebKitDOMHTMLTableElement*)
-void webkit_dom_html_table_element_delete_t_head(WebKitDOMHTMLTableElement*)
-gchar* webkit_dom_html_table_element_get_align(WebKitDOMHTMLTableElement*)
-gchar* webkit_dom_html_table_element_get_bg_color(WebKitDOMHTMLTableElement*)
-gchar* webkit_dom_html_table_element_get_border(WebKitDOMHTMLTableElement*)
-WebKitDOMHTMLTableCaptionElement* webkit_dom_html_table_element_get_caption(WebKitDOMHTMLTableElement*)
-gchar* webkit_dom_html_table_element_get_cell_padding(WebKitDOMHTMLTableElement*)
-gchar* webkit_dom_html_table_element_get_cell_spacing(WebKitDOMHTMLTableElement*)
-WebKitDOMHTMLCollection* webkit_dom_html_table_element_get_rows(WebKitDOMHTMLTableElement*)
-gchar* webkit_dom_html_table_element_get_rules(WebKitDOMHTMLTableElement*)
-gchar* webkit_dom_html_table_element_get_summary(WebKitDOMHTMLTableElement*)
-WebKitDOMHTMLCollection* webkit_dom_html_table_element_get_t_bodies(WebKitDOMHTMLTableElement*)
-WebKitDOMHTMLTableSectionElement* webkit_dom_html_table_element_get_t_foot(WebKitDOMHTMLTableElement*)
-WebKitDOMHTMLTableSectionElement* webkit_dom_html_table_element_get_t_head(WebKitDOMHTMLTableElement*)
-gchar* webkit_dom_html_table_element_get_width(WebKitDOMHTMLTableElement*)
-WebKitDOMHTMLElement* webkit_dom_html_table_element_insert_row(WebKitDOMHTMLTableElement*, glong, GError**)
-void webkit_dom_html_table_element_set_align(WebKitDOMHTMLTableElement*, const gchar*)
-void webkit_dom_html_table_element_set_bg_color(WebKitDOMHTMLTableElement*, const gchar*)
-void webkit_dom_html_table_element_set_border(WebKitDOMHTMLTableElement*, const gchar*)
-void webkit_dom_html_table_element_set_caption(WebKitDOMHTMLTableElement*, WebKitDOMHTMLTableCaptionElement*, GError**)
-void webkit_dom_html_table_element_set_cell_padding(WebKitDOMHTMLTableElement*, const gchar*)
-void webkit_dom_html_table_element_set_cell_spacing(WebKitDOMHTMLTableElement*, const gchar*)
-void webkit_dom_html_table_element_set_rules(WebKitDOMHTMLTableElement*, const gchar*)
-void webkit_dom_html_table_element_set_summary(WebKitDOMHTMLTableElement*, const gchar*)
-void webkit_dom_html_table_element_set_t_foot(WebKitDOMHTMLTableElement*, WebKitDOMHTMLTableSectionElement*, GError**)
-void webkit_dom_html_table_element_set_t_head(WebKitDOMHTMLTableElement*, WebKitDOMHTMLTableSectionElement*, GError**)
-void webkit_dom_html_table_element_set_width(WebKitDOMHTMLTableElement*, const gchar*)
-GType webkit_dom_html_table_row_element_get_type(void)
-gchar* webkit_dom_html_table_row_element_get_align(WebKitDOMHTMLTableRowElement*)
-gchar* webkit_dom_html_table_row_element_get_bg_color(WebKitDOMHTMLTableRowElement*)
-WebKitDOMHTMLCollection* webkit_dom_html_table_row_element_get_cells(WebKitDOMHTMLTableRowElement*)
-gchar* webkit_dom_html_table_row_element_get_ch_off(WebKitDOMHTMLTableRowElement*)
-gchar* webkit_dom_html_table_row_element_get_ch(WebKitDOMHTMLTableRowElement*)
-glong webkit_dom_html_table_row_element_get_row_index(WebKitDOMHTMLTableRowElement*)
-glong webkit_dom_html_table_row_element_get_section_row_index(WebKitDOMHTMLTableRowElement*)
-gchar* webkit_dom_html_table_row_element_get_v_align(WebKitDOMHTMLTableRowElement*)
-WebKitDOMHTMLElement* webkit_dom_html_table_row_element_insert_cell(WebKitDOMHTMLTableRowElement*, glong, GError**)
-void webkit_dom_html_table_row_element_set_align(WebKitDOMHTMLTableRowElement*, const gchar*)
-void webkit_dom_html_table_row_element_set_bg_color(WebKitDOMHTMLTableRowElement*, const gchar*)
-void webkit_dom_html_table_row_element_set_ch_off(WebKitDOMHTMLTableRowElement*, const gchar*)
-void webkit_dom_html_table_row_element_set_ch(WebKitDOMHTMLTableRowElement*, const gchar*)
-void webkit_dom_html_table_row_element_set_v_align(WebKitDOMHTMLTableRowElement*, const gchar*)
-void webkit_dom_html_table_row_element_delete_cell(WebKitDOMHTMLTableRowElement*, glong, GError**)
-GType webkit_dom_html_table_section_element_get_type(void)
-gchar* webkit_dom_html_table_section_element_get_align(WebKitDOMHTMLTableSectionElement*)
-gchar* webkit_dom_html_table_section_element_get_ch_off(WebKitDOMHTMLTableSectionElement*)
-gchar* webkit_dom_html_table_section_element_get_ch(WebKitDOMHTMLTableSectionElement*)
-WebKitDOMHTMLCollection* webkit_dom_html_table_section_element_get_rows(WebKitDOMHTMLTableSectionElement*)
-gchar* webkit_dom_html_table_section_element_get_v_align(WebKitDOMHTMLTableSectionElement*)
-WebKitDOMHTMLElement* webkit_dom_html_table_section_element_insert_row(WebKitDOMHTMLTableSectionElement*, glong, GError**)
-void webkit_dom_html_table_section_element_delete_row(WebKitDOMHTMLTableSectionElement*, glong, GError**)
-void webkit_dom_html_table_section_element_set_align(WebKitDOMHTMLTableSectionElement*, const gchar*)
-void webkit_dom_html_table_section_element_set_ch_off(WebKitDOMHTMLTableSectionElement*, const gchar*)
-void webkit_dom_html_table_section_element_set_ch(WebKitDOMHTMLTableSectionElement*, const gchar*)
-void webkit_dom_html_table_section_element_set_v_align(WebKitDOMHTMLTableSectionElement*, const gchar*)
-GType webkit_dom_html_text_area_element_get_type(void)
-gchar* webkit_dom_html_text_area_element_get_area_type(WebKitDOMHTMLTextAreaElement*)
-gboolean webkit_dom_html_text_area_element_get_autofocus(WebKitDOMHTMLTextAreaElement*)
-glong webkit_dom_html_text_area_element_get_cols(WebKitDOMHTMLTextAreaElement*)
-gchar* webkit_dom_html_text_area_element_get_default_value(WebKitDOMHTMLTextAreaElement*)
-gboolean webkit_dom_html_text_area_element_get_disabled(WebKitDOMHTMLTextAreaElement*)
-WebKitDOMHTMLFormElement* webkit_dom_html_text_area_element_get_form(WebKitDOMHTMLTextAreaElement*)
-gchar* webkit_dom_html_text_area_element_get_name(WebKitDOMHTMLTextAreaElement*)
-gboolean webkit_dom_html_text_area_element_get_read_only(WebKitDOMHTMLTextAreaElement*)
-glong webkit_dom_html_text_area_element_get_rows(WebKitDOMHTMLTextAreaElement*)
-glong webkit_dom_html_text_area_element_get_selection_end(WebKitDOMHTMLTextAreaElement*)
-glong webkit_dom_html_text_area_element_get_selection_start(WebKitDOMHTMLTextAreaElement*)
-gchar* webkit_dom_html_text_area_element_get_value(WebKitDOMHTMLTextAreaElement*)
-gboolean webkit_dom_html_text_area_element_get_will_validate(WebKitDOMHTMLTextAreaElement*)
-void webkit_dom_html_text_area_element_select(WebKitDOMHTMLTextAreaElement*)
-void webkit_dom_html_text_area_element_set_autofocus(WebKitDOMHTMLTextAreaElement*, gboolean)
-void webkit_dom_html_text_area_element_set_cols(WebKitDOMHTMLTextAreaElement*, glong)
-void webkit_dom_html_text_area_element_set_default_value(WebKitDOMHTMLTextAreaElement*, const gchar*)
-void webkit_dom_html_text_area_element_set_disabled(WebKitDOMHTMLTextAreaElement*, gboolean)
-void webkit_dom_html_text_area_element_set_name(WebKitDOMHTMLTextAreaElement*, const gchar*)
-void webkit_dom_html_text_area_element_set_read_only(WebKitDOMHTMLTextAreaElement*, gboolean)
-void webkit_dom_html_text_area_element_set_rows(WebKitDOMHTMLTextAreaElement*, glong)
-void webkit_dom_html_text_area_element_set_selection_end(WebKitDOMHTMLTextAreaElement*, glong)
-void webkit_dom_html_text_area_element_set_selection_range(WebKitDOMHTMLTextAreaElement*, glong, glong, const gchar*)
-void webkit_dom_html_text_area_element_set_selection_start(WebKitDOMHTMLTextAreaElement*, glong)
-void webkit_dom_html_text_area_element_set_value(WebKitDOMHTMLTextAreaElement*, const gchar*)
-gboolean webkit_dom_html_text_area_element_is_edited(WebKitDOMHTMLTextAreaElement*)
-GType webkit_dom_html_title_element_get_type(void)
-gchar* webkit_dom_html_title_element_get_text(WebKitDOMHTMLTitleElement*)
-void webkit_dom_html_title_element_set_text(WebKitDOMHTMLTitleElement*, const gchar*)
-GType webkit_dom_html_u_list_element_get_type(void)
-gchar* webkit_dom_html_u_list_element_get_type_attr(WebKitDOMHTMLUListElement*)
-void webkit_dom_html_u_list_element_set_type_attr(WebKitDOMHTMLUListElement*, const gchar*)
-gboolean webkit_dom_html_u_list_element_get_compact(WebKitDOMHTMLUListElement*)
-void webkit_dom_html_u_list_element_set_compact(WebKitDOMHTMLUListElement*, gboolean)
-GType webkit_dom_style_sheet_list_get_type(void)
-gulong webkit_dom_style_sheet_list_get_length(WebKitDOMStyleSheetList*)
-WebKitDOMStyleSheet* webkit_dom_style_sheet_list_item(WebKitDOMStyleSheetList*, gulong)
-GType webkit_dom_css_rule_get_type(void)
-WEBKIT_DOM_CSS_RULE_UNKNOWN_RULE
-WEBKIT_DOM_CSS_RULE_STYLE_RULE
-WEBKIT_DOM_CSS_RULE_CHARSET_RULE
-WEBKIT_DOM_CSS_RULE_IMPORT_RULE
-WEBKIT_DOM_CSS_RULE_MEDIA_RULE
-WEBKIT_DOM_CSS_RULE_FONT_FACE_RULE
-WEBKIT_DOM_CSS_RULE_PAGE_RULE
-gushort webkit_dom_css_rule_get_rule_type(WebKitDOMCSSRule*)
-gchar* webkit_dom_css_rule_get_css_text(WebKitDOMCSSRule*)
-WebKitDOMCSSRule* webkit_dom_css_rule_get_parent_rule(WebKitDOMCSSRule*)
-WebKitDOMCSSStyleSheet* webkit_dom_css_rule_get_parent_style_sheet(WebKitDOMCSSRule*)
-void webkit_dom_css_rule_set_css_text(WebKitDOMCSSRule*, const gchar*, GError**)
-GType webkit_dom_css_rule_list_get_type(void)
-gulong webkit_dom_css_rule_list_get_length(WebKitDOMCSSRuleList*)
-WebKitDOMCSSRule* webkit_dom_css_rule_list_item(WebKitDOMCSSRuleList*, gulong)
-GType webkit_dom_css_style_declaration_get_type(void)
-gchar* webkit_dom_css_style_declaration_get_css_text(WebKitDOMCSSStyleDeclaration*)
-gulong webkit_dom_css_style_declaration_get_length(WebKitDOMCSSStyleDeclaration*)
-WebKitDOMCSSRule* webkit_dom_css_style_declaration_get_parent_rule(WebKitDOMCSSStyleDeclaration*)
-gchar* webkit_dom_css_style_declaration_get_property_priority(WebKitDOMCSSStyleDeclaration*, const gchar*)
-gchar* webkit_dom_css_style_declaration_get_property_shorthand(WebKitDOMCSSStyleDeclaration*, const gchar*)
-gchar* webkit_dom_css_style_declaration_get_property_value(WebKitDOMCSSStyleDeclaration*, const gchar*)
-gboolean webkit_dom_css_style_declaration_is_property_implicit(WebKitDOMCSSStyleDeclaration*, const gchar*)
-gchar* webkit_dom_css_style_declaration_item(WebKitDOMCSSStyleDeclaration*, gulong)
-gchar* webkit_dom_css_style_declaration_remove_property(WebKitDOMCSSStyleDeclaration*, const gchar*, GError**)
-void webkit_dom_css_style_declaration_set_css_text(WebKitDOMCSSStyleDeclaration*, const gchar*, GError**)
-void webkit_dom_css_style_declaration_set_property(WebKitDOMCSSStyleDeclaration*, const gchar*, const gchar*, const gchar*, GError**)
-GType webkit_dom_style_sheet_get_type(void)
-gchar* webkit_dom_style_sheet_get_content_type(WebKitDOMStyleSheet*)
-gboolean webkit_dom_style_sheet_get_disabled(WebKitDOMStyleSheet*)
-gchar* webkit_dom_style_sheet_get_href(WebKitDOMStyleSheet*)
-WebKitDOMMediaList* webkit_dom_style_sheet_get_media(WebKitDOMStyleSheet*)
-WebKitDOMNode* webkit_dom_style_sheet_get_owner_node(WebKitDOMStyleSheet*)
-WebKitDOMStyleSheet* webkit_dom_style_sheet_get_parent_style_sheet(WebKitDOMStyleSheet*)
-gchar* webkit_dom_style_sheet_get_title(WebKitDOMStyleSheet*)
-void webkit_dom_style_sheet_set_disabled(WebKitDOMStyleSheet*, gboolean)
-GType webkit_dom_css_style_sheet_get_type(void)
-glong webkit_dom_css_style_sheet_add_rule(WebKitDOMCSSStyleSheet*, const gchar*, const gchar*, gulong, GError**)
-void webkit_dom_css_style_sheet_delete_rule(WebKitDOMCSSStyleSheet*, gulong, GError**)
-WebKitDOMCSSRuleList* webkit_dom_css_style_sheet_get_css_rules(WebKitDOMCSSStyleSheet*)
-WebKitDOMCSSRule* webkit_dom_css_style_sheet_get_owner_rule(WebKitDOMCSSStyleSheet*)
-WebKitDOMCSSRuleList* webkit_dom_css_style_sheet_get_rules(WebKitDOMCSSStyleSheet*)
-gulong webkit_dom_css_style_sheet_insert_rule(WebKitDOMCSSStyleSheet*, const gchar*, gulong, GError**)
-void webkit_dom_css_style_sheet_remove_rule(WebKitDOMCSSStyleSheet*, gulong, GError**)
-GType webkit_dom_css_value_get_type(void)
-WEBKIT_DOM_CSS_VALUE_CSS_INHERIT
-WEBKIT_DOM_CSS_VALUE_CSS_PRIMITIVE_VALUE
-WEBKIT_DOM_CSS_VALUE_CSS_VALUE_LIST
-WEBKIT_DOM_CSS_VALUE_CSS_CUSTOM
-gchar* webkit_dom_css_value_get_css_text(WebKitDOMCSSValue*)
-gushort webkit_dom_css_value_get_css_value_type(WebKitDOMCSSValue*)
-void webkit_dom_css_value_set_css_text(WebKitDOMCSSValue*, const gchar*, GError**)
-GType webkit_dom_event_get_type(void)
-WEBKIT_DOM_EVENT_NONE
-WEBKIT_DOM_EVENT_CAPTURING_PHASE
-WEBKIT_DOM_EVENT_AT_TARGET
-WEBKIT_DOM_EVENT_BUBBLING_PHASE
-WEBKIT_DOM_EVENT_MOUSEDOWN
-WEBKIT_DOM_EVENT_MOUSEUP
-WEBKIT_DOM_EVENT_MOUSEOVER
-WEBKIT_DOM_EVENT_MOUSEOUT
-WEBKIT_DOM_EVENT_MOUSEMOVE
-WEBKIT_DOM_EVENT_MOUSEDRAG
-WEBKIT_DOM_EVENT_CLICK
-WEBKIT_DOM_EVENT_DBLCLICK
-WEBKIT_DOM_EVENT_KEYDOWN
-WEBKIT_DOM_EVENT_KEYUP
-WEBKIT_DOM_EVENT_KEYPRESS
-WEBKIT_DOM_EVENT_DRAGDROP
-WEBKIT_DOM_EVENT_FOCUS
-WEBKIT_DOM_EVENT_BLUR
-WEBKIT_DOM_EVENT_SELECT
-WEBKIT_DOM_EVENT_CHANGE
-gchar* webkit_dom_event_get_event_type(WebKitDOMEvent*)
-gboolean webkit_dom_event_get_bubbles(WebKitDOMEvent*)
-gboolean webkit_dom_event_get_cancelable(WebKitDOMEvent*)
-gboolean webkit_dom_event_get_cancel_bubble(WebKitDOMEvent*)
-WebKitDOMEventTarget* webkit_dom_event_get_current_target(WebKitDOMEvent*)
-gushort webkit_dom_event_get_event_phase(WebKitDOMEvent*)
-gboolean webkit_dom_event_get_return_value(WebKitDOMEvent*)
-WebKitDOMEventTarget* webkit_dom_event_get_src_element(WebKitDOMEvent*)
-WebKitDOMEventTarget* webkit_dom_event_get_target(WebKitDOMEvent*)
-guint32 webkit_dom_event_get_time_stamp(WebKitDOMEvent*)
-void webkit_dom_event_init_event(WebKitDOMEvent*, const gchar*, gboolean, gboolean)
-void webkit_dom_event_prevent_default(WebKitDOMEvent*)
-void webkit_dom_event_set_cancel_bubble(WebKitDOMEvent*, gboolean)
-void webkit_dom_event_set_return_value(WebKitDOMEvent*, gboolean)
-void webkit_dom_event_stop_propagation(WebKitDOMEvent*)
-GType webkit_dom_ui_event_get_type(void)
-glong webkit_dom_ui_event_get_char_code(WebKitDOMUIEvent*)
-glong webkit_dom_ui_event_get_detail(WebKitDOMUIEvent*)
-glong webkit_dom_ui_event_get_key_code(WebKitDOMUIEvent*)
-glong webkit_dom_ui_event_get_layer_x(WebKitDOMUIEvent*)
-glong webkit_dom_ui_event_get_layer_y(WebKitDOMUIEvent*)
-glong webkit_dom_ui_event_get_page_x(WebKitDOMUIEvent*)
-glong webkit_dom_ui_event_get_page_y(WebKitDOMUIEvent*)
-WebKitDOMDOMWindow* webkit_dom_ui_event_get_view(WebKitDOMUIEvent*)
-void webkit_dom_ui_event_init_ui_event(WebKitDOMUIEvent*, const gchar*, gboolean, gboolean, WebKitDOMDOMWindow*, glong)
-GType webkit_dom_wheel_event_get_type(void)
-glong webkit_dom_wheel_event_get_wheel_delta(WebKitDOMWheelEvent*)
-glong webkit_dom_wheel_event_get_wheel_delta_x(WebKitDOMWheelEvent*)
-glong webkit_dom_wheel_event_get_wheel_delta_y(WebKitDOMWheelEvent*)
-void webkit_dom_wheel_event_init_wheel_event(WebKitDOMWheelEvent*, glong, glong, WebKitDOMDOMWindow*, glong, glong, glong, glong, gboolean, gboolean, gboolean, gboolean)
-GType webkit_dom_keyboard_event_get_type(void)
-WEBKIT_DOM_KEYBOARD_EVENT_KEY_LOCATION_STANDARD
-WEBKIT_DOM_KEYBOARD_EVENT_KEY_LOCATION_LEFT
-WEBKIT_DOM_KEYBOARD_EVENT_KEY_LOCATION_RIGHT
-WEBKIT_DOM_KEYBOARD_EVENT_KEY_LOCATION_NUMPAD
-gboolean webkit_dom_keyboard_event_get_alt_graph_key(WebKitDOMKeyboardEvent*)
-gboolean webkit_dom_keyboard_event_get_alt_key(WebKitDOMKeyboardEvent*)
-gboolean webkit_dom_keyboard_event_get_ctrl_key(WebKitDOMKeyboardEvent*)
-gchar* webkit_dom_keyboard_event_get_key_identifier(WebKitDOMKeyboardEvent*)
-gulong webkit_dom_keyboard_event_get_key_location(WebKitDOMKeyboardEvent*)
-gboolean webkit_dom_keyboard_event_get_meta_key(WebKitDOMKeyboardEvent*)
-gboolean webkit_dom_keyboard_event_get_modifier_state(WebKitDOMKeyboardEvent*, const gchar*)
-gboolean webkit_dom_keyboard_event_get_shift_key(WebKitDOMKeyboardEvent*)
-void webkit_dom_keyboard_event_init_keyboard_event(WebKitDOMKeyboardEvent*, const gchar*, gboolean, gboolean, WebKitDOMDOMWindow*, const gchar*, gulong, gboolean, gboolean, gboolean, gboolean, gboolean)
-GType webkit_dom_mouse_event_get_type(void)
-gboolean webkit_dom_mouse_event_get_alt_key(WebKitDOMMouseEvent*)
-gushort webkit_dom_mouse_event_get_button(WebKitDOMMouseEvent*)
-glong webkit_dom_mouse_event_get_client_x(WebKitDOMMouseEvent*)
-glong webkit_dom_mouse_event_get_client_y(WebKitDOMMouseEvent*)
-gboolean webkit_dom_mouse_event_get_ctrl_key(WebKitDOMMouseEvent*)
-WebKitDOMNode* webkit_dom_mouse_event_get_from_element(WebKitDOMMouseEvent*)
-gboolean webkit_dom_mouse_event_get_meta_key(WebKitDOMMouseEvent*)
-glong webkit_dom_mouse_event_get_offset_x(WebKitDOMMouseEvent*)
-glong webkit_dom_mouse_event_get_offset_y(WebKitDOMMouseEvent*)
-WebKitDOMEventTarget* webkit_dom_mouse_event_get_related_target(WebKitDOMMouseEvent*)
-glong webkit_dom_mouse_event_get_screen_x(WebKitDOMMouseEvent*)
-glong webkit_dom_mouse_event_get_screen_y(WebKitDOMMouseEvent*)
-gboolean webkit_dom_mouse_event_get_shift_key(WebKitDOMMouseEvent*)
-WebKitDOMNode* webkit_dom_mouse_event_get_to_element(WebKitDOMMouseEvent*)
-glong webkit_dom_mouse_event_get_x(WebKitDOMMouseEvent*)
-glong webkit_dom_mouse_event_get_y(WebKitDOMMouseEvent*)
-void webkit_dom_mouse_event_init_mouse_event(WebKitDOMMouseEvent*, const gchar*, gboolean, gboolean, WebKitDOMDOMWindow*, glong, glong, glong, glong, glong, gboolean, gboolean, gboolean, gboolean, gushort, WebKitDOMEventTarget*)
-GType webkit_dom_object_get_type(void)
-GType webkit_dom_range_get_type(void)
-WEBKIT_DOM_RANGE_START_TO_START
-WEBKIT_DOM_RANGE_START_TO_END
-WEBKIT_DOM_RANGE_END_TO_END
-WEBKIT_DOM_RANGE_END_TO_START
-WEBKIT_DOM_RANGE_NODE_BEFORE
-WEBKIT_DOM_RANGE_NODE_AFTER
-WEBKIT_DOM_RANGE_NODE_BEFORE_AND_AFTER
-WEBKIT_DOM_RANGE_NODE_INSIDE
-WebKitDOMDocumentFragment* webkit_dom_range_clone_contents(WebKitDOMRange*, GError**)
-WebKitDOMRange* webkit_dom_range_clone_range(WebKitDOMRange*, GError**)
-void webkit_dom_range_collapse(WebKitDOMRange*, gboolean, GError**)
-gshort webkit_dom_range_compare_boundary_points(WebKitDOMRange*, gushort, WebKitDOMRange*, GError**)
-gshort webkit_dom_range_compare_node(WebKitDOMRange*, WebKitDOMNode*, GError**)
-gshort webkit_dom_range_compare_point(WebKitDOMRange*, WebKitDOMNode*, glong, GError**)
-void webkit_dom_range_delete_contents(WebKitDOMRange*, GError**)
-void webkit_dom_range_detach(WebKitDOMRange*, GError**)
-WebKitDOMDocumentFragment* webkit_dom_range_extract_contents(WebKitDOMRange*, GError**)
-gboolean webkit_dom_range_get_collapsed(WebKitDOMRange*, GError**)
-WebKitDOMNode* webkit_dom_range_get_common_ancestor_container(WebKitDOMRange*, GError**)
-WebKitDOMNode* webkit_dom_range_get_end_container(WebKitDOMRange*, GError**)
-glong webkit_dom_range_get_end_offset(WebKitDOMRange*, GError**)
-WebKitDOMNode* webkit_dom_range_get_start_container(WebKitDOMRange*, GError**)
-glong webkit_dom_range_get_start_offset(WebKitDOMRange*, GError**)
-gchar* webkit_dom_range_get_text(WebKitDOMRange*)
-void webkit_dom_range_insert_node(WebKitDOMRange*, WebKitDOMNode*, GError**)
-gboolean webkit_dom_range_intersects_node(WebKitDOMRange*, WebKitDOMNode*, GError**)
-gboolean webkit_dom_range_is_point_in_range(WebKitDOMRange*, WebKitDOMNode*, glong, GError**)
-void webkit_dom_range_select_node_contents(WebKitDOMRange*, WebKitDOMNode*, GError**)
-void webkit_dom_range_select_node(WebKitDOMRange*, WebKitDOMNode*, GError**)
-void webkit_dom_range_set_end_after(WebKitDOMRange*, WebKitDOMNode*, GError**)
-void webkit_dom_range_set_end_before(WebKitDOMRange*, WebKitDOMNode*, GError**)
-void webkit_dom_range_set_end(WebKitDOMRange*, WebKitDOMNode*, glong, GError**)
-void webkit_dom_range_set_start_after(WebKitDOMRange*, WebKitDOMNode*, GError**)
-void webkit_dom_range_set_start_before(WebKitDOMRange*, WebKitDOMNode*, GError**)
-void webkit_dom_range_set_start(WebKitDOMRange*, WebKitDOMNode*, glong, GError**)
-void webkit_dom_range_surround_contents(WebKitDOMRange*, WebKitDOMNode*, GError**)
-WebKitDOMDocumentFragment* webkit_dom_range_create_contextual_fragment(WebKitDOMRange*, const gchar*, GError**)
-gchar* webkit_dom_range_to_string(WebKitDOMRange*, GError**)
-GType webkit_dom_node_iterator_get_type(void)
-void webkit_dom_node_iterator_detach(WebKitDOMNodeIterator*)
-gboolean webkit_dom_node_iterator_get_expand_entity_references(WebKitDOMNodeIterator*)
-WebKitDOMNodeFilter* webkit_dom_node_iterator_get_filter(WebKitDOMNodeIterator*)
-gboolean webkit_dom_node_iterator_get_pointer_before_reference_node(WebKitDOMNodeIterator*)
-WebKitDOMNode* webkit_dom_node_iterator_get_reference_node(WebKitDOMNodeIterator*)
-WebKitDOMNode* webkit_dom_node_iterator_get_root(WebKitDOMNodeIterator*)
-gulong webkit_dom_node_iterator_get_what_to_show(WebKitDOMNodeIterator*)
-WebKitDOMNode* webkit_dom_node_iterator_next_node(WebKitDOMNodeIterator*, GError**)
-WebKitDOMNode* webkit_dom_node_iterator_previous_node(WebKitDOMNodeIterator*, GError**)
-GType webkit_dom_media_list_get_type(void)
-void webkit_dom_media_list_append_medium(WebKitDOMMediaList*, const gchar*, GError**)
-void webkit_dom_media_list_delete_medium(WebKitDOMMediaList*, const gchar*, GError**)
-gulong webkit_dom_media_list_get_length(WebKitDOMMediaList*)
-gchar* webkit_dom_media_list_get_media_text(WebKitDOMMediaList*)
-gchar* webkit_dom_media_list_item(WebKitDOMMediaList*, gulong)
-void webkit_dom_media_list_set_media_text(WebKitDOMMediaList*, const gchar*, GError**)
-GType webkit_dom_tree_walker_get_type(void)
-WebKitDOMNode* webkit_dom_tree_walker_first_child(WebKitDOMTreeWalker*)
-WebKitDOMNode* webkit_dom_tree_walker_get_current_node(WebKitDOMTreeWalker*)
-gboolean webkit_dom_tree_walker_get_expand_entity_references(WebKitDOMTreeWalker*)
-WebKitDOMNodeFilter* webkit_dom_tree_walker_get_filter(WebKitDOMTreeWalker*)
-WebKitDOMNode* webkit_dom_tree_walker_get_root(WebKitDOMTreeWalker*)
-gulong webkit_dom_tree_walker_get_what_to_show(WebKitDOMTreeWalker*)
-WebKitDOMNode* webkit_dom_tree_walker_last_child(WebKitDOMTreeWalker*)
-WebKitDOMNode* webkit_dom_tree_walker_next_node(WebKitDOMTreeWalker*)
-WebKitDOMNode* webkit_dom_tree_walker_next_sibling(WebKitDOMTreeWalker*)
-WebKitDOMNode* webkit_dom_tree_walker_parent_node(WebKitDOMTreeWalker*)
-WebKitDOMNode* webkit_dom_tree_walker_previous_node(WebKitDOMTreeWalker*)
-WebKitDOMNode* webkit_dom_tree_walker_previous_sibling(WebKitDOMTreeWalker*)
-void webkit_dom_tree_walker_set_current_node(WebKitDOMTreeWalker*, WebKitDOMNode*, GError**)
-GType webkit_dom_xpath_result_get_type(void)
-WEBKIT_DOM_XPATH_RESULT_ANY_TYPE
-WEBKIT_DOM_XPATH_RESULT_NUMBER_TYPE
-WEBKIT_DOM_XPATH_RESULT_STRING_TYPE
-WEBKIT_DOM_XPATH_RESULT_BOOLEAN_TYPE
-WEBKIT_DOM_XPATH_RESULT_UNORDERED_NODE_ITERATOR_TYPE
-WEBKIT_DOM_XPATH_RESULT_ORDERED_NODE_ITERATOR_TYPE
-WEBKIT_DOM_XPATH_RESULT_UNORDERED_NODE_SNAPSHOT_TYPE
-WEBKIT_DOM_XPATH_RESULT_ORDERED_NODE_SNAPSHOT_TYPE
-WEBKIT_DOM_XPATH_RESULT_ANY_UNORDERED_NODE_TYPE
-WEBKIT_DOM_XPATH_RESULT_FIRST_ORDERED_NODE_TYPE
-gboolean webkit_dom_xpath_result_get_boolean_value(WebKitDOMXPathResult*, GError**)
-gboolean webkit_dom_xpath_result_get_invalid_iterator_state(WebKitDOMXPathResult*)
-gdouble webkit_dom_xpath_result_get_number_value(WebKitDOMXPathResult*, GError**)
-gushort webkit_dom_xpath_result_get_result_type(WebKitDOMXPathResult*)
-WebKitDOMNode* webkit_dom_xpath_result_get_single_node_value(WebKitDOMXPathResult*, GError**)
-gulong webkit_dom_xpath_result_get_snapshot_length(WebKitDOMXPathResult*, GError**)
-gchar* webkit_dom_xpath_result_get_string_value(WebKitDOMXPathResult*, GError**)
-WebKitDOMNode* webkit_dom_xpath_result_iterate_next(WebKitDOMXPathResult*, GError**)
-WebKitDOMNode* webkit_dom_xpath_result_snapshot_item(WebKitDOMXPathResult*, gulong, GError**)
-GType webkit_dom_xpath_expression_get_type(void)
-WebKitDOMXPathResult* webkit_dom_xpath_expression_evaluate(WebKitDOMXPathExpression*, WebKitDOMNode*, gushort, WebKitDOMXPathResult*, GError**)
-GType webkit_dom_event_target_get_type(void)
-gboolean webkit_dom_event_target_add_event_listener(WebKitDOMEventTarget* target, const char*, GCallback, gboolean, gpointer)
-gboolean webkit_dom_event_target_add_event_listener_with_closure(WebKitDOMEventTarget*, const char*, GClosure*, gboolean)
-void webkit_dom_event_target_dispatch_event(WebKitDOMEventTarget*, WebKitDOMEvent* event, GError**)
-gboolean webkit_dom_event_target_remove_event_listener(WebKitDOMEventTarget*, const char*, GCallback, gboolean)
-gboolean webkit_dom_event_target_remove_event_listener_with_closure(WebKitDOMEventTarget*, const char*, GClosure*, gboolean)
-GType webkit_dom_node_filter_get_type(void)
-WEBKIT_DOM_NODE_FILTER_ACCEPT
-WEBKIT_DOM_NODE_FILTER_REJECT
-WEBKIT_DOM_NODE_FILTER_SKIP
-WEBKIT_DOM_NODE_FILTER_SHOW_ALL
-WEBKIT_DOM_NODE_FILTER_SHOW_ELEMENT
-WEBKIT_DOM_NODE_FILTER_SHOW_ATTRIBUTE
-WEBKIT_DOM_NODE_FILTER_SHOW_TEXT
-WEBKIT_DOM_NODE_FILTER_SHOW_CDATA_SECTION
-WEBKIT_DOM_NODE_FILTER_SHOW_ENTITY_REFERENCE
-WEBKIT_DOM_NODE_FILTER_SHOW_ENTITY
-WEBKIT_DOM_NODE_FILTER_SHOW_PROCESSING_INSTRUCTION
-WEBKIT_DOM_NODE_FILTER_SHOW_COMMENT
-WEBKIT_DOM_NODE_FILTER_SHOW_DOCUMENT
-WEBKIT_DOM_NODE_FILTER_SHOW_DOCUMENT_TYPE
-WEBKIT_DOM_NODE_FILTER_SHOW_DOCUMENT_FRAGMENT
-WEBKIT_DOM_NODE_FILTER_SHOW_NOTATION
-gshort webkit_dom_node_filter_accept_node(WebKitDOMNodeFilter*, WebKitDOMNode*)
-GType webkit_dom_xpath_ns_resolver_get_type(void)
-gchar* webkit_dom_xpath_ns_resolver_lookup_namespace_uri(WebKitDOMXPathNSResolver*, const gchar*)
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMwebkitdomautocleanupsunstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/webkitdomautocleanups-unstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/webkitdomautocleanups-unstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/webkitdomautocleanups-unstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,105 +0,0 @@
</span><del>-/* This file is part of the WebKit open source project.
-   This file has been generated by gobject-generate-headers.pl.  DO NOT MODIFY!
-   
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public
-   License as published by the Free Software Foundation; either
-   version 2 of the License, or (at your option) any later version.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; see the file COPYING.LIB.  If not, write to
-   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.
-*/
-
-#ifndef webkitdomautocleanups_h
-#define webkitdomautocleanups_h
-
-#include &lt;glib-object.h&gt;
-
-#ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC
-#ifndef __GI_SCANNER__
-
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMAnimatable, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMAnimationEffect, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMAnimationTimeline, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMAudioTrack, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMAudioTrackList, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMBarProp, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMBatteryManager, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMDOMApplicationCache, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMDOMCSSNamespace, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMDOMMimeType, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMDOMMimeTypeArray, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMDOMNamedFlowCollection, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMDOMPlugin, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMDOMPluginArray, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMDOMSelection, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMDOMStringList, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMDOMStringMap, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMDOMTokenList, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMDOMWindowSpeechSynthesis, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMDataCue, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMDatabase, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMDocumentAnimation, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMDocumentTimeline, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMGamepad, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMGamepadList, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMGeolocation, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMHTMLAudioElement, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMHTMLDetailsElement, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMHTMLKeygenElement, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMHTMLMediaElement, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMHTMLVideoElement, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMHistory, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMKeyframeEffect, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMLocation, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMMediaController, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMMediaDevices, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMMediaError, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMMediaQueryList, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMMediaTrackSupportedConstraints, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMMessagePort, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMNavigator, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMNavigatorMediaDevices, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMPerformance, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMPerformanceEntry, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMPerformanceNavigation, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMPerformanceTiming, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMScreen, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMSpeechSynthesis, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMSpeechSynthesisEvent, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMSpeechSynthesisUtterance, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMSpeechSynthesisVoice, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMStorage, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMStorageInfo, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMStorageQuota, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMStyleMedia, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMTextTrack, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMTextTrackCue, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMTextTrackCueList, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMTextTrackList, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMTimeRanges, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMTouch, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMTrackEvent, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMUserMessageHandler, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMUserMessageHandlersNamespace, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMVTTCue, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMValidityState, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMVideoPlaybackQuality, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMVideoTrack, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMVideoTrackList, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMWebAnimation, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMWebKitNamedFlow, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMWebKitNamespace, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitDOMWebKitPoint, g_object_unref)
-
-#endif
-#endif
-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkDOMwebkitdomdefinesunstableh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/webkitdomdefines-unstable.h (205542 => 205543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/webkitdomdefines-unstable.h        2016-09-07 10:03:43 UTC (rev 205542)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/webkitdomdefines-unstable.h        2016-09-07 13:41:29 UTC (rev 205543)
</span><span class="lines">@@ -1,245 +0,0 @@
</span><del>-/* This file is part of the WebKit open source project.
-   This file has been generated by gobject-generate-headers.pl.  DO NOT MODIFY!
-   
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public
-   License as published by the Free Software Foundation; either
-   version 2 of the License, or (at your option) any later version.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public License
-   along with this library; see the file COPYING.LIB.  If not, write to
-   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.
-*/
-
-#ifndef webkitdomdefines_unstable_h
-#define webkitdomdefines_unstable_h
-
-#include &lt;webkitdom/webkitdomdefines.h&gt;
-
-#ifdef WEBKIT_DOM_USE_UNSTABLE_API
-
-typedef struct _WebKitDOMAnimatable WebKitDOMAnimatable;
-typedef struct _WebKitDOMAnimatableClass WebKitDOMAnimatableClass;
-
-typedef struct _WebKitDOMAnimationEffect WebKitDOMAnimationEffect;
-typedef struct _WebKitDOMAnimationEffectClass WebKitDOMAnimationEffectClass;
-
-typedef struct _WebKitDOMAnimationTimeline WebKitDOMAnimationTimeline;
-typedef struct _WebKitDOMAnimationTimelineClass WebKitDOMAnimationTimelineClass;
-
-typedef struct _WebKitDOMAudioTrack WebKitDOMAudioTrack;
-typedef struct _WebKitDOMAudioTrackClass WebKitDOMAudioTrackClass;
-
-typedef struct _WebKitDOMAudioTrackList WebKitDOMAudioTrackList;
-typedef struct _WebKitDOMAudioTrackListClass WebKitDOMAudioTrackListClass;
-
-typedef struct _WebKitDOMBarProp WebKitDOMBarProp;
-typedef struct _WebKitDOMBarPropClass WebKitDOMBarPropClass;
-
-typedef struct _WebKitDOMBatteryManager WebKitDOMBatteryManager;
-typedef struct _WebKitDOMBatteryManagerClass WebKitDOMBatteryManagerClass;
-
-typedef struct _WebKitDOMDOMApplicationCache WebKitDOMDOMApplicationCache;
-typedef struct _WebKitDOMDOMApplicationCacheClass WebKitDOMDOMApplicationCacheClass;
-
-typedef struct _WebKitDOMDOMCSSNamespace WebKitDOMDOMCSSNamespace;
-typedef struct _WebKitDOMDOMCSSNamespaceClass WebKitDOMDOMCSSNamespaceClass;
-
-typedef struct _WebKitDOMDOMMimeType WebKitDOMDOMMimeType;
-typedef struct _WebKitDOMDOMMimeTypeClass WebKitDOMDOMMimeTypeClass;
-
-typedef struct _WebKitDOMDOMMimeTypeArray WebKitDOMDOMMimeTypeArray;
-typedef struct _WebKitDOMDOMMimeTypeArrayClass WebKitDOMDOMMimeTypeArrayClass;
-
-typedef struct _WebKitDOMDOMNamedFlowCollection WebKitDOMDOMNamedFlowCollection;
-typedef struct _WebKitDOMDOMNamedFlowCollectionClass WebKitDOMDOMNamedFlowCollectionClass;
-
-typedef struct _WebKitDOMDOMPlugin WebKitDOMDOMPlugin;
-typedef struct _WebKitDOMDOMPluginClass WebKitDOMDOMPluginClass;
-
-typedef struct _WebKitDOMDOMPluginArray WebKitDOMDOMPluginArray;
-typedef struct _WebKitDOMDOMPluginArrayClass WebKitDOMDOMPluginArrayClass;
-
-typedef struct _WebKitDOMDOMStringList WebKitDOMDOMStringList;
-typedef struct _WebKitDOMDOMStringListClass WebKitDOMDOMStringListClass;
-
-typedef struct _WebKitDOMDOMStringMap WebKitDOMDOMStringMap;
-typedef struct _WebKitDOMDOMStringMapClass WebKitDOMDOMStringMapClass;
-
-typedef struct _WebKitDOMDOMWindowSpeechSynthesis WebKitDOMDOMWindowSpeechSynthesis;
-typedef struct _WebKitDOMDOMWindowSpeechSynthesisClass WebKitDOMDOMWindowSpeechSynthesisClass;
-
-typedef struct _WebKitDOMDataCue WebKitDOMDataCue;
-typedef struct _WebKitDOMDataCueClass WebKitDOMDataCueClass;
-
-typedef struct _WebKitDOMDatabase WebKitDOMDatabase;
-typedef struct _WebKitDOMDatabaseClass WebKitDOMDatabaseClass;
-
-typedef struct _WebKitDOMDocumentAnimation WebKitDOMDocumentAnimation;
-typedef struct _WebKitDOMDocumentAnimationClass WebKitDOMDocumentAnimationClass;
-
-typedef struct _WebKitDOMDocumentTimeline WebKitDOMDocumentTimeline;
-typedef struct _WebKitDOMDocumentTimelineClass WebKitDOMDocumentTimelineClass;
-
-typedef struct _WebKitDOMGamepad WebKitDOMGamepad;
-typedef struct _WebKitDOMGamepadClass WebKitDOMGamepadClass;
-
-typedef struct _WebKitDOMGamepadList WebKitDOMGamepadList;
-typedef struct _WebKitDOMGamepadListClass WebKitDOMGamepadListClass;
-
-typedef struct _WebKitDOMGeolocation WebKitDOMGeolocation;
-typedef struct _WebKitDOMGeolocationClass WebKitDOMGeolocationClass;
-
-typedef struct _WebKitDOMHTMLAudioElement WebKitDOMHTMLAudioElement;
-typedef struct _WebKitDOMHTMLAudioElementClass WebKitDOMHTMLAudioElementClass;
-
-typedef struct _WebKitDOMHTMLDetailsElement WebKitDOMHTMLDetailsElement;
-typedef struct _WebKitDOMHTMLDetailsElementClass WebKitDOMHTMLDetailsElementClass;
-
-typedef struct _WebKitDOMHTMLKeygenElement WebKitDOMHTMLKeygenElement;
-typedef struct _WebKitDOMHTMLKeygenElementClass WebKitDOMHTMLKeygenElementClass;
-
-typedef struct _WebKitDOMHTMLMediaElement WebKitDOMHTMLMediaElement;
-typedef struct _WebKitDOMHTMLMediaElementClass WebKitDOMHTMLMediaElementClass;
-
-typedef struct _WebKitDOMHTMLVideoElement WebKitDOMHTMLVideoElement;
-typedef struct _WebKitDOMHTMLVideoElementClass WebKitDOMHTMLVideoElementClass;
-
-typedef struct _WebKitDOMHistory WebKitDOMHistory;
-typedef struct _WebKitDOMHistoryClass WebKitDOMHistoryClass;
-
-typedef struct _WebKitDOMKeyframeEffect WebKitDOMKeyframeEffect;
-typedef struct _WebKitDOMKeyframeEffectClass WebKitDOMKeyframeEffectClass;
-
-typedef struct _WebKitDOMLocation WebKitDOMLocation;
-typedef struct _WebKitDOMLocationClass WebKitDOMLocationClass;
-
-typedef struct _WebKitDOMMediaController WebKitDOMMediaController;
-typedef struct _WebKitDOMMediaControllerClass WebKitDOMMediaControllerClass;
-
-typedef struct _WebKitDOMMediaDevices WebKitDOMMediaDevices;
-typedef struct _WebKitDOMMediaDevicesClass WebKitDOMMediaDevicesClass;
-
-typedef struct _WebKitDOMMediaError WebKitDOMMediaError;
-typedef struct _WebKitDOMMediaErrorClass WebKitDOMMediaErrorClass;
-
-typedef struct _WebKitDOMMediaQueryList WebKitDOMMediaQueryList;
-typedef struct _WebKitDOMMediaQueryListClass WebKitDOMMediaQueryListClass;
-
-typedef struct _WebKitDOMMediaTrackSupportedConstraints WebKitDOMMediaTrackSupportedConstraints;
-typedef struct _WebKitDOMMediaTrackSupportedConstraintsClass WebKitDOMMediaTrackSupportedConstraintsClass;
-
-typedef struct _WebKitDOMMessagePort WebKitDOMMessagePort;
-typedef struct _WebKitDOMMessagePortClass WebKitDOMMessagePortClass;
-
-typedef struct _WebKitDOMNavigator WebKitDOMNavigator;
-typedef struct _WebKitDOMNavigatorClass WebKitDOMNavigatorClass;
-
-typedef struct _WebKitDOMNavigatorMediaDevices WebKitDOMNavigatorMediaDevices;
-typedef struct _WebKitDOMNavigatorMediaDevicesClass WebKitDOMNavigatorMediaDevicesClass;
-
-typedef struct _WebKitDOMPerformance WebKitDOMPerformance;
-typedef struct _WebKitDOMPerformanceClass WebKitDOMPerformanceClass;
-
-typedef struct _WebKitDOMPerformanceEntry WebKitDOMPerformanceEntry;
-typedef struct _WebKitDOMPerformanceEntryClass WebKitDOMPerformanceEntryClass;
-
-typedef struct _WebKitDOMPerformanceNavigation WebKitDOMPerformanceNavigation;
-typedef struct _WebKitDOMPerformanceNavigationClass WebKitDOMPerformanceNavigationClass;
-
-typedef struct _WebKitDOMPerformanceTiming WebKitDOMPerformanceTiming;
-typedef struct _WebKitDOMPerformanceTimingClass WebKitDOMPerformanceTimingClass;
-
-typedef struct _WebKitDOMScreen WebKitDOMScreen;
-typedef struct _WebKitDOMScreenClass WebKitDOMScreenClass;
-
-typedef struct _WebKitDOMSpeechSynthesis WebKitDOMSpeechSynthesis;
-typedef struct _WebKitDOMSpeechSynthesisClass WebKitDOMSpeechSynthesisClass;
-
-typedef struct _WebKitDOMSpeechSynthesisEvent WebKitDOMSpeechSynthesisEvent;
-typedef struct _WebKitDOMSpeechSynthesisEventClass WebKitDOMSpeechSynthesisEventClass;
-
-typedef struct _WebKitDOMSpeechSynthesisUtterance WebKitDOMSpeechSynthesisUtterance;
-typedef struct _WebKitDOMSpeechSynthesisUtteranceClass WebKitDOMSpeechSynthesisUtteranceClass;
-
-typedef struct _WebKitDOMSpeechSynthesisVoice WebKitDOMSpeechSynthesisVoice;
-typedef struct _WebKitDOMSpeechSynthesisVoiceClass WebKitDOMSpeechSynthesisVoiceClass;
-
-typedef struct _WebKitDOMStorage WebKitDOMStorage;
-typedef struct _WebKitDOMStorageClass WebKitDOMStorageClass;
-
-typedef struct _WebKitDOMStorageInfo WebKitDOMStorageInfo;
-typedef struct _WebKitDOMStorageInfoClass WebKitDOMStorageInfoClass;
-
-typedef struct _WebKitDOMStorageQuota WebKitDOMStorageQuota;
-typedef struct _WebKitDOMStorageQuotaClass WebKitDOMStorageQuotaClass;
-
-typedef struct _WebKitDOMStyleMedia WebKitDOMStyleMedia;
-typedef struct _WebKitDOMStyleMediaClass WebKitDOMStyleMediaClass;
-
-typedef struct _WebKitDOMTextTrack WebKitDOMTextTrack;
-typedef struct _WebKitDOMTextTrackClass WebKitDOMTextTrackClass;
-
-typedef struct _WebKitDOMTextTrackCue WebKitDOMTextTrackCue;
-typedef struct _WebKitDOMTextTrackCueClass WebKitDOMTextTrackCueClass;
-
-typedef struct _WebKitDOMTextTrackCueList WebKitDOMTextTrackCueList;
-typedef struct _WebKitDOMTextTrackCueListClass WebKitDOMTextTrackCueListClass;
-
-typedef struct _WebKitDOMTextTrackList WebKitDOMTextTrackList;
-typedef struct _WebKitDOMTextTrackListClass WebKitDOMTextTrackListClass;
-
-typedef struct _WebKitDOMTimeRanges WebKitDOMTimeRanges;
-typedef struct _WebKitDOMTimeRangesClass WebKitDOMTimeRangesClass;
-
-typedef struct _WebKitDOMTouch WebKitDOMTouch;
-typedef struct _WebKitDOMTouchClass WebKitDOMTouchClass;
-
-typedef struct _WebKitDOMTrackEvent WebKitDOMTrackEvent;
-typedef struct _WebKitDOMTrackEventClass WebKitDOMTrackEventClass;
-
-typedef struct _WebKitDOMUserMessageHandler WebKitDOMUserMessageHandler;
-typedef struct _WebKitDOMUserMessageHandlerClass WebKitDOMUserMessageHandlerClass;
-
-typedef struct _WebKitDOMUserMessageHandlersNamespace WebKitDOMUserMessageHandlersNamespace;
-typedef struct _WebKitDOMUserMessageHandlersNamespaceClass WebKitDOMUserMessageHandlersNamespaceClass;
-
-typedef struct _WebKitDOMVTTCue WebKitDOMVTTCue;
-typedef struct _WebKitDOMVTTCueClass WebKitDOMVTTCueClass;
-
-typedef struct _WebKitDOMValidityState WebKitDOMValidityState;
-typedef struct _WebKitDOMValidityStateClass WebKitDOMValidityStateClass;
-
-typedef struct _WebKitDOMVideoPlaybackQuality WebKitDOMVideoPlaybackQuality;
-typedef struct _WebKitDOMVideoPlaybackQualityClass WebKitDOMVideoPlaybackQualityClass;
-
-typedef struct _WebKitDOMVideoTrack WebKitDOMVideoTrack;
-typedef struct _WebKitDOMVideoTrackClass WebKitDOMVideoTrackClass;
-
-typedef struct _WebKitDOMVideoTrackList WebKitDOMVideoTrackList;
-typedef struct _WebKitDOMVideoTrackListClass WebKitDOMVideoTrackListClass;
-
-typedef struct _WebKitDOMWebAnimation WebKitDOMWebAnimation;
-typedef struct _WebKitDOMWebAnimationClass WebKitDOMWebAnimationClass;
-
-typedef struct _WebKitDOMWebKitNamedFlow WebKitDOMWebKitNamedFlow;
-typedef struct _WebKitDOMWebKitNamedFlowClass WebKitDOMWebKitNamedFlowClass;
-
-typedef struct _WebKitDOMWebKitNamespace WebKitDOMWebKitNamespace;
-typedef struct _WebKitDOMWebKitNamespaceClass WebKitDOMWebKitNamespaceClass;
-
-typedef struct _WebKitDOMWebKitPoint WebKitDOMWebKitPoint;
-typedef struct _WebKitDOMWebKitPointClass WebKitDOMWebKitPointClass;
-
-#include &lt;webkitdom/webkitdomautocleanups-unstable.h&gt;
-
-#endif /* WEBKIT_DOM_USE_UNSTABLE_API */
-
-
-#endif
</del></span></pre>
</div>
</div>

</body>
</html>