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