Index: Source/core/css/CSSGridLineNamesValue.cpp |
diff --git a/Source/core/css/CSSGridLineNamesValue.cpp b/Source/core/css/CSSGridLineNamesValue.cpp |
index c65fb752cb96d555565ab73e8779e7cc45784fb7..3d24511f69a3aef4555593583fae122fe8c8c245 100644 |
--- a/Source/core/css/CSSGridLineNamesValue.cpp |
+++ b/Source/core/css/CSSGridLineNamesValue.cpp |
@@ -43,10 +43,5 @@ CSSGridLineNamesValue::CSSGridLineNamesValue() |
{ |
} |
-PassRefPtrWillBeRawPtr<CSSGridLineNamesValue> CSSGridLineNamesValue::cloneForCSSOM() const |
-{ |
- return adoptRefWillBeNoop(new CSSGridLineNamesValue(*this)); |
-} |
- |
} |