| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/pause-in-inline-script.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/pause-in-inline-script.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/pause-in-inline-script.html
|
| index a890f6e81b6b8bd06788b35e1fcaffdfb503f3ac..b03d4950a33c3be2ba1ed53e469a38cf59d65c2b 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/pause-in-inline-script.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/pause-in-inline-script.html
|
| @@ -24,7 +24,7 @@ f3();
|
|
|
| var test = function()
|
| {
|
| - var testName = InspectorTest.resourceTreeModel.inspectedPageURL();
|
| + var testName = InspectorTest.mainTarget.inspectedURL();
|
| testName = testName.substring(testName.lastIndexOf('/') + 1);
|
|
|
| InspectorTest.startDebuggerTest(step1);
|
| @@ -34,7 +34,7 @@ var test = function()
|
| InspectorTest.addResult("Did load front-end");
|
| InspectorTest.addResult("Paused: " + !!InspectorTest.debuggerModel.debuggerPausedDetails());
|
| InspectorTest.reloadPage(didReload.bind(this));
|
| - InspectorTest.debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.DebuggerPaused, didPauseAfterReload, this);
|
| + InspectorTest.debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.DebuggerPaused, didPauseAfterReload, this);
|
| }
|
|
|
| function didReload()
|
|
|