summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/svg/SVGPolylineElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGPolylineElement.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGPolylineElement.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGPolylineElement.h b/chromium/third_party/WebKit/Source/core/svg/SVGPolylineElement.h
index 428314366de..bad153c723f 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGPolylineElement.h
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGPolylineElement.h
@@ -21,21 +21,19 @@
#ifndef SVGPolylineElement_h
#define SVGPolylineElement_h
-#include "SVGNames.h"
+#include "core/SVGNames.h"
#include "core/svg/SVGPolyElement.h"
namespace WebCore {
class SVGPolylineElement FINAL : public SVGPolyElement {
public:
- static PassRefPtr<SVGPolylineElement> create(Document&);
+ DECLARE_NODE_FACTORY(SVGPolylineElement);
private:
explicit SVGPolylineElement(Document&);
};
-DEFINE_NODE_TYPE_CASTS(SVGPolylineElement, hasTagName(SVGNames::polylineTag));
-
} // namespace WebCore
#endif