| Index: Source/devtools/front_end/sources/ScopeChainSidebarPane.js
|
| diff --git a/Source/devtools/front_end/sources/ScopeChainSidebarPane.js b/Source/devtools/front_end/sources/ScopeChainSidebarPane.js
|
| index f4e554fe7e14a5678e2a0f1d5bafd5ed61f74c19..94925529675baa9e1b6d3ecb0a09c727af81c8d5 100644
|
| --- a/Source/devtools/front_end/sources/ScopeChainSidebarPane.js
|
| +++ b/Source/devtools/front_end/sources/ScopeChainSidebarPane.js
|
| @@ -128,9 +128,8 @@ WebInspector.ScopeChainSidebarPane.prototype = {
|
| else
|
| var scopeObject = runtimeModel.createRemoteObject(scope.object);
|
|
|
| - var section = new WebInspector.ObjectPropertiesSection(scopeObject, title, subtitle, emptyPlaceholder, true, extraProperties, WebInspector.ScopeVariableTreeElement);
|
| + var section = new WebInspector.ObjectPropertiesSection(scopeObject, title, subtitle, emptyPlaceholder, true, extraProperties, WebInspector.ScopeVariableTreeElement, this);
|
| section.editInSelectedCallFrameWhenPaused = true;
|
| - section.pane = this;
|
|
|
| if (scope.type === DebuggerAgent.ScopeType.Global)
|
| section.collapse();
|
|
|