Index: Source/core/css/CSSFontFaceSource.h |
diff --git a/Source/core/css/CSSFontFaceSource.h b/Source/core/css/CSSFontFaceSource.h |
index e966b70f1352906203599eef68577a7b82254a6b..67c5bf37b8e521b8365e53bc9dc206c827216427 100644 |
--- a/Source/core/css/CSSFontFaceSource.h |
+++ b/Source/core/css/CSSFontFaceSource.h |
@@ -45,7 +45,7 @@ public: |
virtual bool isLoaded() const { return true; } |
virtual bool isValid() const { return true; } |
- virtual FontResource* resource() { return 0; } |
+ virtual FontResource* resource() { return nullptr; } |
void setFontFace(CSSFontFace* face) { m_face = face; } |
PassRefPtr<SimpleFontData> getFontData(const FontDescription&); |