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

Unified Diff: LayoutTests/inspector/elements/inspect-pseudo-element.html

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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-pseudo-element.html
diff --git a/LayoutTests/inspector/elements/inspect-pseudo-element.html b/LayoutTests/inspector/elements/inspect-pseudo-element.html
index dfe80b1fdf9097fdf34bfd3cd7cb789bea996a8f..8c6a82930b724dac41a5e0859e2e10c73817fb98 100644
--- a/LayoutTests/inspector/elements/inspect-pseudo-element.html
+++ b/LayoutTests/inspector/elements/inspect-pseudo-element.html
@@ -16,7 +16,7 @@ function clickPseudo()
function test()
{
- WebInspector.domModel.setInspectModeEnabled(true, false, inspectModeEnabled.bind(this));
+ InspectorTest.domModel.setInspectModeEnabled(true, false, inspectModeEnabled.bind(this));
function inspectModeEnabled()
{
« no previous file with comments | « LayoutTests/inspector/elements/inspect-pointer-events-none.html ('k') | LayoutTests/inspector/elements/node-xpath.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698