| Index: third_party/WebKit/Source/platform/bindings/WrapperCreationSecurityCheck.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WrapperCreationSecurityCheck.h b/third_party/WebKit/Source/platform/bindings/WrapperCreationSecurityCheck.h
|
| similarity index 94%
|
| copy from third_party/WebKit/Source/bindings/core/v8/WrapperCreationSecurityCheck.h
|
| copy to third_party/WebKit/Source/platform/bindings/WrapperCreationSecurityCheck.h
|
| index 2a2545445e9f8e8d09eece9fefdfaba19e15719f..f6ecd56dd52f75bc73885e7797bd88bad0018322 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WrapperCreationSecurityCheck.h
|
| +++ b/third_party/WebKit/Source/platform/bindings/WrapperCreationSecurityCheck.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef WrapperCreationSecurityCheck_h
|
| #define WrapperCreationSecurityCheck_h
|
|
|
| -#include "core/CoreExport.h"
|
| +#include "platform/PlatformExport.h"
|
| #include "platform/wtf/Allocator.h"
|
| #include "v8/include/v8.h"
|
|
|
| @@ -16,7 +16,7 @@ struct WrapperTypeInfo;
|
| // This class holds pointers to functions that implement creation context access
|
| // and exception rethrowing logic required by V8WrapperInstantiationScope when
|
| // creating wrappers.
|
| -class CORE_EXPORT WrapperCreationSecurityCheck {
|
| +class PLATFORM_EXPORT WrapperCreationSecurityCheck {
|
| STATIC_ONLY(WrapperCreationSecurityCheck);
|
|
|
| public:
|
|
|