| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters.html
|
| index 71805962693c3dc39bdfe93fc56f105008160c23..2dba1356fa5aadc96ec87c954e586e50d936b270 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters.html
|
| @@ -90,9 +90,8 @@ function test()
|
| */
|
| function setNetworkLogFilter(value, isRegex)
|
| {
|
| - UI.panels.network._networkLogView._textFilterUI._filterInputElement.value = value;
|
| UI.panels.network._networkLogView._textFilterUI._regexCheckBox.checked = isRegex;
|
| - UI.panels.network._networkLogView._textFilterUI._valueChanged();
|
| + UI.panels.network._networkLogView._textFilterUI.setValue(value);
|
| UI.panels.network._networkLogView._filterChanged(null); // event not used in this method, so passing null
|
| }
|
| }
|
|
|