Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld 408576698