| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/execution-context-sorted.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/execution-context-sorted.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/execution-context-sorted.html
|
| index 7958d8407d79bfac136bdf3d4085b32484b857a9..0b2baa52b6ab4c32546900ab57ccb45812f010c7 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/execution-context-sorted.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/execution-context-sorted.html
|
| @@ -7,7 +7,7 @@ function test()
|
| {
|
| var contexts = InspectorTest.runtimeModel.executionContexts();
|
| for (var c of contexts)
|
| - InspectorTest.addResult(c.target().resourceTreeModel.frameForId(c.frameId).displayName());
|
| + InspectorTest.addResult(WebInspector.ResourceTreeModel.fromTarget(c.target()).frameForId(c.frameId).displayName());
|
| InspectorTest.completeTest();
|
| }
|
|
|
|
|