Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / PatternAttributes.h
index 3ce308a..f7378e4 100644 (file)
@@ -24,7 +24,7 @@
 #include "core/svg/SVGPreserveAspectRatio.h"
 #include "platform/transforms/AffineTransform.h"
 
-namespace WebCore {
+namespace blink {
 
 class SVGPatternElement;
 
@@ -160,6 +160,6 @@ private:
     bool m_patternContentElementSet : 1;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif