| 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 8c6a82930b724dac41a5e0859e2e10c73817fb98..950671d5e3f8c853e2f4c2b00051c187af5a7a1f 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()
|
| {
|
| - InspectorTest.domModel.setInspectModeEnabled(true, false, inspectModeEnabled.bind(this));
|
| + InspectorTest.domModel.setInspectMode(DOMAgent.InspectMode.SearchForNormal, inspectModeEnabled.bind(this));
|
|
|
| function inspectModeEnabled()
|
| {
|
|
|