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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tabbed-editors-history.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/tabbed-editors-history.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tabbed-editors-history.html b/third_party/WebKit/LayoutTests/inspector/tabbed-editors-history.html
index 69369141a0cc6cfa93498338a044ec22a161abe0..5ae972b2de08e20651a40946c885720654ec1d0f 100644
--- a/third_party/WebKit/LayoutTests/inspector/tabbed-editors-history.html
+++ b/third_party/WebKit/LayoutTests/inspector/tabbed-editors-history.html
@@ -35,7 +35,7 @@ var test = function()
return "url_" + index;
}
- var history = new WebInspector.TabbedEditorContainer.History([]);
+ var history = new Sources.TabbedEditorContainer.History([]);
dumpHistory(history);
// Emulate opening of several tabs.
@@ -52,7 +52,7 @@ var test = function()
// ... and switching between them.
updateAndDump(history, [url(12), url(13), url(11)]);
updateAndDump(history, [url(11), url(12), url(13)]);
- updateScrollAndSelectionAndDump(history, url(11), 10, new WebInspector.TextRange(15, 5, 15, 10));
+ updateScrollAndSelectionAndDump(history, url(11), 10, new Common.TextRange(15, 5, 15, 10));
// Now close some tabs.
removeAndDump(history, url(11));
removeAndDump(history, url(13));

Powered by Google App Engine
This is Rietveld 408576698