Title: [159119] trunk/Source/WebCore
- Revision
- 159119
- Author
- [email protected]
- Date
- 2013-11-12 09:55:00 -0800 (Tue, 12 Nov 2013)
Log Message
Fix reported build warnings for GTK
https://bugs.webkit.org/show_bug.cgi?id=123439
Patch by Tibor Meszaros <[email protected]> on 2013-11-12
Reviewed by Carlos Garcia Campos.
There was a void method, that has return value in it's documentation, so I removed it.
* bindings/gobject/WebKitDOMCustom.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (159118 => 159119)
--- trunk/Source/WebCore/ChangeLog 2013-11-12 17:51:49 UTC (rev 159118)
+++ trunk/Source/WebCore/ChangeLog 2013-11-12 17:55:00 UTC (rev 159119)
@@ -1,3 +1,14 @@
+2013-11-12 Tibor Meszaros <[email protected]>
+
+ Fix reported build warnings for GTK
+ https://bugs.webkit.org/show_bug.cgi?id=123439
+
+ Reviewed by Carlos Garcia Campos.
+
+ There was a void method, that has return value in it's documentation, so I removed it.
+
+ * bindings/gobject/WebKitDOMCustom.h:
+
2013-11-12 Zan Dobersek <[email protected]>
Manage StorageThread through std::unique_ptr
Modified: trunk/Source/WebCore/bindings/gobject/WebKitDOMCustom.h (159118 => 159119)
--- trunk/Source/WebCore/bindings/gobject/WebKitDOMCustom.h 2013-11-12 17:51:49 UTC (rev 159118)
+++ trunk/Source/WebCore/bindings/gobject/WebKitDOMCustom.h 2013-11-12 17:55:00 UTC (rev 159119)
@@ -110,8 +110,6 @@
*
* This method is deprecated. Use webkit_dom_element_set_id() instead.
*
- * Returns:
- *
**/
WEBKIT_API void webkit_dom_html_element_set_id(WebKitDOMHTMLElement* self, const gchar* value);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes