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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/font-face.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/font-face.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/font-face.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/font-face.html
index 367a03f854b55cdf883f5555767b41dd7d4e4e64..801cb8e56b3b644ab5c54c9807952b76b993f22e 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/font-face.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/font-face.html
@@ -18,8 +18,8 @@ function test() {
}
InspectorTest.addResult(event.type.toString() + ": " + request.name());
}
- InspectorTest.networkManager.addEventListener(WebInspector.NetworkManager.Events.RequestStarted, onRequest);
- InspectorTest.networkManager.addEventListener(WebInspector.NetworkManager.Events.RequestFinished, onRequest);
+ InspectorTest.networkManager.addEventListener(SDK.NetworkManager.Events.RequestStarted, onRequest);
+ InspectorTest.networkManager.addEventListener(SDK.NetworkManager.Events.RequestFinished, onRequest);
InspectorTest.evaluateInPage("createIFrame()");
}

Powered by Google App Engine
This is Rietveld 408576698