Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / svg / SVGTextLayoutAttributesBuilder.h
index 82d2d06..6d2e8dc 100644 (file)
@@ -23,7 +23,7 @@
 #include "core/rendering/svg/SVGTextLayoutAttributes.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 class RenderObject;
 class RenderSVGInlineText;
@@ -75,6 +75,6 @@ private:
     SVGCharacterDataMap m_characterDataMap;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif