| Index: third_party/WebKit/Source/core/html/HTMLButtonElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLButtonElement.h b/third_party/WebKit/Source/core/html/HTMLButtonElement.h
|
| index eea1848e013d41a2c43896f02123096280dfe4a6..83576c40f86c9959e7a8a5cb7b6092f45470e3be 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLButtonElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLButtonElement.h
|
| @@ -24,12 +24,11 @@
|
| #ifndef HTMLButtonElement_h
|
| #define HTMLButtonElement_h
|
|
|
| -#include "core/CoreExport.h"
|
| #include "core/html/HTMLFormControlElement.h"
|
|
|
| namespace blink {
|
|
|
| -class CORE_EXPORT HTMLButtonElement final : public HTMLFormControlElement {
|
| +class HTMLButtonElement final : public HTMLFormControlElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
| public:
|
|
|