| 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 d0c476d48681de37448d7aa784d8ad987698f97b..43ceafcdea8816828129c301de7a5cca055fc8b4 100644
|
| --- a/LayoutTests/inspector/elements/inspect-pseudo-element.html
|
| +++ b/LayoutTests/inspector/elements/inspect-pseudo-element.html
|
| @@ -17,7 +17,7 @@ function clickPseudo()
|
| function test()
|
| {
|
| WebInspector.inspectorView.showPanel("elements");
|
| - WebInspector.domAgent.setInspectModeEnabled(true, false, inspectModeEnabled.bind(this));
|
| + WebInspector.domModel.setInspectModeEnabled(true, false, inspectModeEnabled.bind(this));
|
|
|
| function inspectModeEnabled()
|
| {
|
|
|