X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fcss%2FCSSGridLineNamesValue.cpp;h=5b100a553d832bcf6f805e81bc3cfb3c92a7c5ab;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=bbea49ea667a14a389ea1c0e6693ac5278e03cfb;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/css/CSSGridLineNamesValue.cpp b/src/third_party/WebKit/Source/core/css/CSSGridLineNamesValue.cpp index bbea49e..5b100a5 100644 --- a/src/third_party/WebKit/Source/core/css/CSSGridLineNamesValue.cpp +++ b/src/third_party/WebKit/Source/core/css/CSSGridLineNamesValue.cpp @@ -45,7 +45,7 @@ CSSGridLineNamesValue::CSSGridLineNamesValue() PassRefPtrWillBeRawPtr CSSGridLineNamesValue::cloneForCSSOM() const { - return adoptRefWillBeRefCountedGarbageCollected(new CSSGridLineNamesValue(*this)); + return adoptRefWillBeNoop(new CSSGridLineNamesValue(*this)); } }