diff options
Diffstat (limited to 'WebCore/platform/graphics/FontFamily.cpp')
-rw-r--r-- | WebCore/platform/graphics/FontFamily.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/FontFamily.cpp b/WebCore/platform/graphics/FontFamily.cpp index c87c661..a185756 100644 --- a/WebCore/platform/graphics/FontFamily.cpp +++ b/WebCore/platform/graphics/FontFamily.cpp @@ -29,7 +29,7 @@ namespace WebCore { FontFamily::FontFamily(const FontFamily& other) - : RefCounted<FontFamily>(0) + : RefCounted<FontFamily>() , m_family(other.m_family) , m_next(other.m_next) { |