Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / fonts / opentype / OpenTypeVerticalData.cpp
index c1df3ab..839f8db 100644 (file)
@@ -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)