X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fcss%2FCSSGridLineNamesValue.h;h=3e4298fa39f923ec23daf83e41481257a95f1db6;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=7126958d3182d288c0c82a12f24e3c7314916c36;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/css/CSSGridLineNamesValue.h b/src/third_party/WebKit/Source/core/css/CSSGridLineNamesValue.h index 7126958..3e4298f 100644 --- a/src/third_party/WebKit/Source/core/css/CSSGridLineNamesValue.h +++ b/src/third_party/WebKit/Source/core/css/CSSGridLineNamesValue.h @@ -40,7 +40,7 @@ class CSSGridLineNamesValue : public CSSValueList { public: static PassRefPtrWillBeRawPtr create() { - return adoptRefWillBeRefCountedGarbageCollected(new CSSGridLineNamesValue()); + return adoptRefWillBeNoop(new CSSGridLineNamesValue()); } String customCSSText() const;