Title: [195289] trunk/Source/WebCore
Revision
195289
Author
[email protected]
Date
2016-01-19 09:00:47 -0800 (Tue, 19 Jan 2016)

Log Message

Unreviewed. Fix GObject DOM bindings API break after r195264.

Add webkit_dom_character_data_set_data to the list of functions
that used to raise exceptions.

* bindings/scripts/CodeGeneratorGObject.pm:
(FunctionUsedToRaiseException):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (195288 => 195289)


--- trunk/Source/WebCore/ChangeLog	2016-01-19 16:49:58 UTC (rev 195288)
+++ trunk/Source/WebCore/ChangeLog	2016-01-19 17:00:47 UTC (rev 195289)
@@ -1,3 +1,13 @@
+2016-01-19  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix GObject DOM bindings API break after r195264.
+
+        Add webkit_dom_character_data_set_data to the list of functions
+        that used to raise exceptions.
+
+        * bindings/scripts/CodeGeneratorGObject.pm:
+        (FunctionUsedToRaiseException):
+
 2016-01-19  Javier Fernandez  <[email protected]>
 
         [css-grid][css-align] justify-self stretch is not applied for img elements

Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm (195288 => 195289)


--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm	2016-01-19 16:49:58 UTC (rev 195288)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm	2016-01-19 17:00:47 UTC (rev 195289)
@@ -1024,6 +1024,7 @@
     my $functionName = shift;
 
     return $functionName eq "webkit_dom_character_data_append_data"
+        || $functionName eq "webkit_dom_character_data_set_data"
         || $functionName eq "webkit_dom_document_create_node_iterator"
         || $functionName eq "webkit_dom_document_create_tree_walker"
         || $functionName eq "webkit_dom_node_iterator_next_node"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to