| Index: third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.h b/third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h
|
| similarity index 94%
|
| copy from third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.h
|
| copy to third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h
|
| index 5af6cddbc1e71e7aa4ac0b9476ff8777d744030d..fc724191f0b3885ee85bec1e6f8a828340f18598 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.h
|
| +++ b/third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef ActiveScriptWrappable_h
|
| #define ActiveScriptWrappable_h
|
|
|
| -#include "core/CoreExport.h"
|
| +#include "platform/PlatformExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Noncopyable.h"
|
|
|
| @@ -23,7 +23,7 @@ class ScriptWrappableVisitor;
|
| * thread-specific list. They keep their wrappers and dependant objects alive
|
| * as long as they have pending activity.
|
| */
|
| -class CORE_EXPORT ActiveScriptWrappableBase : public GarbageCollectedMixin {
|
| +class PLATFORM_EXPORT ActiveScriptWrappableBase : public GarbageCollectedMixin {
|
| WTF_MAKE_NONCOPYABLE(ActiveScriptWrappableBase);
|
|
|
| public:
|
|
|