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

Unified Diff: LayoutTests/inspector/elements/inspect-mode-shadow-text.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: LayoutTests/inspector/elements/inspect-mode-shadow-text.html
diff --git a/LayoutTests/inspector/elements/inspect-mode-shadow-text.html b/LayoutTests/inspector/elements/inspect-mode-shadow-text.html
index 641249195658bca79a1de2160235d0836fe21861..4d291c55a0620e9d1a2e3ed9c0017ae52a8daa18 100644
--- a/LayoutTests/inspector/elements/inspect-mode-shadow-text.html
+++ b/LayoutTests/inspector/elements/inspect-mode-shadow-text.html
@@ -19,7 +19,7 @@ function click()
function test()
{
- WebInspector.domAgent.setInspectModeEnabled(true, false, step2);
+ WebInspector.domModel.setInspectModeEnabled(true, false, step2);
function step2()
{
« no previous file with comments | « LayoutTests/inspector/elements/insert-node.html ('k') | LayoutTests/inspector/elements/inspect-pointer-events-none.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698