| Index: Source/platform/fonts/GlyphPageTreeNode.h
|
| diff --git a/Source/platform/fonts/GlyphPageTreeNode.h b/Source/platform/fonts/GlyphPageTreeNode.h
|
| index 7184ba9a6b7e3ebe46f5a9be81b490a03674ef7b..9b644a9822cf0e7f4ec8ac1b6aba1f64925595c5 100644
|
| --- a/Source/platform/fonts/GlyphPageTreeNode.h
|
| +++ b/Source/platform/fonts/GlyphPageTreeNode.h
|
| @@ -42,7 +42,7 @@ void PLATFORM_EXPORT showGlyphPageTrees();
|
| void PLATFORM_EXPORT showGlyphPageTree(unsigned pageNumber);
|
| #endif
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class FontData;
|
| class SimpleFontData;
|
| @@ -137,6 +137,6 @@ private:
|
| #endif
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // GlyphPageTreeNode_h
|
|
|