| Index: Source/devtools/front_end/ui/SearchableView.js
|
| diff --git a/Source/devtools/front_end/ui/SearchableView.js b/Source/devtools/front_end/ui/SearchableView.js
|
| index 21c1bf48a8dedab6768a3d33bc935219be1f88bf..0d228b63a33f80c2e96295d6f14d5262ab6dce80 100644
|
| --- a/Source/devtools/front_end/ui/SearchableView.js
|
| +++ b/Source/devtools/front_end/ui/SearchableView.js
|
| @@ -245,7 +245,7 @@ WebInspector.SearchableView.prototype = {
|
| if (element)
|
| return element;
|
| }
|
| - return WebInspector.View.prototype.defaultFocusedElement.call(this);
|
| + return WebInspector.Widget.prototype.defaultFocusedElement.call(this);
|
| },
|
|
|
| /**
|
|
|