| Index: Source/platform/fonts/opentype/OpenTypeVerticalData.cpp
|
| diff --git a/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp b/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp
|
| index c1df3abc0b6a6999fe56b1e7fce197465e9bff54..839f8db10ef46c27652643f945c82fcbef5985a5 100644
|
| --- a/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp
|
| +++ b/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp
|
| @@ -35,7 +35,7 @@
|
|
|
| using namespace std;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| namespace OpenType {
|
|
|
| const uint32_t GSUBTag = OT_MAKE_TAG('G', 'S', 'U', 'B');
|
| @@ -569,5 +569,5 @@ void OpenTypeVerticalData::substituteWithVerticalGlyphs(const SimpleFontData* fo
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
| #endif // ENABLE(OPENTYPE_VERTICAL)
|
|
|