Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / CSSGridLineNamesValue.cpp
index bbea49e..5b100a5 100644 (file)
@@ -45,7 +45,7 @@ CSSGridLineNamesValue::CSSGridLineNamesValue()
 
 PassRefPtrWillBeRawPtr<CSSGridLineNamesValue> CSSGridLineNamesValue::cloneForCSSOM() const
 {
-    return adoptRefWillBeRefCountedGarbageCollected(new CSSGridLineNamesValue(*this));
+    return adoptRefWillBeNoop(new CSSGridLineNamesValue(*this));
 }
 
 }