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

Unified Diff: LayoutTests/inspector/elements/styles/style-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 | « no previous file | LayoutTests/inspector/sources/debugger/script-extract-outline.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/elements/styles/style-formatter.html
diff --git a/LayoutTests/inspector/elements/styles/style-formatter.html b/LayoutTests/inspector/elements/styles/style-formatter.html
index 8f35b6cad1661c190016ee7576fd6eef24ae9725..ad5a670eed5b1007bd3bd410e79516eabbb04fe1 100644
--- a/LayoutTests/inspector/elements/styles/style-formatter.html
+++ b/LayoutTests/inspector/elements/styles/style-formatter.html
@@ -9,7 +9,7 @@
var test = function()
{
- var worker = Runtime.startWorker("script_formatter_worker");
+ var worker = new WorkerRuntime.Worker("script_formatter_worker");
InspectorTest.runTestSuite([
function testScriptFormatterWorker(next)
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/script-extract-outline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698