| Index: third_party/WebKit/Source/devtools/front_end/sources/ScopeChainSidebarPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/ScopeChainSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/sources/ScopeChainSidebarPane.js
|
| index f0a14e92eaf45e1bbaa5625158449659086f8c47..e37ff5d601327eeb18cffea3214125dc523b93d2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/ScopeChainSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/ScopeChainSidebarPane.js
|
| @@ -122,7 +122,7 @@ WebInspector.ScopeChainSidebarPane.prototype = {
|
| titleElement.createChild("div", "scope-chain-sidebar-pane-section-subtitle").textContent = subtitle;
|
| titleElement.createChild("div", "scope-chain-sidebar-pane-section-title").textContent = title;
|
|
|
| - var section = new WebInspector.ObjectPropertiesSection(WebInspector.SourceMapNamesResolver.resolveScopeInObject(scope), titleElement, this._linkifier, emptyPlaceholder, true, extraProperties);
|
| + var section = new WebInspector.ObjectPropertiesSection(WebInspector.SourceMapNamesResolver.resolveScopeInObject(scope), titleElement, null, this._linkifier, emptyPlaceholder, true, extraProperties);
|
| this._expandController.watchSection(title + (subtitle ? ":" + subtitle : ""), section);
|
|
|
| if (scope.type() === DebuggerAgent.ScopeType.Global)
|
|
|