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

Unified Diff: LayoutTests/inspector/sources/debugger/script-extract-outline.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
Index: LayoutTests/inspector/sources/debugger/script-extract-outline.html
diff --git a/LayoutTests/inspector/sources/debugger/script-extract-outline.html b/LayoutTests/inspector/sources/debugger/script-extract-outline.html
index 7be3158af217b968116b12a1d30f6b7eef43d443..3ff2dfd73076a03638dc7e2437a2f06d2a5b79f7 100644
--- a/LayoutTests/inspector/sources/debugger/script-extract-outline.html
+++ b/LayoutTests/inspector/sources/debugger/script-extract-outline.html
@@ -55,7 +55,7 @@ function getScriptText()
function test()
{
- var worker = Runtime.startWorker("script_formatter_worker");
+ var worker = new WorkerRuntime.Worker("script_formatter_worker");
worker.onmessage = InspectorTest.safeWrap(function(event)
{

Powered by Google App Engine
This is Rietveld 408576698