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)); |