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