| Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-non-unique-url.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-non-unique-url.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-non-unique-url.html
|
| index a7c1fd8cecd80d3decd644359c8f2ded9cd0253f..238c635476c278368a84538b33d88c367f2b7de8 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-non-unique-url.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-non-unique-url.html
|
| @@ -13,7 +13,7 @@ function loadIframe()
|
|
|
| function test()
|
| {
|
| - InspectorTest.addSniffer(WebInspector.FrameTreeElement.prototype, "appendResource", onResource, true);
|
| + InspectorTest.addSniffer(Resources.FrameTreeElement.prototype, "appendResource", onResource, true);
|
|
|
| var cssRequestsCount = 0;
|
| function onResource(resource)
|
|
|