| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/selected-call-frame-after-formatting-source.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/selected-call-frame-after-formatting-source.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/selected-call-frame-after-formatting-source.html
|
| index a6f30fcf2d882da465683f7a16c952e755aacb6c..acdb318ada0ce89a592bbeadee4a5afefb90071a 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/selected-call-frame-after-formatting-source.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/selected-call-frame-after-formatting-source.html
|
| @@ -24,14 +24,14 @@ var test = function()
|
|
|
| function step1()
|
| {
|
| - var testName = InspectorTest.resourceTreeModel.inspectedPageURL();
|
| + var testName = InspectorTest.mainTarget.inspectedURL();
|
| testName = testName.substring(testName.lastIndexOf('/') + 1);
|
| InspectorTest.showScriptSource(testName, step2);
|
| }
|
|
|
| function step2(frame)
|
| {
|
| - sourceFrame = frame;
|
| + sourceFrame = frame;
|
| InspectorTest.runTestFunctionAndWaitUntilPaused(step3);
|
| }
|
|
|
|
|