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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-while-loading.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/resource-tree/resource-request-content-while-loading.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-while-loading.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-while-loading.html
index 7ba9934dbccedc5f324d87e899bd893d3526b04a..d1dcca995e3122d63664c656896adfd4a6c274b8 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-while-loading.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-while-loading.html
@@ -14,7 +14,7 @@ function loadStylesheet()
function test()
{
- InspectorTest.addSniffer(WebInspector.ResourceTreeFrame.prototype, "_addRequest", requestAdded, true);
+ InspectorTest.addSniffer(SDK.ResourceTreeFrame.prototype, "_addRequest", requestAdded, true);
InspectorTest.addSniffer(InspectorTest.PageAgent, "getResourceContent", pageAgentGetResourceContentCalled, true);
InspectorTest.evaluateInPage("loadStylesheet()");
var contentWasRequested = false;

Powered by Google App Engine
This is Rietveld 408576698