| Index: Source/core/html/HTMLMetaElement-in.cpp
|
| diff --git a/Source/core/html/HTMLMetaElement-in.cpp b/Source/core/html/HTMLMetaElement-in.cpp
|
| index fd9e353afa4d63c2ccb7186f2f5cdab4b83309b2..adc07ab70617ae4afe8fc539829e695b5af8e602 100644
|
| --- a/Source/core/html/HTMLMetaElement-in.cpp
|
| +++ b/Source/core/html/HTMLMetaElement-in.cpp
|
| @@ -51,10 +51,7 @@ inline HTMLMetaElement::HTMLMetaElement(Document& document)
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<HTMLMetaElement> HTMLMetaElement::create(Document& document)
|
| -{
|
| - return adoptRefWillBeRefCountedGarbageCollected(new HTMLMetaElement(document));
|
| -}
|
| +DEFINE_NODE_FACTORY(HTMLMetaElement)
|
|
|
| static bool isInvalidSeparator(UChar c)
|
| {
|
|
|