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

Unified Diff: third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.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/DOMWrapperWorld.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h b/third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.h
similarity index 98%
copy from third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
copy to third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.h
index c4f2cd852b050ca976a74f7b59045572de065dc7..a8cff87dc798b3ec1f43831f7f32448ffc6a5d39 100644
--- a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
+++ b/third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.h
@@ -33,8 +33,8 @@
#include <memory>
-#include "bindings/core/v8/ScriptState.h"
-#include "core/CoreExport.h"
+#include "platform/PlatformExport.h"
+#include "platform/bindings/ScriptState.h"
#include "platform/weborigin/SecurityOrigin.h"
#include "platform/wtf/PassRefPtr.h"
#include "platform/wtf/RefCounted.h"
@@ -49,7 +49,7 @@ class DOMObjectHolderBase;
// This class represent a collection of DOM wrappers for a specific world. This
// is identified by a world id that is a per-thread global identifier (see
// WorldId enum).
-class CORE_EXPORT DOMWrapperWorld : public RefCounted<DOMWrapperWorld> {
+class PLATFORM_EXPORT DOMWrapperWorld : public RefCounted<DOMWrapperWorld> {
public:
// Per-thread global identifiers for DOMWrapperWorld.
enum WorldId {

Powered by Google App Engine
This is Rietveld 408576698