| Index: Source/devtools/front_end/elements/ElementsSidebarPane.js
|
| diff --git a/Source/devtools/front_end/elements/ElementsSidebarPane.js b/Source/devtools/front_end/elements/ElementsSidebarPane.js
|
| index bfdfab7e97099720f400f4666f26a8f84054c5e6..4ef8a378b683268914694d4561e3d4a77c9c5f77 100644
|
| --- a/Source/devtools/front_end/elements/ElementsSidebarPane.js
|
| +++ b/Source/devtools/front_end/elements/ElementsSidebarPane.js
|
| @@ -46,7 +46,7 @@ WebInspector.ElementsSidebarPane.prototype = {
|
| this._updateController.update();
|
| },
|
|
|
| - wasShown: function()
|
| + wasShown: function()
|
| {
|
| WebInspector.SidebarPane.prototype.wasShown.call(this);
|
| this._updateController.viewWasShown();
|
|
|