| 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 31f806b7440915af57992f3d76671e26b2804408..d8bce81020c6b4a2d3b136895b7a20bcad82905a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/ScopeChainSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/ScopeChainSidebarPane.js
|
| @@ -125,7 +125,7 @@ WebInspector.ScopeChainSidebarPane.prototype = {
|
| if (!title || title === subtitle)
|
| subtitle = undefined;
|
|
|
| - var titleElement = createElementWithClass("div");
|
| + var titleElement = createElementWithClass("div", "scope-chain-sidebar-pane-section-header");
|
| titleElement.createChild("div", "scope-chain-sidebar-pane-section-subtitle").textContent = subtitle;
|
| titleElement.createChild("div", "scope-chain-sidebar-pane-section-title").textContent = title;
|
|
|
|
|