| Index: Source/core/html/HTMLHeadElement.h
|
| diff --git a/Source/core/html/HTMLHeadElement.h b/Source/core/html/HTMLHeadElement.h
|
| index 296183412a4e27f9e1b6cf3e24841582e3cc6db6..4a68f2e1e85c95b6946f7f9c0cf54be082b68f26 100644
|
| --- a/Source/core/html/HTMLHeadElement.h
|
| +++ b/Source/core/html/HTMLHeadElement.h
|
| @@ -30,7 +30,7 @@ namespace WebCore {
|
|
|
| class HTMLHeadElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLHeadElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLHeadElement);
|
|
|
| private:
|
| explicit HTMLHeadElement(Document&);
|
|
|