Title: [122561] trunk/Source/WebCore
- Revision
- 122561
- Author
- [email protected]
- Date
- 2012-07-13 04:03:08 -0700 (Fri, 13 Jul 2012)
Log Message
Unreviewed, rolling out r122545.
http://trac.webkit.org/changeset/122545
https://bugs.webkit.org/show_bug.cgi?id=91185
We found that this was a wrong fix
* bindings/scripts/CodeGeneratorJS.pm:
(GenerateImplementation):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (122560 => 122561)
--- trunk/Source/WebCore/ChangeLog 2012-07-13 11:01:35 UTC (rev 122560)
+++ trunk/Source/WebCore/ChangeLog 2012-07-13 11:03:08 UTC (rev 122561)
@@ -1,5 +1,16 @@
2012-07-13 Kentaro Hara <[email protected]>
+ Unreviewed, rolling out r122545.
+ http://trac.webkit.org/changeset/122545
+ https://bugs.webkit.org/show_bug.cgi?id=91185
+
+ We found that this was a wrong fix
+
+ * bindings/scripts/CodeGeneratorJS.pm:
+ (GenerateImplementation):
+
+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
Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm (122560 => 122561)
--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm 2012-07-13 11:01:35 UTC (rev 122560)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm 2012-07-13 11:03:08 UTC (rev 122561)
@@ -1796,7 +1796,7 @@
$functionName = "impl->${functionName}";
}
- push(@arguments, @callWithArgs);
+ unshift(@arguments, @callWithArgs);
my $jsType = NativeToJSValue($attribute->signature, 0, $implClassName, "${functionName}(" . join(", ", @arguments) . ")", "castedThis");
push(@implContent, " $implClassName* impl = static_cast<$implClassName*>(castedThis->impl());\n");
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes