| Index: Source/core/html/HTMLLabelElement.h
|
| diff --git a/Source/core/html/HTMLLabelElement.h b/Source/core/html/HTMLLabelElement.h
|
| index 69b1ca3bf9dde886aeea0104fd5a2e3ea48c6391..2e585d8e7ac6b98d5db7b644f58eff8a395a6be1 100644
|
| --- a/Source/core/html/HTMLLabelElement.h
|
| +++ b/Source/core/html/HTMLLabelElement.h
|
| @@ -31,7 +31,7 @@ namespace WebCore {
|
|
|
| class HTMLLabelElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLLabelElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLLabelElement);
|
|
|
| LabelableElement* control() const;
|
|
|
|
|