| Index: LayoutTests/inspector/sources/debugger/promise-pane.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/promise-pane.html b/LayoutTests/inspector/sources/debugger/promise-pane.html
|
| index 0b8756c7dd70a8660cc3c2be2bdb10a4ab9b31ad..12f8c4f1ef68e78178e9cbdfa09fe1bc9c19ff2c 100644
|
| --- a/LayoutTests/inspector/sources/debugger/promise-pane.html
|
| +++ b/LayoutTests/inspector/sources/debugger/promise-pane.html
|
| @@ -103,7 +103,7 @@ function test()
|
| return;
|
| }
|
| InspectorTest.addResult("\nSetting search value: " + text);
|
| - promisePane._filter._textFilterUI.setValue(text);
|
| + promisePane._textFilterUI.setValue(text);
|
| promisePane._refresh();
|
| dumpPromiseDataGrid(step4);
|
| }
|
|
|