| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html
|
| index 24b08d155ce04d4745fb19d1b2554b83e2999c35..a7e4d503efea1283d984d309860b4531f0a5884d 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html
|
| @@ -20,7 +20,7 @@ function navigateLink()
|
|
|
| function test()
|
| {
|
| - InspectorTest.addSniffer(WebInspector.NetworkDispatcher.prototype, "requestWillBeSent", step2);
|
| + InspectorTest.addSniffer(SDK.NetworkDispatcher.prototype, "requestWillBeSent", step2);
|
| InspectorTest.evaluateInPage("navigateLink()");
|
|
|
| function step2()
|
|
|