| 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 87bc2493ca7fa852c0e4304d64719fd83bd4d6ec..18a8d6e5daa05e6b0c7b8f74dce7684225ea2a9d 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/compile-javascript.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/compile-javascript.html
|
| @@ -12,8 +12,8 @@ function test()
|
|
|
| function onSourceFrame(sourceFrame)
|
| {
|
| - InspectorTest.addSniffer(WebInspector.JavaScriptCompiler.prototype, "_compilationFinishedForTest", onCompilationFinished.bind(null, sourceFrame));
|
| - sourceFrame.textEditor.setSelection(WebInspector.TextRange.createFromLocation(0, 0));
|
| + InspectorTest.addSniffer(Sources.JavaScriptCompiler.prototype, "_compilationFinishedForTest", onCompilationFinished.bind(null, sourceFrame));
|
| + sourceFrame.textEditor.setSelection(Common.TextRange.createFromLocation(0, 0));
|
| InspectorTest.typeIn(sourceFrame.textEditor, "test!");
|
| }
|
|
|
|
|