summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/svg/SVGPolygonElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGPolygonElement.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGPolygonElement.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGPolygonElement.cpp b/chromium/third_party/WebKit/Source/core/svg/SVGPolygonElement.cpp
index 14d7a94ebc7..47dabcd3ec8 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGPolygonElement.cpp
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGPolygonElement.cpp
@@ -30,9 +30,6 @@ inline SVGPolygonElement::SVGPolygonElement(Document& document)
ScriptWrappable::init(this);
}
-PassRefPtr<SVGPolygonElement> SVGPolygonElement::create(Document& document)
-{
- return adoptRef(new SVGPolygonElement(document));
-}
+DEFINE_NODE_FACTORY(SVGPolygonElement)
}