Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGNumberOptionalNumber.h
index 50eeec0..95b080a 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "core/svg/SVGAnimatedNumber.h"
 
-namespace WebCore {
+namespace blink {
 
 class SVGNumberOptionalNumber : public SVGPropertyBase {
 public:
@@ -75,6 +75,6 @@ inline PassRefPtr<SVGNumberOptionalNumber> toSVGNumberOptionalNumber(PassRefPtr<
     return static_pointer_cast<SVGNumberOptionalNumber>(base.release());
 }
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // SVGNumberOptionalNumber_h