| Index: Source/platform/fonts/GlyphPageTreeNode.cpp
|
| diff --git a/Source/platform/fonts/GlyphPageTreeNode.cpp b/Source/platform/fonts/GlyphPageTreeNode.cpp
|
| index a81f23bf7ab23c87b6f81ba93a9e80dc616fc94c..a81ac2a4c9fb00a83657899c71264233033fbf4b 100644
|
| --- a/Source/platform/fonts/GlyphPageTreeNode.cpp
|
| +++ b/Source/platform/fonts/GlyphPageTreeNode.cpp
|
| @@ -259,7 +259,7 @@ void GlyphPageTreeNode::initializePage(const FontData* fontData, unsigned pageNu
|
| }
|
|
|
| if (!haveGlyphs)
|
| - m_page = 0;
|
| + m_page = nullptr;
|
| } else if (parentPage && parentPage->owner() != m_parent) {
|
| // The page we're overriding may not be owned by our parent node.
|
| // This happens when our parent node provides no useful overrides
|
|
|