| Index: third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| index 6af29a6cce5b2dfd01ab57dbc0dd54078baf204d..b6ee0ae865fc5ff67a7111cd5e92db04f531fea7 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| @@ -48,6 +48,9 @@ WebInspector.StylesSidebarPane = function()
|
| this._keyDownBound = this._keyDown.bind(this);
|
| this._keyUpBound = this._keyUp.bind(this);
|
|
|
| + /** @type {!Array<!WebInspector.SectionBlock>} */
|
| + this._sectionBlocks = [];
|
| +
|
| WebInspector.targetManager.addModelListener(WebInspector.CSSModel, WebInspector.CSSModel.Events.LayoutEditorChange, this._onLayoutEditorChange, this);
|
| }
|
|
|
|
|