Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGSwitchElement.h
index fa5f7ed..5fff10d 100644 (file)
 #include "core/svg/SVGAnimatedBoolean.h"
 #include "core/svg/SVGGraphicsElement.h"
 
-namespace WebCore {
+namespace blink {
 
 class SVGSwitchElement FINAL : public SVGGraphicsElement {
+    DEFINE_WRAPPERTYPEINFO();
 public:
-    static PassRefPtr<SVGSwitchElement> create(Document&);
+    DECLARE_NODE_FACTORY(SVGSwitchElement);
 
 private:
     explicit SVGSwitchElement(Document&);
@@ -37,6 +38,6 @@ private:
 
 };
 
-} // namespace WebCore
+} // namespace blink
 
-#endif
+#endif // SVGSwitchElement_h