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)