Index: Source/core/html/HTMLParamElement.cpp |
diff --git a/Source/core/html/HTMLParamElement.cpp b/Source/core/html/HTMLParamElement.cpp |
index e8d6d6f815095dc149a76d2d3d238229f9937796..16d7eeea6cb8c4bc40f347d6c61301f6ccfd7163 100644 |
--- a/Source/core/html/HTMLParamElement.cpp |
+++ b/Source/core/html/HTMLParamElement.cpp |
@@ -37,10 +37,7 @@ inline HTMLParamElement::HTMLParamElement(Document& document) |
ScriptWrappable::init(this); |
} |
-PassRefPtrWillBeRawPtr<HTMLParamElement> HTMLParamElement::create(Document& document) |
-{ |
- return adoptRefWillBeRefCountedGarbageCollected(new HTMLParamElement(document)); |
-} |
+DEFINE_NODE_FACTORY(HTMLParamElement) |
const AtomicString& HTMLParamElement::name() const |
{ |