Title: [97664] trunk/Source/WebCore
Revision
97664
Author
[email protected]
Date
2011-10-17 16:15:02 -0700 (Mon, 17 Oct 2011)

Log Message

quote "attributes" keyword in CodeGeneratorGObject.pm
https://bugs.webkit.org/show_bug.cgi?id=64348

Patch by Arno Renevier <[email protected]> on 2011-10-17
Reviewed by Darin Adler.

No change of functionality. No new tests.

* bindings/scripts/CodeGeneratorGObject.pm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (97663 => 97664)


--- trunk/Source/WebCore/ChangeLog	2011-10-17 23:12:31 UTC (rev 97663)
+++ trunk/Source/WebCore/ChangeLog	2011-10-17 23:15:02 UTC (rev 97664)
@@ -1,3 +1,14 @@
+2011-10-17  Arno Renevier  <[email protected]>
+
+        quote "attributes" keyword in CodeGeneratorGObject.pm
+        https://bugs.webkit.org/show_bug.cgi?id=64348
+
+        Reviewed by Darin Adler.
+
+        No change of functionality. No new tests.
+
+        * bindings/scripts/CodeGeneratorGObject.pm:
+
 2011-10-17  Ojan Vafai  <[email protected]>
 
         Unreviewed, rolling out r97654.

Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm (97663 => 97664)


--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm	2011-10-17 23:12:31 UTC (rev 97663)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm	2011-10-17 23:15:02 UTC (rev 97664)
@@ -1062,7 +1062,7 @@
         $param->name("value");
         $param->type($attribute->signature->type);
         my %attributes = ();
-        $param->extendedAttributes(attributes);
+        $param->extendedAttributes("attributes");
         my $arrayRef = $function->parameters;
         push(@$arrayRef, $param);
         
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to