| Index: third_party/WebKit/Source/platform/bindings/V8PerIsolateData.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp b/third_party/WebKit/Source/platform/bindings/V8PerIsolateData.cpp
|
| similarity index 96%
|
| rename from third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp
|
| rename to third_party/WebKit/Source/platform/bindings/V8PerIsolateData.cpp
|
| index 92a5396b61d51b6c2d499980fb68bd78b021368e..358c80c0c064793d43778012a232fbb3e5e5ccec 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp
|
| +++ b/third_party/WebKit/Source/platform/bindings/V8PerIsolateData.cpp
|
| @@ -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
|
| @@ -23,18 +23,17 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "bindings/core/v8/V8PerIsolateData.h"
|
| +#include "platform/bindings/V8PerIsolateData.h"
|
|
|
| #include <memory>
|
|
|
| -#include "bindings/core/v8/DOMDataStore.h"
|
| -#include "bindings/core/v8/ScriptSourceCode.h"
|
| -#include "bindings/core/v8/V8Binding.h"
|
| -#include "bindings/core/v8/V8ObjectConstructor.h"
|
| -#include "bindings/core/v8/V8PrivateProperty.h"
|
| -#include "bindings/core/v8/V8ScriptRunner.h"
|
| -#include "bindings/core/v8/V8ValueCache.h"
|
| #include "platform/ScriptForbiddenScope.h"
|
| +#include "platform/WebTaskRunner.h"
|
| +#include "platform/bindings/DOMDataStore.h"
|
| +#include "platform/bindings/V8Binding.h"
|
| +#include "platform/bindings/V8ObjectConstructor.h"
|
| +#include "platform/bindings/V8PrivateProperty.h"
|
| +#include "platform/bindings/V8ValueCache.h"
|
| #include "platform/wtf/LeakAnnotations.h"
|
| #include "platform/wtf/PtrUtil.h"
|
| #include "public/platform/Platform.h"
|
|
|