| 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..a3d9b00a1c40cf11870c0e0146cad3174727c654 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
|
| @@ -155,14 +155,6 @@ WebInspector.ElementsTreeOutline.prototype = {
|
| },
|
|
|
| /**
|
| - * @return {boolean}
|
| - */
|
| - hasFocus: function()
|
| - {
|
| - return this._element === WebInspector.currentFocusElement();
|
| - },
|
| -
|
| - /**
|
| * @param {boolean} wrap
|
| */
|
| setWordWrap: function(wrap)
|
|
|