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

Unified Diff: PerformanceTests/inspector/inspector-startup-time.html

Issue 206313004: DevTools: Rename WebInspector.DOMAgent into WebInspector.DOMModel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on master Created 6 years, 9 months 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
« no previous file with comments | « PerformanceTests/inspector/first-open-elements.html ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/inspector/inspector-startup-time.html
diff --git a/PerformanceTests/inspector/inspector-startup-time.html b/PerformanceTests/inspector/inspector-startup-time.html
index ce500e14da72dd845da8914b9cc3623e6c353297..391b00474183f7c3b7b9c5f4f693c9655cf2518e 100644
--- a/PerformanceTests/inspector/inspector-startup-time.html
+++ b/PerformanceTests/inspector/inspector-startup-time.html
@@ -30,7 +30,7 @@ function inspectorIsReady()
function test()
{
- WebInspector.domAgent._setDocument(null);
+ WebInspector.domModel._setDocument(null);
InspectorTest.addBackendResponseSniffer(DOMAgent, "requestChildNodes", function() {
WebInspector.inspectorView._lastActivePanelSetting.set("audits");
« no previous file with comments | « PerformanceTests/inspector/first-open-elements.html ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698