Index: third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js b/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js |
index 38f03e39f0bae52910c064b16c8c9516978cff4c..6b13bcf5e6c1190502323a9a52a4eb2d778da17c 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js |
@@ -690,12 +690,6 @@ WebInspector.BaseNavigatorTreeElement.prototype = { |
this.listItemElement.classList.add(this._iconClasses[i]); |
}, |
- onreveal: function() |
- { |
- if (this.listItemElement) |
- this.listItemElement.scrollIntoViewIfNeeded(true); |
- }, |
- |
/** |
* @return {string} |
*/ |