| Index: third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js b/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
|
| index e79c8021c8b819ae7a530f2f3df8aedcdbe00323..54c1257d16e4b8053fbcf3f9905b52d63a82843d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
|
| @@ -159,7 +159,7 @@ WebInspector.ElementsTreeOutline.prototype = {
|
| */
|
| hasFocus: function()
|
| {
|
| - return this._element === WebInspector.currentFocusElement();
|
| + return this._element.hasFocus();
|
| },
|
|
|
| /**
|
|
|