| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/x-frame-options-deny.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/x-frame-options-deny.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/x-frame-options-deny.html
|
| index 079775a936f4a41a358446769b633bc2e72361f3..82a05e0c172c7b2a376df2eb847c8dd7973959e6 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/x-frame-options-deny.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/x-frame-options-deny.html
|
| @@ -11,9 +11,9 @@ function loadIFrameWithDownload()
|
|
|
| function test()
|
| {
|
| - InspectorTest.addSniffer(WebInspector.NetworkDispatcher.prototype, "responseReceived", responseReceived);
|
| - InspectorTest.addSniffer(WebInspector.NetworkDispatcher.prototype, "loadingFailed", loadingFailed);
|
| - InspectorTest.addSniffer(WebInspector.NetworkDispatcher.prototype, "loadingFinished", loadingFinished);
|
| + InspectorTest.addSniffer(SDK.NetworkDispatcher.prototype, "responseReceived", responseReceived);
|
| + InspectorTest.addSniffer(SDK.NetworkDispatcher.prototype, "loadingFailed", loadingFailed);
|
| + InspectorTest.addSniffer(SDK.NetworkDispatcher.prototype, "loadingFinished", loadingFinished);
|
| InspectorTest.evaluateInPage("loadIFrameWithDownload()");
|
|
|
| function responseReceived(requestId, time, resourceType, response)
|
|
|