Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / CSSShadowValue.h
index f29dd2b..ddd32dd 100644 (file)
@@ -39,7 +39,7 @@ public:
         PassRefPtrWillBeRawPtr<CSSPrimitiveValue> style,
         PassRefPtrWillBeRawPtr<CSSPrimitiveValue> color)
     {
-        return adoptRefWillBeRefCountedGarbageCollected(new CSSShadowValue(x, y, blur, spread, style, color));
+        return adoptRefWillBeNoop(new CSSShadowValue(x, y, blur, spread, style, color));
     }
 
     String customCSSText() const;