| Index: Source/core/events/NodeEventContext.h
|
| diff --git a/Source/core/events/NodeEventContext.h b/Source/core/events/NodeEventContext.h
|
| index 5e0ee5d690816715f6441c462cc2c47a10af0391..0f0b7958131afbadb7f2ba061f9ff112a88a9d60 100644
|
| --- a/Source/core/events/NodeEventContext.h
|
| +++ b/Source/core/events/NodeEventContext.h
|
| @@ -27,6 +27,7 @@
|
| #ifndef NodeEventContext_h
|
| #define NodeEventContext_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/events/TreeScopeEventContext.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefPtr.h"
|
| @@ -37,7 +38,7 @@ class EventTarget;
|
| class Node;
|
| class TouchEventContext;
|
|
|
| -class NodeEventContext {
|
| +class CORE_EXPORT NodeEventContext {
|
| ALLOW_ONLY_INLINE_ALLOCATION();
|
| DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(NodeEventContext);
|
| public:
|
|
|