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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tabbed-editors-history.html

Issue 2769843003: DevTools: split text_utils out of common module (Closed)
Patch Set: rebaseline Created 3 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
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 5ae972b2de08e20651a40946c885720654ec1d0f..e6eb7c542f4cbae82cc7c83e565f747047274236 100644
--- a/third_party/WebKit/LayoutTests/inspector/tabbed-editors-history.html
+++ b/third_party/WebKit/LayoutTests/inspector/tabbed-editors-history.html
@@ -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 Common.TextRange(15, 5, 15, 10));
+ updateScrollAndSelectionAndDump(history, url(11), 10, new TextUtils.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