Index: Source/core/fetch/FontResource.cpp |
diff --git a/Source/core/fetch/FontResource.cpp b/Source/core/fetch/FontResource.cpp |
index a3c882487103a984b51a8fe88037a8436616f84b..cd1882941f1ee1da8e7332f1d1387de34b9f4b62 100644 |
--- a/Source/core/fetch/FontResource.cpp |
+++ b/Source/core/fetch/FontResource.cpp |
@@ -116,7 +116,7 @@ bool FontResource::ensureSVGFontData() |
m_externalSVGDocument->setContent(svgSource); |
if (decoder->sawError()) |
- m_externalSVGDocument = 0; |
+ m_externalSVGDocument = nullptr; |
} |
if (!m_externalSVGDocument) |
setStatus(DecodeError); |