| Index: third_party/WebKit/Source/bindings/core/v8/ToV8.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ToV8.h b/third_party/WebKit/Source/bindings/core/v8/ToV8.h
|
| index 0f0cc79c21b58b35b9fafbf8314a9da9d1e4af1b..3e1503a676aaa3c898bc22ef452a562ab255a9a7 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ToV8.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ToV8.h
|
| @@ -7,8 +7,6 @@
|
|
|
| // ToV8() provides C++ -> V8 conversion. Note that ToV8() can return an empty
|
| // handle. Call sites must check IsEmpty() before using return value.
|
| -
|
| -#include <utility>
|
|
|
| #include "bindings/core/v8/DOMDataStore.h"
|
| #include "bindings/core/v8/IDLDictionaryBase.h"
|
| @@ -18,8 +16,9 @@
|
| #include "bindings/core/v8/V8Binding.h"
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "v8/include/v8.h"
|
| #include "wtf/Forward.h"
|
| +#include <utility>
|
| +#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|