Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / CSSArrayFunctionValue.h
index ca3d283..ebf1575 100644 (file)
@@ -39,7 +39,7 @@ class CSSArrayFunctionValue : public CSSValueList {
 public:
     static PassRefPtrWillBeRawPtr<CSSArrayFunctionValue> create()
     {
-        return adoptRefWillBeRefCountedGarbageCollected(new CSSArrayFunctionValue());
+        return adoptRefWillBeNoop(new CSSArrayFunctionValue());
     }
 
     String customCSSText() const;