Index: third_party/WebKit/Source/devtools/front_end/ui/SidebarPane.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/SidebarPane.js b/third_party/WebKit/Source/devtools/front_end/ui/SidebarPane.js |
index 956e687bb9bc931f0e35bf4538db8b641799683f..5fbdcaf8393fbc6316e79eb8b5c9077459e6e258 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui/SidebarPane.js |
+++ b/third_party/WebKit/Source/devtools/front_end/ui/SidebarPane.js |
@@ -46,7 +46,7 @@ |
_expand: function() |
{ |
this.element.classList.add("expanded"); |
- this._pane.show(/** @type {!Element} */(this.element.parentElement), /** @type {?Element} */ (this.element.nextSibling)); |
+ this._pane.show(this.element.parentElement, /** @type {?Element} */ (this.element.nextSibling)); |
}, |
_collapse: function() |