| 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 399e2f26eaf3647828737e1ef580a0ccca050ed6..fc59bd7afdf624e6de940db87b36c94a0e14d1f8 100644
|
| --- a/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| +++ b/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| @@ -137,6 +137,11 @@ WebInspector.StylesSidebarPane.ignoreErrorsForProperty = function(property) {
|
| }
|
|
|
| WebInspector.StylesSidebarPane.prototype = {
|
| + onUndoOrRedoHappened: function()
|
| + {
|
| + this.setNode(this.node());
|
| + },
|
| +
|
| /**
|
| * @param {!WebInspector.Event} event
|
| */
|
|
|