| Index: Source/core/events/ErrorEvent.h
|
| diff --git a/Source/core/events/ErrorEvent.h b/Source/core/events/ErrorEvent.h
|
| index 2b0f71187cdb1cf09dd8781cf0d385199c6de573..b0f94cdb549990c08baeb60bf5ec87e99713b86d 100644
|
| --- a/Source/core/events/ErrorEvent.h
|
| +++ b/Source/core/events/ErrorEvent.h
|
| @@ -32,6 +32,7 @@
|
| #define ErrorEvent_h
|
|
|
| #include "bindings/core/v8/DOMWrapperWorld.h"
|
| +#include "core/CoreExport.h"
|
| #include "core/events/ErrorEventInit.h"
|
| #include "core/events/Event.h"
|
| #include "wtf/RefPtr.h"
|
| @@ -39,7 +40,7 @@
|
|
|
| namespace blink {
|
|
|
| -class ErrorEvent final : public Event {
|
| +class CORE_EXPORT ErrorEvent final : public Event {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<ErrorEvent> create()
|
|
|