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

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

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 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: 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 da2b452f780935db9d42f7a5064cf84f821db71f..ff65e11ce4280fbb51d8908dc0c613eba32c4b4b 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 WebInspector.Worker("formatter_worker");
+ var worker = new Common.Worker("formatter_worker");
worker.onmessage = InspectorTest.safeWrap(function(event)
{

Powered by Google App Engine
This is Rietveld 408576698