Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1079)

Unified Diff: third_party/WebKit/Source/platform/bindings/StringResource.h

Issue 2843603002: Move ScriptWrappable and dependencies to platform/bindings (Closed)
Patch Set: Rebase and try again Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698