Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFEConvolveMatrixElement.cpp
index 20c8855..1f0426b 100644 (file)
@@ -29,7 +29,7 @@
 #include "platform/geometry/IntPoint.h"
 #include "platform/geometry/IntSize.h"
 
-namespace WebCore {
+namespace blink {
 
 template<> const SVGEnumerationStringEntries& getStaticStringEntries<EdgeModeType>()
 {
@@ -245,4 +245,4 @@ PassRefPtr<FilterEffect> SVGFEConvolveMatrixElement::build(SVGFilterBuilder* fil
     return effect.release();
 }
 
-} // namespace WebCore
+} // namespace blink