| Index: third_party/WebKit/Source/platform/bindings/ScriptWrappableVisitor.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h b/third_party/WebKit/Source/platform/bindings/ScriptWrappableVisitor.h
|
| similarity index 97%
|
| copy from third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h
|
| copy to third_party/WebKit/Source/platform/bindings/ScriptWrappableVisitor.h
|
| index 50eee7f486b858d871d5c6a092ac47d26b167c6a..325943cf3e544f3e07ccda4d320f8808f36eb416 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h
|
| +++ b/third_party/WebKit/Source/platform/bindings/ScriptWrappableVisitor.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 ScriptWrappableVisitor_h
|
| #define ScriptWrappableVisitor_h
|
|
|
| -#include "core/CoreExport.h"
|
| +#include "platform/PlatformExport.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/heap/HeapPage.h"
|
| #include "platform/heap/VisitorImpl.h"
|
| @@ -78,8 +78,8 @@ class WrapperMarkingData {
|
| // repeatedly it will call AdvanceTracing, and at the end it will call
|
| // TraceEpilogue. Everytime V8 finds new wrappers, it will let the tracer
|
| // know using RegisterV8References.
|
| -class CORE_EXPORT ScriptWrappableVisitor : public v8::EmbedderHeapTracer,
|
| - public WrapperVisitor {
|
| +class PLATFORM_EXPORT ScriptWrappableVisitor : public v8::EmbedderHeapTracer,
|
| + public WrapperVisitor {
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(ScriptWrappableVisitor);
|
|
|
| public:
|
|
|