Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFEDisplacementMapElement.h
index 356925b..5fc8a26 100644 (file)
@@ -25,7 +25,7 @@
 #include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
 #include "platform/graphics/filters/FEDisplacementMap.h"
 
-namespace WebCore {
+namespace blink {
 
 template<> const SVGEnumerationStringEntries& getStaticStringEntries<ChannelSelectorType>();
 
@@ -57,6 +57,6 @@ private:
     RefPtr<SVGAnimatedEnumeration<ChannelSelectorType> > m_yChannelSelector;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // SVGFEDisplacementMapElement_h