| Index: Source/core/html/HTMLPreElement.h
|
| diff --git a/Source/core/html/HTMLPreElement.h b/Source/core/html/HTMLPreElement.h
|
| index 89a2565a1d0713e49d9066a0fac13bf146c824cd..0ae5a6affb5911190faec2b54e93d0da794172e3 100644
|
| --- a/Source/core/html/HTMLPreElement.h
|
| +++ b/Source/core/html/HTMLPreElement.h
|
| @@ -29,7 +29,7 @@ namespace WebCore {
|
|
|
| class HTMLPreElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLPreElement> create(const QualifiedName&, Document&);
|
| + DECLARE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLPreElement);
|
|
|
| private:
|
| HTMLPreElement(const QualifiedName&, Document&);
|
|
|