Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: LayoutTests/inspector/sources/debugger/script-formatter.html

Issue 685203003: DevTools: Get rid of synchronous XHRs in the frontend code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Annotate code, fix tests Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/inspector/sources/debugger/script-extract-outline.html ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/sources/debugger/script-formatter.html
diff --git a/LayoutTests/inspector/sources/debugger/script-formatter.html b/LayoutTests/inspector/sources/debugger/script-formatter.html
index e5c5cf19587af69bd1c0d3cf7d507e2bd51d1cf8..17ae55d8818b1dd26d818a83fd766a2bb3b9570b 100644
--- a/LayoutTests/inspector/sources/debugger/script-formatter.html
+++ b/LayoutTests/inspector/sources/debugger/script-formatter.html
@@ -9,7 +9,7 @@
var test = function()
{
var panel = WebInspector.panels.sources;
- var worker = Runtime.startWorker("script_formatter_worker");
+ var worker = new WorkerRuntime.Worker("script_formatter_worker");
InspectorTest.runDebuggerTestSuite([
function testScriptFormatterWorker(next)
« no previous file with comments | « LayoutTests/inspector/sources/debugger/script-extract-outline.html ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698