| 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 0b2baa52b6ab4c32546900ab57ccb45812f010c7..6180e4110d1d781109346f4348d558f337bb0fc5 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(WebInspector.ResourceTreeModel.fromTarget(c.target()).frameForId(c.frameId).displayName());
|
| + InspectorTest.addResult(SDK.ResourceTreeModel.fromTarget(c.target()).frameForId(c.frameId).displayName());
|
| InspectorTest.completeTest();
|
| }
|
|
|
|
|