Index: Source/core/html/HTMLIFrameElement.cpp |
diff --git a/Source/core/html/HTMLIFrameElement.cpp b/Source/core/html/HTMLIFrameElement.cpp |
index 479fc499d13f8392c777358783278bcef88ff666..0fa8302848c075db76d7e0c82c215f6bac050225 100644 |
--- a/Source/core/html/HTMLIFrameElement.cpp |
+++ b/Source/core/html/HTMLIFrameElement.cpp |
@@ -41,10 +41,7 @@ inline HTMLIFrameElement::HTMLIFrameElement(Document& document) |
ScriptWrappable::init(this); |
} |
-PassRefPtrWillBeRawPtr<HTMLIFrameElement> HTMLIFrameElement::create(Document& document) |
-{ |
- return adoptRefWillBeRefCountedGarbageCollected(new HTMLIFrameElement(document)); |
-} |
+DEFINE_NODE_FACTORY(HTMLIFrameElement) |
bool HTMLIFrameElement::isPresentationAttribute(const QualifiedName& name) const |
{ |