| Index: third_party/WebKit/Source/platform/bindings/ScriptState.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h b/third_party/WebKit/Source/platform/bindings/ScriptState.h
|
| similarity index 96%
|
| copy from third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| copy to third_party/WebKit/Source/platform/bindings/ScriptState.h
|
| index ba02bfadb083055fa0ab4262d98c8dffee0ad1fd..1194de734e846e5cb411f1c945c84ea3a45be9b3 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| +++ b/third_party/WebKit/Source/platform/bindings/ScriptState.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2014 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.
|
|
|
| @@ -7,9 +7,9 @@
|
|
|
| #include <memory>
|
|
|
| -#include "bindings/core/v8/ScopedPersistent.h"
|
| -#include "bindings/core/v8/V8PerContextData.h"
|
| -#include "core/CoreExport.h"
|
| +#include "platform/PlatformExport.h"
|
| +#include "platform/bindings/ScopedPersistent.h"
|
| +#include "platform/bindings/V8PerContextData.h"
|
| #include "platform/wtf/RefCounted.h"
|
| #include "v8/include/v8-debug.h"
|
| #include "v8/include/v8.h"
|
| @@ -64,7 +64,7 @@ class ScriptValue;
|
| // ScriptState is created when v8::Context is created.
|
| // ScriptState is destroyed when v8::Context is garbage-collected and
|
| // all V8 proxy objects that have references to the ScriptState are destructed.
|
| -class CORE_EXPORT ScriptState : public RefCounted<ScriptState> {
|
| +class PLATFORM_EXPORT ScriptState : public RefCounted<ScriptState> {
|
| WTF_MAKE_NONCOPYABLE(ScriptState);
|
|
|
| public:
|
|
|