Title: [122560] trunk/Source/WebCore
- Revision
- 122560
- Author
- [email protected]
- Date
- 2012-07-13 04:01:35 -0700 (Fri, 13 Jul 2012)
Log Message
Unreviewed, rolling out r122553.
http://trac.webkit.org/changeset/122553
https://bugs.webkit.org/show_bug.cgi?id=91198
We found that this was a wrong fix
* bindings/scripts/CodeGeneratorJS.pm:
(GenerateImplementation):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (122559 => 122560)
--- trunk/Source/WebCore/ChangeLog 2012-07-13 10:59:59 UTC (rev 122559)
+++ trunk/Source/WebCore/ChangeLog 2012-07-13 11:01:35 UTC (rev 122560)
@@ -1,3 +1,14 @@
+2012-07-13 Kentaro Hara <[email protected]>
+
+ Unreviewed, rolling out r122553.
+ http://trac.webkit.org/changeset/122553
+ https://bugs.webkit.org/show_bug.cgi?id=91198
+
+ We found that this was a wrong fix
+
+ * bindings/scripts/CodeGeneratorJS.pm:
+ (GenerateImplementation):
+
2012-07-13 Kent Tamura <[email protected]>
Change the timing of form state restore
Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm (122559 => 122560)
--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm 2012-07-13 10:59:59 UTC (rev 122559)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm 2012-07-13 11:01:35 UTC (rev 122560)
@@ -2019,7 +2019,7 @@
$functionName = "impl->${functionName}";
}
- push(@arguments, GenerateCallWith($attribute->signature->extendedAttributes->{"CallWith"}, \@implContent, ""));
+ unshift(@arguments, GenerateCallWith($attribute->signature->extendedAttributes->{"CallWith"}, \@implContent, ""));
push(@arguments, "ec") if @{$attribute->setterExceptions};
push(@implContent, " ${functionName}(" . join(", ", @arguments) . ");\n");
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes