| Index: Source/core/css/CSSValuePool.h
|
| diff --git a/Source/core/css/CSSValuePool.h b/Source/core/css/CSSValuePool.h
|
| index 9ed7f39b04f1dffcbbfe07c6691d51f2545e0eff..be55928a8db835fec0d188ef72c03de9034218f6 100644
|
| --- a/Source/core/css/CSSValuePool.h
|
| +++ b/Source/core/css/CSSValuePool.h
|
| @@ -40,7 +40,6 @@ namespace WebCore {
|
| class CSSValueList;
|
|
|
| class CSSValuePool : public NoBaseWillBeGarbageCollected<CSSValuePool> {
|
| - DECLARE_GC_INFO;
|
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| public:
|
| PassRefPtrWillBeRawPtr<CSSValueList> createFontFaceValue(const AtomicString&);
|
|
|