Title: [121565] trunk/LayoutTests
Revision
121565
Author
[email protected]
Date
2012-06-29 08:30:54 -0700 (Fri, 29 Jun 2012)

Log Message

[chromium] Layout Test inspector/debugger/debugger-compile-and-run.html is failing
https://bugs.webkit.org/show_bug.cgi?id=90285

Reviewed by Pavel Feldman.

* inspector/debugger/debugger-compile-and-run.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (121564 => 121565)


--- trunk/LayoutTests/ChangeLog	2012-06-29 15:27:45 UTC (rev 121564)
+++ trunk/LayoutTests/ChangeLog	2012-06-29 15:30:54 UTC (rev 121565)
@@ -1,3 +1,12 @@
+2012-06-29  Vsevolod Vlasov  <[email protected]>
+
+        [chromium] Layout Test inspector/debugger/debugger-compile-and-run.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=90285
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/debugger/debugger-compile-and-run.html:
+
 2012-06-29  Stephen White  <[email protected]>
 
         [chromium] Unreviewed gardening.

Modified: trunk/LayoutTests/inspector/debugger/debugger-compile-and-run.html (121564 => 121565)


--- trunk/LayoutTests/inspector/debugger/debugger-compile-and-run.html	2012-06-29 15:27:45 UTC (rev 121564)
+++ trunk/LayoutTests/inspector/debugger/debugger-compile-and-run.html	2012-06-29 15:30:54 UTC (rev 121565)
@@ -19,7 +19,7 @@
                 InspectorTest.assertTrue(!!scriptId);
                 var contextId = undefined;
                 InspectorTest.addResult("Running script");
-                DebuggerAgent.runScript(contextId, scriptId, "console", false, runCallback.bind(this));
+                DebuggerAgent.runScript(scriptId, contextId, "console", false, runCallback.bind(this));
             }
 
             function runCallback(error, result, wasThrown)
@@ -44,7 +44,7 @@
                 InspectorTest.assertTrue(!!scriptId);
                 var contextId = undefined;
                 InspectorTest.addResult("Running script");
-                DebuggerAgent.runScript(contextId, scriptId, "console", false, runCallback.bind(this));
+                DebuggerAgent.runScript(scriptId, contextId, "console", false, runCallback.bind(this));
             }
 
             function runCallback(error, result, wasThrown)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to