Index: Source/platform/fonts/opentype/OpenTypeVerticalData.h |
diff --git a/Source/platform/fonts/opentype/OpenTypeVerticalData.h b/Source/platform/fonts/opentype/OpenTypeVerticalData.h |
index b05e74d5fc03e6082aef38b701c0e71d8f33181d..61af9af1e3338c8a3e9bb1171bb242310eef3902 100644 |
--- a/Source/platform/fonts/opentype/OpenTypeVerticalData.h |
+++ b/Source/platform/fonts/opentype/OpenTypeVerticalData.h |
@@ -34,7 +34,7 @@ |
#include "wtf/RefCounted.h" |
#include "wtf/Vector.h" |
-namespace WebCore { |
+namespace blink { |
class FontPlatformData; |
class GlyphPage; |
@@ -73,7 +73,7 @@ private: |
bool m_inFontCache; // for mark & sweep in FontCache::purgeInactiveFontData() |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // ENABLE(OPENTYPE_VERTICAL) |