Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGAnimatedPointList.h
index d9e1de6..a3231b9 100644 (file)
 #include "core/svg/SVGPointListTearOff.h"
 #include "core/svg/properties/SVGAnimatedProperty.h"
 
-namespace WebCore {
+namespace blink {
 
 typedef SVGAnimatedProperty<SVGPointList> SVGAnimatedPointList;
 
-} // namespace WebCore
+} // namespace blink
 
 #endif