| Index: third_party/WebKit/LayoutTests/inspector/editor/text-editor-selection-to-search.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/editor/text-editor-selection-to-search.html b/third_party/WebKit/LayoutTests/inspector/editor/text-editor-selection-to-search.html
|
| index f7caa95a3d6d39347bbfbbb77deeef636f5d3e5e..da21fff0441e560c43cd56388bd48ef41d3df383 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/editor/text-editor-selection-to-search.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/editor/text-editor-selection-to-search.html
|
| @@ -36,7 +36,7 @@ function test()
|
| var column = line.indexOf(string);
|
| if (column === -1)
|
| continue;
|
| - return new Common.TextRange(i, column, i, column + string.length);
|
| + return new TextUtils.TextRange(i, column, i, column + string.length);
|
| }
|
| }
|
| }
|
|
|