| Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-document-url.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-document-url.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-document-url.html
|
| index 5734d4774fcfcbf09b0e2414361865238df836d6..93522c647dcb0d4bf5f4b021d499bbf4c2f215e1 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-document-url.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-document-url.html
|
| @@ -14,12 +14,12 @@ function loadIframe()
|
|
|
| function test()
|
| {
|
| - InspectorTest.resourceTreeModel.addEventListener(WebInspector.ResourceTreeModel.Events.FrameNavigated, waitForResources);
|
| + InspectorTest.resourceTreeModel.addEventListener(SDK.ResourceTreeModel.Events.FrameNavigated, waitForResources);
|
| InspectorTest.evaluateInPage("loadIframe()");
|
|
|
| function waitForResources()
|
| {
|
| - InspectorTest.resourceTreeModel.removeEventListener(WebInspector.ResourceTreeModel.Events.FrameNavigated, waitForResources);
|
| + InspectorTest.resourceTreeModel.removeEventListener(SDK.ResourceTreeModel.Events.FrameNavigated, waitForResources);
|
| InspectorTest.runAfterResourcesAreFinished(["dummy-iframe.html", "inspector-test.js", "resources-test.js", "resource-tree-test.js"], dump);
|
| }
|
|
|
|
|