Title: [208961] trunk/Source/WebKit2
- Revision
- 208961
- Author
- [email protected]
- Date
- 2016-11-22 03:14:44 -0800 (Tue, 22 Nov 2016)
Log Message
[GTK] Fix introspection warning
https://bugs.webkit.org/show_bug.cgi?id=165026
Reviewed by Michael Catanzaro.
This fixes an introspection annotation for a new API added in r208532.
* WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp:
(webkit_web_page_class_init):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (208960 => 208961)
--- trunk/Source/WebKit2/ChangeLog 2016-11-22 11:09:11 UTC (rev 208960)
+++ trunk/Source/WebKit2/ChangeLog 2016-11-22 11:14:44 UTC (rev 208961)
@@ -1,3 +1,15 @@
+2016-11-22 Sergio Villar Senin <[email protected]>
+
+ [GTK] Fix introspection warning
+ https://bugs.webkit.org/show_bug.cgi?id=165026
+
+ Reviewed by Michael Catanzaro.
+
+ This fixes an introspection annotation for a new API added in r208532.
+
+ * WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp:
+ (webkit_web_page_class_init):
+
2016-11-21 Carlos Garcia Campos <[email protected]>
[SOUP] Simplify custom protocols handler implementation
Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp (208960 => 208961)
--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp 2016-11-22 11:09:11 UTC (rev 208960)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp 2016-11-22 11:14:44 UTC (rev 208961)
@@ -501,7 +501,7 @@
/**
* WebKitWebPage::form-controls-associated:
* @web_page: the #WebKitWebPage on which the signal is emitted
- * @elements: (element-type WebKit.DOMElement) (transfer none): a #GPtrArray of
+ * @elements: (element-type WebKitDOMElement) (transfer none): a #GPtrArray of
* #WebKitDOMElement with the list of forms in the page
*
* Emitted after form elements (or form associated elements) are associated to a particular web
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes