| Index: third_party/WebKit/LayoutTests/inspector/editor/text-editor-word-jumps.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/editor/text-editor-word-jumps.html b/third_party/WebKit/LayoutTests/inspector/editor/text-editor-word-jumps.html
|
| index 90b986e67ec07dcf7825ac613f21ce8d27446d70..dfa6e0c26af2cd863fe69f23e2fde76e4fe8f808 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/editor/text-editor-word-jumps.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/editor/text-editor-word-jumps.html
|
| @@ -37,7 +37,7 @@ function testMyCamelMove(foo, bar)
|
| var line = textEditor.line(selection.startLine);
|
| InspectorTest.addResult(line.substring(0, selection.startColumn) + "|" + line.substring(selection.startColumn));
|
| } else {
|
| - InspectorTest.addResult(">>" + textEditor.copyRange(selection.normalize()) + "<<");
|
| + InspectorTest.addResult(">>" + textEditor.text(selection.normalize()) + "<<");
|
| }
|
| return selection;
|
| }
|
|
|