| Index: Source/core/html/HTMLBodyElement.h
|
| diff --git a/Source/core/html/HTMLBodyElement.h b/Source/core/html/HTMLBodyElement.h
|
| index dc55a2443d843e3890e1646fcf6be0c396a8adc0..0b79c69099cfe79b2c35b08180820f668e29549d 100644
|
| --- a/Source/core/html/HTMLBodyElement.h
|
| +++ b/Source/core/html/HTMLBodyElement.h
|
| @@ -32,7 +32,7 @@ class Document;
|
|
|
| class HTMLBodyElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLBodyElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLBodyElement);
|
| virtual ~HTMLBodyElement();
|
|
|
| DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(blur);
|
|
|