| Index: Source/core/dom/TouchList.h
|
| diff --git a/Source/core/dom/TouchList.h b/Source/core/dom/TouchList.h
|
| index e619ac614329c20e04fb19b0985d1f0497bd9fb6..e8b68484e647aaa840458d266678d793937bc6d7 100644
|
| --- a/Source/core/dom/TouchList.h
|
| +++ b/Source/core/dom/TouchList.h
|
| @@ -27,6 +27,7 @@
|
| #define TouchList_h
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "core/CoreExport.h"
|
| #include "core/dom/Touch.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/RefCounted.h"
|
| @@ -34,7 +35,7 @@
|
|
|
| namespace blink {
|
|
|
| -class TouchList final : public RefCountedWillBeGarbageCollected<TouchList>, public ScriptWrappable {
|
| +class CORE_EXPORT TouchList final : public RefCountedWillBeGarbageCollected<TouchList>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<TouchList> create()
|
|
|