| Index: Source/core/html/HTMLTableSectionElement.cpp
|
| diff --git a/Source/core/html/HTMLTableSectionElement.cpp b/Source/core/html/HTMLTableSectionElement.cpp
|
| index 3db10e2bd52c2cbce6662e850a9f0463f49ca337..f171207f845e550168540c9780b264265a952aa0 100644
|
| --- a/Source/core/html/HTMLTableSectionElement.cpp
|
| +++ b/Source/core/html/HTMLTableSectionElement.cpp
|
| @@ -43,10 +43,7 @@ inline HTMLTableSectionElement::HTMLTableSectionElement(const QualifiedName& tag
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<HTMLTableSectionElement> HTMLTableSectionElement::create(const QualifiedName& tagName, Document& document)
|
| -{
|
| - return adoptRefWillBeRefCountedGarbageCollected(new HTMLTableSectionElement(tagName, document));
|
| -}
|
| +DEFINE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLTableSectionElement)
|
|
|
| const StylePropertySet* HTMLTableSectionElement::additionalPresentationAttributeStyle()
|
| {
|
|
|