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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-url-comment.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-url-comment.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-url-comment.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-url-comment.html
index 7421990b58b127f7958188e59e393f314225833d..259533df15f90d16fb32c7bdf845d5e1008ca907 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-url-comment.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-url-comment.html
@@ -68,7 +68,7 @@ function test()
function didShowScriptSource(sourceFrame)
{
- var panel = WebInspector.panels.sources;
+ var panel = UI.panels.sources;
var uiSourceCodes = panel._workspace.uiSourceCodes();
var ignored = true;
for (var i = 0; i < uiSourceCodes.length && ignored; ++i) {
@@ -101,7 +101,7 @@ function test()
function didShowScriptSource(sourceFrame)
{
- var panel = WebInspector.panels.sources;
+ var panel = UI.panels.sources;
var uiSourceCodes = panel._workspace.uiSourceCodes();
for (var i = 0; i < uiSourceCodes.length; ++i) {
if (uiSourceCodes[i].url().indexOf("scriptWithPoorSourceURL.js") !== -1)

Powered by Google App Engine
This is Rietveld 408576698