| Index: Source/core/html/HTMLTableCaptionElement.cpp
|
| diff --git a/Source/core/html/HTMLTableCaptionElement.cpp b/Source/core/html/HTMLTableCaptionElement.cpp
|
| index fdd7a8289e184d5a8112559f692d33026e15450d..dfa9311cca1bca7bfb4d06f63f15afc3282d26f8 100644
|
| --- a/Source/core/html/HTMLTableCaptionElement.cpp
|
| +++ b/Source/core/html/HTMLTableCaptionElement.cpp
|
| @@ -38,10 +38,7 @@ inline HTMLTableCaptionElement::HTMLTableCaptionElement(Document& document)
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<HTMLTableCaptionElement> HTMLTableCaptionElement::create(Document& document)
|
| -{
|
| - return adoptRefWillBeRefCountedGarbageCollected(new HTMLTableCaptionElement(document));
|
| -}
|
| +DEFINE_NODE_FACTORY(HTMLTableCaptionElement)
|
|
|
| void HTMLTableCaptionElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
|
| {
|
|
|