| Index: Source/core/css/CSSGridLineNamesValue.h
|
| diff --git a/Source/core/css/CSSGridLineNamesValue.h b/Source/core/css/CSSGridLineNamesValue.h
|
| index db0abe5f3ced142b725d712f2bf9115827c6d4ed..0c632e72f763102eea3ef05d3020240b9931c331 100644
|
| --- a/Source/core/css/CSSGridLineNamesValue.h
|
| +++ b/Source/core/css/CSSGridLineNamesValue.h
|
| @@ -45,8 +45,6 @@ public:
|
|
|
| String customCSSText() const;
|
|
|
| - PassRefPtrWillBeRawPtr<CSSGridLineNamesValue> cloneForCSSOM() const;
|
| -
|
| void traceAfterDispatch(Visitor* visitor) { CSSValueList::traceAfterDispatch(visitor); }
|
|
|
| private:
|
|
|