| Index: third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js b/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js
|
| index 59d6161aac216417dd5586e2547e5b749eae9249..6b2f68ac3bcd81fe9fbcd181b8d6f31f060ec11f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js
|
| @@ -229,7 +229,7 @@ UI.TextFilterUI = class extends Common.Object {
|
| * @return {!Element}
|
| */
|
| element() {
|
| - return this._proxyElement;
|
| + return this._filterElement;
|
| }
|
|
|
| /**
|
|
|