| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts.html
|
| index c9ae8ebfc536dbf91a25c5e43fbecbcce6c8fec4..8cac13a99a087d727bbe52978ccfb146b6cc980e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts.html
|
| @@ -18,7 +18,7 @@ function test()
|
| function step2(event)
|
| {
|
| var script = event.data;
|
| - if (script.sourceURL !== InspectorTest.resourceTreeModel.inspectedPageURL())
|
| + if (script.sourceURL !== InspectorTest.mainTarget.inspectedURL())
|
| return;
|
| scripts.push(script);
|
| if (scripts.length === 6)
|
|
|