| Index: third_party/WebKit/Source/platform/bindings/V8PerIsolateData.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h b/third_party/WebKit/Source/platform/bindings/V8PerIsolateData.h
|
| similarity index 95%
|
| copy from third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h
|
| copy to third_party/WebKit/Source/platform/bindings/V8PerIsolateData.h
|
| index fd7bffaced51dc58b139144aa4b36bc4cd722f8f..fc034dc5aaf3a75952f929b372d499b91c64257c 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h
|
| +++ b/third_party/WebKit/Source/platform/bindings/V8PerIsolateData.h
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2009 Google Inc. All rights reserved.
|
| + * Copyright (C) 2017 Google Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -28,13 +28,13 @@
|
|
|
| #include <memory>
|
|
|
| -#include "bindings/core/v8/ScopedPersistent.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| -#include "bindings/core/v8/ScriptWrappableVisitor.h"
|
| -#include "bindings/core/v8/WrapperTypeInfo.h"
|
| -#include "core/CoreExport.h"
|
| #include "gin/public/isolate_holder.h"
|
| #include "gin/public/v8_idle_task_runner.h"
|
| +#include "platform/PlatformExport.h"
|
| +#include "platform/bindings/ScopedPersistent.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| +#include "platform/bindings/ScriptWrappableVisitor.h"
|
| +#include "platform/bindings/WrapperTypeInfo.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/HashMap.h"
|
| #include "platform/wtf/Noncopyable.h"
|
| @@ -52,7 +52,7 @@ struct WrapperTypeInfo;
|
|
|
| typedef WTF::Vector<DOMDataStore*> DOMDataStoreList;
|
|
|
| -class CORE_EXPORT V8PerIsolateData {
|
| +class PLATFORM_EXPORT V8PerIsolateData {
|
| USING_FAST_MALLOC(V8PerIsolateData);
|
| WTF_MAKE_NONCOPYABLE(V8PerIsolateData);
|
|
|
| @@ -93,7 +93,7 @@ class CORE_EXPORT V8PerIsolateData {
|
| // Use this class to abstract away types of members that are pointers to core/
|
| // objects, which are simply owned and released by V8PerIsolateData (see
|
| // m_threadDebugger for an example).
|
| - class CORE_EXPORT Data {
|
| + class PLATFORM_EXPORT Data {
|
| public:
|
| virtual ~Data() = default;
|
| };
|
| @@ -185,7 +185,7 @@ class CORE_EXPORT V8PerIsolateData {
|
| return active_script_wrappables_.Get();
|
| }
|
|
|
| - class CORE_EXPORT TemporaryScriptWrappableVisitorScope {
|
| + class PLATFORM_EXPORT TemporaryScriptWrappableVisitorScope {
|
| WTF_MAKE_NONCOPYABLE(TemporaryScriptWrappableVisitorScope);
|
| STACK_ALLOCATED();
|
|
|
|
|