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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network-preflight-options.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-preflight-options.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network-preflight-options.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network-preflight-options.html
index b615d3519d15044f4573bc25b6fa9d8b4ea0dce5..0f8dc6a72ff70724660dee9965f7b05e9490603b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network-preflight-options.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network-preflight-options.html
@@ -77,7 +77,7 @@ var test = function()
InspectorTest.completeTest();
}
}
- InspectorTest.networkManager.addEventListener(WebInspector.NetworkManager.Events.RequestFinished, onRequest);
+ InspectorTest.networkManager.addEventListener(SDK.NetworkManager.Events.RequestFinished, onRequest);
InspectorTest.evaluateInPage("doCrossOriginXHR();");
}
</script>

Powered by Google App Engine
This is Rietveld 408576698