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

Unified Diff: Source/devtools/front_end/InspectElementModeController.js

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 | « Source/devtools/front_end/ExtensionAuditCategory.js ('k') | Source/devtools/front_end/LayerTree.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/InspectElementModeController.js
diff --git a/Source/devtools/front_end/InspectElementModeController.js b/Source/devtools/front_end/InspectElementModeController.js
index a4caab6a70d0ff607ea443262edadf342d1cf2a4..c29704358bcc94578f7fbdcdb6933060ae70a050 100644
--- a/Source/devtools/front_end/InspectElementModeController.js
+++ b/Source/devtools/front_end/InspectElementModeController.js
@@ -69,7 +69,7 @@ WebInspector.InspectElementModeController.prototype = {
if (!error)
this.toggleSearchButton.toggled = enabled;
}
- WebInspector.domAgent.setInspectModeEnabled(enabled, WebInspector.settings.showUAShadowDOM.get(), callback.bind(this));
+ WebInspector.domModel.setInspectModeEnabled(enabled, WebInspector.settings.showUAShadowDOM.get(), callback.bind(this));
},
/**
« no previous file with comments | « Source/devtools/front_end/ExtensionAuditCategory.js ('k') | Source/devtools/front_end/LayerTree.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698