| Index: Source/core/events/ScopedEventQueue.h
|
| diff --git a/Source/core/events/ScopedEventQueue.h b/Source/core/events/ScopedEventQueue.h
|
| index f6ba2f93be4eac034f558cc72f9d178be968b88e..b217d16443e15f18e5d2b21c14e96d75471d4ada 100644
|
| --- a/Source/core/events/ScopedEventQueue.h
|
| +++ b/Source/core/events/ScopedEventQueue.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef ScopedEventQueue_h
|
| #define ScopedEventQueue_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PassRefPtr.h"
|
| @@ -41,7 +42,7 @@ namespace blink {
|
|
|
| class EventDispatchMediator;
|
|
|
| -class ScopedEventQueue {
|
| +class CORE_EXPORT ScopedEventQueue {
|
| WTF_MAKE_NONCOPYABLE(ScopedEventQueue); WTF_MAKE_FAST_ALLOCATED(ScopedEventQueue);
|
| public:
|
| ~ScopedEventQueue();
|
|
|