Index: Source/core/css/CSSValuePool.h |
diff --git a/Source/core/css/CSSValuePool.h b/Source/core/css/CSSValuePool.h |
index d935dedfa5b5d8892b2f2d2fbd59c6d5d73bb6c5..6d6cf4a011cb9bcbb9a96b2f9adb1750d0cea542 100644 |
--- a/Source/core/css/CSSValuePool.h |
+++ b/Source/core/css/CSSValuePool.h |
@@ -38,7 +38,7 @@ namespace WebCore { |
class CSSValueList; |
-class CSSValuePool : GarbageCollected<CSSValuePool> { |
+class CSSValuePool : public GarbageCollected<CSSValuePool> { |
DECLARE_GC_INFO |
public: |
CSSValueList* createFontFaceValue(const AtomicString&); |