| 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 91%
|
| copy from third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.h
|
| copy to third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h
|
| index 5af6cddbc1e71e7aa4ac0b9476ff8777d744030d..c415472ca2cd5cbc7900b7ff23b70664d60103bd 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.h
|
| +++ b/third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h
|
| @@ -1,11 +1,11 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| +// Copyright 2017 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| #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:
|
|
|