| Index: Source/core/css/CSSShadowValue.h
|
| diff --git a/Source/core/css/CSSShadowValue.h b/Source/core/css/CSSShadowValue.h
|
| index 9a7636823cc95e5ed1a40dff4a2d77636ae572f3..f29dd2b347aca3afcbed2f43d87fc6597aff1aa8 100644
|
| --- a/Source/core/css/CSSShadowValue.h
|
| +++ b/Source/core/css/CSSShadowValue.h
|
| @@ -39,7 +39,7 @@ public:
|
| PassRefPtrWillBeRawPtr<CSSPrimitiveValue> style,
|
| PassRefPtrWillBeRawPtr<CSSPrimitiveValue> color)
|
| {
|
| - return adoptRefCountedWillBeRefCountedGarbageCollected(new CSSShadowValue(x, y, blur, spread, style, color));
|
| + return adoptRefWillBeRefCountedGarbageCollected(new CSSShadowValue(x, y, blur, spread, style, color));
|
| }
|
|
|
| String customCSSText() const;
|
|
|