| Index: sky/engine/core/css/CSSValuePool.h
|
| diff --git a/sky/engine/core/css/CSSValuePool.h b/sky/engine/core/css/CSSValuePool.h
|
| index 7e9721bd0dbe5cc1cf1683f1ea2fdd2afc0d2a70..84eca8dc4cd7730c6f89eda2afcc9627dbaf7f6e 100644
|
| --- a/sky/engine/core/css/CSSValuePool.h
|
| +++ b/sky/engine/core/css/CSSValuePool.h
|
| @@ -39,8 +39,8 @@ namespace blink {
|
|
|
| class CSSValueList;
|
|
|
| -class CSSValuePool : public DummyBase<CSSValuePool> {
|
| - WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| +class CSSValuePool {
|
| + WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| PassRefPtr<CSSValueList> createFontFaceValue(const AtomicString&);
|
| PassRefPtr<CSSPrimitiveValue> createFontFamilyValue(const String&);
|
|
|