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

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

Issue 451713002: DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 4 months 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/BUILD.gn » ('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 6d6107564096d9a3f31f912d4eb083afdb5d7ce7..c3e3ae2f60c7811e2a74f344c101770fbd3b3b66 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 = new Worker("script_formatter_worker/ScriptFormatterWorker.js");
+ var worker = Runtime.startWorker("script_formatter_worker");
InspectorTest.runDebuggerTestSuite([
function testScriptFormatterWorker(next)
« no previous file with comments | « LayoutTests/inspector/sources/debugger/script-extract-outline.html ('k') | Source/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698