Index: Source/core/html/HTMLLIElement.cpp |
diff --git a/Source/core/html/HTMLLIElement.cpp b/Source/core/html/HTMLLIElement.cpp |
index b22e95319f88229b87374a89070a2b7f3fd5311a..a179a668e2049a4aa18a763eb10ff244777ae5ce 100644 |
--- a/Source/core/html/HTMLLIElement.cpp |
+++ b/Source/core/html/HTMLLIElement.cpp |
@@ -33,16 +33,13 @@ namespace WebCore { |
using namespace HTMLNames; |
-HTMLLIElement::HTMLLIElement(Document& document) |
+inline HTMLLIElement::HTMLLIElement(Document& document) |
: HTMLElement(liTag, document) |
{ |
ScriptWrappable::init(this); |
} |
-PassRefPtrWillBeRawPtr<HTMLLIElement> HTMLLIElement::create(Document& document) |
-{ |
- return adoptRefWillBeRefCountedGarbageCollected(new HTMLLIElement(document)); |
-} |
+DEFINE_NODE_FACTORY(HTMLLIElement) |
bool HTMLLIElement::isPresentationAttribute(const QualifiedName& name) const |
{ |