| Index: third_party/WebKit/Source/bindings/core/v8/ToV8ForCore.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ToV8.cpp b/third_party/WebKit/Source/bindings/core/v8/ToV8ForCore.cpp
|
| similarity index 92%
|
| rename from third_party/WebKit/Source/bindings/core/v8/ToV8.cpp
|
| rename to third_party/WebKit/Source/bindings/core/v8/ToV8ForCore.cpp
|
| index 08ed539aa302db300145099e8c2bca4e75599852..4db3bc58d85928173bb9e498cbf5e78104b3f797 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ToV8.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ToV8ForCore.cpp
|
| @@ -1,8 +1,8 @@
|
| -// Copyright 2015 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/ToV8.h"
|
| +#include "bindings/core/v8/ToV8ForCore.h"
|
|
|
| #include "bindings/core/v8/WindowProxy.h"
|
| #include "core/events/EventTarget.h"
|
|
|