| Index: third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp b/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp
|
| index d5c6f4a20bc4b6aeb93ed45426617dcd2c01074a..fa804758ff6b7bf4bc9f06e97419829fff8cd994 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp
|
| @@ -30,9 +30,10 @@
|
|
|
| #include "bindings/core/v8/WindowProxy.h"
|
|
|
| +#include <v8-debug.h>
|
| +#include <v8.h>
|
| #include <algorithm>
|
| #include <utility>
|
| -
|
| #include "bindings/core/v8/ConditionalFeatures.h"
|
| #include "bindings/core/v8/DOMWrapperWorld.h"
|
| #include "bindings/core/v8/ScriptController.h"
|
| @@ -67,8 +68,6 @@
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "public/platform/Platform.h"
|
| -#include "v8/include/v8-debug.h"
|
| -#include "v8/include/v8.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/StringExtras.h"
|
| #include "wtf/text/CString.h"
|
|
|