| Index: LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus.html
|
| diff --git a/LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus.html b/LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus.html
|
| index 2488707ed0dd0bc2f14f6fc2583f599c25421502..8a49686476fa7c57b865c449173183a0e6d4c2e1 100644
|
| --- a/LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus.html
|
| +++ b/LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus.html
|
| @@ -24,7 +24,7 @@ function test()
|
| typeTab();
|
| type("bar");
|
| typeTab();
|
| - InspectorTest.executeInPage("dump()", InspectorTest.completeTest.bind(InspectorTest));
|
| + InspectorTest.evaluateInPage("dump()", InspectorTest.completeTest.bind(InspectorTest));
|
|
|
| function type(text)
|
| {
|
|
|