Index: Source/core/html/HTMLFrameElement.cpp |
diff --git a/Source/core/html/HTMLFrameElement.cpp b/Source/core/html/HTMLFrameElement.cpp |
index fd4397b6e4572f8512cd939e2f5b0934b4d98075..7b19d772e4d6edabd8179b332a80402150353dc8 100644 |
--- a/Source/core/html/HTMLFrameElement.cpp |
+++ b/Source/core/html/HTMLFrameElement.cpp |
@@ -40,10 +40,7 @@ inline HTMLFrameElement::HTMLFrameElement(Document& document) |
ScriptWrappable::init(this); |
} |
-PassRefPtrWillBeRawPtr<HTMLFrameElement> HTMLFrameElement::create(Document& document) |
-{ |
- return adoptRefWillBeRefCountedGarbageCollected(new HTMLFrameElement(document)); |
-} |
+DEFINE_NODE_FACTORY(HTMLFrameElement) |
bool HTMLFrameElement::rendererIsNeeded(const RenderStyle&) |
{ |