Index: Source/web/WebFontImpl.cpp |
diff --git a/Source/web/WebFontImpl.cpp b/Source/web/WebFontImpl.cpp |
index 724146f16e11e77e23e0beb2a6b33ea5579b9de1..f6bffae825a0186a4c6aa1d3477d821790165a88 100644 |
--- a/Source/web/WebFontImpl.cpp |
+++ b/Source/web/WebFontImpl.cpp |
@@ -54,7 +54,7 @@ WebFont* WebFont::create(const WebFontDescription& desc) |
WebFontImpl::WebFontImpl(const FontDescription& desc) |
: m_font(desc) |
{ |
- m_font.update(0); |
+ m_font.update(nullptr); |
} |
WebFontDescription WebFontImpl::fontDescription() const |