| Index: Source/core/html/HTMLOptGroupElement.h
|
| diff --git a/Source/core/html/HTMLOptGroupElement.h b/Source/core/html/HTMLOptGroupElement.h
|
| index 1353bb54bf2c1721a852d9fd3ceb4b41e47623c9..a6674e0784ec591a8e18c857fade24a529f30bd5 100644
|
| --- a/Source/core/html/HTMLOptGroupElement.h
|
| +++ b/Source/core/html/HTMLOptGroupElement.h
|
| @@ -32,7 +32,7 @@ class HTMLSelectElement;
|
|
|
| class HTMLOptGroupElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLOptGroupElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLOptGroupElement);
|
|
|
| virtual bool isDisabledFormControl() const OVERRIDE;
|
| HTMLSelectElement* ownerSelectElement() const;
|
|
|