| Index: Source/devtools/front_end/CSSStyleModel.js
|
| diff --git a/Source/devtools/front_end/CSSStyleModel.js b/Source/devtools/front_end/CSSStyleModel.js
|
| index f7898aa8364fbdb2e595386a16e341782e65317d..f917d4abc08852338d7adca1b0ceae76afe13706 100644
|
| --- a/Source/devtools/front_end/CSSStyleModel.js
|
| +++ b/Source/devtools/front_end/CSSStyleModel.js
|
| @@ -171,6 +171,14 @@ WebInspector.CSSStyleModel.prototype = {
|
| },
|
|
|
| /**
|
| + * @return {!Array.<!WebInspector.CSSStyleSheetHeader>}
|
| + */
|
| + allStyleSheets: function()
|
| + {
|
| + return Object.values(this._styleSheetIdToHeader);
|
| + },
|
| +
|
| + /**
|
| * @param {!DOMAgent.NodeId} nodeId
|
| * @param {function(?WebInspector.CSSStyleDeclaration, ?WebInspector.CSSStyleDeclaration)} userCallback
|
| */
|
|
|