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