| Index: third_party/WebKit/Source/platform/bindings/ScriptState.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp b/third_party/WebKit/Source/platform/bindings/ScriptState.cpp
|
| similarity index 89%
|
| rename from third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| rename to third_party/WebKit/Source/platform/bindings/ScriptState.cpp
|
| index 0bf6ebb2ab80c3b996d896bbb638eca7172fb10f..a8ef9bc4d5c2c3251867a54cbe83faff3a312beb 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| +++ b/third_party/WebKit/Source/platform/bindings/ScriptState.cpp
|
| @@ -1,11 +1,10 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2017 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "bindings/core/v8/ScriptState.h"
|
| +#include "platform/bindings/ScriptState.h"
|
|
|
| -#include "bindings/core/v8/V8Binding.h"
|
| -#include "core/dom/ExecutionContext.h"
|
| +#include "platform/bindings/V8Binding.h"
|
|
|
| namespace blink {
|
|
|
|
|