| Index: Source/core/html/HTMLTableCaptionElement.h
|
| diff --git a/Source/core/html/HTMLTableCaptionElement.h b/Source/core/html/HTMLTableCaptionElement.h
|
| index c5d4d22930ac0178928a16c52d55ff368f852e7e..ce8b6c11d911eb8283bdebc84a4cdcaa935fd7ae 100644
|
| --- a/Source/core/html/HTMLTableCaptionElement.h
|
| +++ b/Source/core/html/HTMLTableCaptionElement.h
|
| @@ -32,7 +32,7 @@ namespace WebCore {
|
|
|
| class HTMLTableCaptionElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLTableCaptionElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLTableCaptionElement);
|
|
|
| private:
|
| HTMLTableCaptionElement(Document&);
|
|
|