| Index: Source/core/dom/ClientRectList.h
|
| diff --git a/Source/core/dom/ClientRectList.h b/Source/core/dom/ClientRectList.h
|
| index 49fcd51a46e8ef0674e6a925dcb2b5e9bd41106f..297a909be524b7fe78b446254bf3a341aa0bc842 100644
|
| --- a/Source/core/dom/ClientRectList.h
|
| +++ b/Source/core/dom/ClientRectList.h
|
| @@ -28,6 +28,7 @@
|
| #define ClientRectList_h
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "core/CoreExport.h"
|
| #include "platform/geometry/FloatQuad.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/PassRefPtr.h"
|
| @@ -38,7 +39,7 @@ namespace blink {
|
|
|
| class ClientRect;
|
|
|
| -class ClientRectList final : public RefCountedWillBeGarbageCollected<ClientRectList>, public ScriptWrappable {
|
| +class CORE_EXPORT ClientRectList final : public RefCountedWillBeGarbageCollected<ClientRectList>, public ScriptWrappable {
|
| DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ClientRectList);
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
|
|