Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGAnimateTransformElement.h
index 4a53eb4..dae8a17 100644 (file)
@@ -26,7 +26,7 @@
 #include "core/svg/SVGAnimateElement.h"
 #include "core/svg/SVGTransform.h"
 
-namespace WebCore {
+namespace blink {
 
 class SVGAnimateTransformElement FINAL : public SVGAnimateElement {
 public:
@@ -39,12 +39,11 @@ private:
 
     virtual bool hasValidAttributeType() OVERRIDE;
 
-    bool isSupportedAttribute(const QualifiedName&);
     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
 
     SVGTransformType m_type;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // SVGAnimateTransformElement_h