| Index: Source/core/html/HTMLButtonElement.h
|
| diff --git a/Source/core/html/HTMLButtonElement.h b/Source/core/html/HTMLButtonElement.h
|
| index e3683fef448f519b465c62dd8ffb51e8485c932f..792934926bd7e414b53bfd095b1d0e1bd6259d0d 100644
|
| --- a/Source/core/html/HTMLButtonElement.h
|
| +++ b/Source/core/html/HTMLButtonElement.h
|
| @@ -29,6 +29,7 @@
|
| namespace blink {
|
|
|
| class HTMLButtonElement FINAL : public HTMLFormControlElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLButtonElement> create(Document&, HTMLFormElement*);
|
|
|
| @@ -79,6 +80,6 @@ private:
|
| bool m_isActivatedSubmit;
|
| };
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|
| -#endif
|
| +#endif // HTMLButtonElement_h
|
|
|