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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-count.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-ui/source-frame-count.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-count.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-count.html
index b98a2aecde986ca06274e79692486f903ad553a4..fbe61da77685473aeee4be3f833c48889684c4fb 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-count.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-count.html
@@ -22,7 +22,7 @@ function test()
InspectorTest.runDebuggerTestSuite([
function testSourceFramesCount(next)
{
- var panel = WebInspector.panels.sources;
+ var panel = UI.panels.sources;
InspectorTest.showScriptSource("source-frame-count.html", function() {});
InspectorTest.showScriptSource("script1.js", function() {});
@@ -39,7 +39,7 @@ function test()
{
framesOpened++;
}
- InspectorTest.addSniffer(WebInspector.SourceFrame.prototype, "wasShown", didCreateSourceFrame, true);
+ InspectorTest.addSniffer(SourceFrame.SourceFrame.prototype, "wasShown", didCreateSourceFrame, true);
}

Powered by Google App Engine
This is Rietveld 408576698