Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFEColorMatrixElement.h
index 637254a..7f448e9 100644 (file)
@@ -26,7 +26,7 @@
 #include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
 #include "platform/graphics/filters/FEColorMatrix.h"
 
-namespace WebCore {
+namespace blink {
 
 template<> const SVGEnumerationStringEntries& getStaticStringEntries<ColorMatrixType>();
 
@@ -52,6 +52,6 @@ private:
     RefPtr<SVGAnimatedEnumeration<ColorMatrixType> > m_type;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif