| Index: Source/devtools/front_end/elements/StylesSidebarPane.js
|
| diff --git a/Source/devtools/front_end/elements/StylesSidebarPane.js b/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| index 2d4134912aabc1b009e603ffa0470d5ea3612ae8..7e8eaa0b99d95deafc57e4451e312025890faa3d 100644
|
| --- a/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| +++ b/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| @@ -2117,6 +2117,9 @@ WebInspector.StylePropertyTreeElementBase.prototype = {
|
|
|
| /**
|
| * @param {!RegExp} regex
|
| + * @param {function(string):!Node} processor
|
| + * @param {?function(string):!Node} nextProcessor
|
| + * @param {string} valueText
|
| * @return {!DocumentFragment}
|
| */
|
| function processValue(regex, processor, nextProcessor, valueText)
|
| @@ -2209,6 +2212,7 @@ WebInspector.StylePropertyTreeElementBase.prototype = {
|
| * @param {!Element} nameElement
|
| * @param {!Element} valueElement
|
| * @param {string} text
|
| + * @return {!Node}
|
| */
|
| _processColor: function(nameElement, valueElement, text)
|
| {
|
|
|