| Index: Source/platform/fonts/GlyphPageTreeNode.h
|
| diff --git a/Source/platform/fonts/GlyphPageTreeNode.h b/Source/platform/fonts/GlyphPageTreeNode.h
|
| index 2ac20a2ca2a9e216c4727e874b2653bfbf57f5c2..7184ba9a6b7e3ebe46f5a9be81b490a03674ef7b 100644
|
| --- a/Source/platform/fonts/GlyphPageTreeNode.h
|
| +++ b/Source/platform/fonts/GlyphPageTreeNode.h
|
| @@ -102,7 +102,7 @@ private:
|
| , m_level(0)
|
| , m_isSystemFallback(false)
|
| , m_customFontCount(0)
|
| -#ifndef NDEBUG
|
| +#if ENABLE(ASSERT)
|
| , m_pageNumber(0)
|
| #endif
|
| {
|
| @@ -128,9 +128,10 @@ private:
|
| unsigned m_customFontCount;
|
| OwnPtr<GlyphPageTreeNode> m_systemFallbackChild;
|
|
|
| -#ifndef NDEBUG
|
| +#if ENABLE(ASSERT)
|
| unsigned m_pageNumber;
|
| -
|
| +#endif
|
| +#ifndef NDEBUG
|
| friend void ::showGlyphPageTrees();
|
| friend void ::showGlyphPageTree(unsigned pageNumber);
|
| #endif
|
|
|