| Index: third_party/WebKit/LayoutTests/inspector/sources/compile-javascript.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/compile-javascript.html b/third_party/WebKit/LayoutTests/inspector/sources/compile-javascript.html
|
| index f7cc8a53c86e9b3de74859c66d506892ed8b3fdc..179bf75367715e8b9e8b348aa23bd6a5b7d9ca5e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/compile-javascript.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/compile-javascript.html
|
| @@ -13,7 +13,7 @@ function test()
|
| function onSourceFrame(sourceFrame)
|
| {
|
| InspectorTest.addSniffer(Sources.JavaScriptCompiler.prototype, "_compilationFinishedForTest", onCompilationFinished.bind(null, sourceFrame));
|
| - sourceFrame.textEditor.setSelection(Common.TextRange.createFromLocation(0, 0));
|
| + sourceFrame.textEditor.setSelection(TextUtils.TextRange.createFromLocation(0, 0));
|
| InspectorTest.typeIn(sourceFrame.textEditor, "test!");
|
| }
|
|
|
|
|