| Index: third_party/WebKit/Source/platform/bindings/StringResource.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/StringResource.h b/third_party/WebKit/Source/platform/bindings/StringResource.h
|
| similarity index 94%
|
| copy from third_party/WebKit/Source/bindings/core/v8/StringResource.h
|
| copy to third_party/WebKit/Source/platform/bindings/StringResource.h
|
| index 36032fbc4230dae152a14e95fd671c9cba4ecf41..00498cb1b0bfd54c140071c5c82e9cba6fdeeaff 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/StringResource.h
|
| +++ b/third_party/WebKit/Source/platform/bindings/StringResource.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef StringResource_h
|
| #define StringResource_h
|
|
|
| -#include "core/CoreExport.h"
|
| +#include "platform/PlatformExport.h"
|
| #include "platform/wtf/Allocator.h"
|
| #include "platform/wtf/Threading.h"
|
| #include "platform/wtf/text/AtomicString.h"
|
| @@ -129,9 +129,9 @@ class StringResource8 final : public StringResourceBase,
|
| enum ExternalMode { kExternalize, kDoNotExternalize };
|
|
|
| template <typename StringType>
|
| -CORE_EXPORT StringType V8StringToWebCoreString(v8::Local<v8::String>,
|
| - ExternalMode);
|
| -CORE_EXPORT String Int32ToWebCoreString(int value);
|
| +PLATFORM_EXPORT StringType V8StringToWebCoreString(v8::Local<v8::String>,
|
| + ExternalMode);
|
| +PLATFORM_EXPORT String Int32ToWebCoreString(int value);
|
|
|
| } // namespace blink
|
|
|
|
|