Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFEDistantLightElement.h
index 7f278c1..e742d2c 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "core/svg/SVGFELightElement.h"
 
-namespace WebCore {
+namespace blink {
 
 class SVGFEDistantLightElement FINAL : public SVGFELightElement {
 public:
@@ -34,6 +34,6 @@ private:
     virtual PassRefPtr<LightSource> lightSource(Filter*) const OVERRIDE;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif