Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGStopElement.h
index 38081ec..e89f101 100644 (file)
@@ -25,7 +25,7 @@
 #include "core/svg/SVGAnimatedNumber.h"
 #include "core/svg/SVGElement.h"
 
-namespace WebCore {
+namespace blink {
 
 class SVGStopElement FINAL : public SVGElement {
 public:
@@ -48,6 +48,6 @@ private:
     RefPtr<SVGAnimatedNumber> m_offset;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif