| Index: Source/devtools/front_end/elements/ComputedStyleSidebarPane.js
|
| diff --git a/Source/devtools/front_end/elements/ComputedStyleSidebarPane.js b/Source/devtools/front_end/elements/ComputedStyleSidebarPane.js
|
| index 52b6eb727496fa758491c8db9602cf404dd7f228..7c5a9792c843932ef564e9b44809600a826de3fc 100644
|
| --- a/Source/devtools/front_end/elements/ComputedStyleSidebarPane.js
|
| +++ b/Source/devtools/front_end/elements/ComputedStyleSidebarPane.js
|
| @@ -259,9 +259,8 @@ WebInspector.ComputedStyleSidebarPane.prototype = {
|
|
|
| /**
|
| * @override
|
| - * @param {!WebInspector.DOMNode} changedNode
|
| */
|
| - onDOMNodeChanged: function(changedNode)
|
| + onDOMModelChanged: function()
|
| {
|
| this._resetCache();
|
| this.update();
|
|
|