| 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 d5eaa017117ae3076bea2ba8b86def9a4359c8bb..ccb9c9db97d012019516e7c973800e4b14de05bd 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| @@ -2045,6 +2045,7 @@ WebInspector.StylePropertyTreeElement.prototype = {
|
| // TODO(flandy): editing the property value should use the original value with all spaces.
|
| var cssShadowSwatch = WebInspector.CSSShadowSwatch.create();
|
| cssShadowSwatch.setCSSShadow(shadows[i]);
|
| + new WebInspector.ShadowSwatchPopoverHelper(this, swatchPopoverHelper, cssShadowSwatch);
|
| if (cssShadowSwatch.colorSwatch())
|
| var colorSwatchIcon = new WebInspector.ColorSwatchPopoverIcon(this, swatchPopoverHelper, cssShadowSwatch.colorSwatch());
|
| container.appendChild(cssShadowSwatch);
|
|
|