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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline.html

Issue 1805343003: DevTools: rename script_formatter_worker into formatter_worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline.html
index 3ff2dfd73076a03638dc7e2437a2f06d2a5b79f7..e6f07103aa4d036293e3998ee3966585124f0f9c 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline.html
@@ -55,7 +55,7 @@ function getScriptText()
function test()
{
- var worker = new WorkerRuntime.Worker("script_formatter_worker");
+ var worker = new WorkerRuntime.Worker("formatter_worker");
worker.onmessage = InspectorTest.safeWrap(function(event)
{
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698