| 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 97%
|
| copy from third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
|
| copy to third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.h
|
| index c4f2cd852b050ca976a74f7b59045572de065dc7..e975f51ceda1574ab19333cc1d6eefdacdd215c4 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
|
| +++ b/third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.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 are
|
| @@ -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 {
|
|
|