| Index: Source/core/css/CSSGridLineNamesValue.h
|
| diff --git a/Source/core/css/CSSGridLineNamesValue.h b/Source/core/css/CSSGridLineNamesValue.h
|
| index 3cc8004c71495cd8d7a32a4f3de6f9e5fd5a866a..7126958d3182d288c0c82a12f24e3c7314916c36 100644
|
| --- a/Source/core/css/CSSGridLineNamesValue.h
|
| +++ b/Source/core/css/CSSGridLineNamesValue.h
|
| @@ -40,7 +40,7 @@ class CSSGridLineNamesValue : public CSSValueList {
|
| public:
|
| static PassRefPtrWillBeRawPtr<CSSGridLineNamesValue> create()
|
| {
|
| - return adoptRefCountedWillBeRefCountedGarbageCollected(new CSSGridLineNamesValue());
|
| + return adoptRefWillBeRefCountedGarbageCollected(new CSSGridLineNamesValue());
|
| }
|
|
|
| String customCSSText() const;
|
|
|