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

Unified Diff: PerformanceTests/inspector/first-open-elements.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
Index: PerformanceTests/inspector/first-open-elements.html
diff --git a/PerformanceTests/inspector/first-open-elements.html b/PerformanceTests/inspector/first-open-elements.html
index 6924e8d545a0088a020baba35aa37f4a59625f2e..0c75a88ff836f5f5b4b90fb713ab1d27e0427242 100644
--- a/PerformanceTests/inspector/first-open-elements.html
+++ b/PerformanceTests/inspector/first-open-elements.html
@@ -12,7 +12,7 @@ function test()
function test(timer)
{
WebInspector.showPanel("audits");
- WebInspector.domAgent._setDocument(null);
+ WebInspector.domModel._setDocument(null);
var showPanelTimerCookie = timer.start("first-open-elements");
InspectorTest.addBackendResponseSniffer(DOMAgent, "requestChildNodes", function() {
« no previous file with comments | « LayoutTests/inspector/layers/layer-compositing-reasons.html ('k') | PerformanceTests/inspector/inspector-startup-time.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698