| 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 2bbdba30a46b62d2e403ef57e45e83b5f0e06349..fa804758ff6b7bf4bc9f06e97419829fff8cd994 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp
|
| @@ -30,6 +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"
|
| @@ -47,6 +51,7 @@
|
| #include "bindings/core/v8/V8PrivateProperty.h"
|
| #include "bindings/core/v8/V8Window.h"
|
| #include "core/frame/LocalFrame.h"
|
| +#include "core/frame/LocalFrameClient.h"
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
| #include "core/html/DocumentNameCollection.h"
|
| #include "core/html/HTMLCollection.h"
|
| @@ -55,7 +60,6 @@
|
| #include "core/inspector/MainThreadDebugger.h"
|
| #include "core/loader/DocumentLoader.h"
|
| #include "core/loader/FrameLoader.h"
|
| -#include "core/loader/FrameLoaderClient.h"
|
| #include "core/origin_trials/OriginTrialContext.h"
|
| #include "platform/Histogram.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| @@ -67,10 +71,6 @@
|
| #include "wtf/Assertions.h"
|
| #include "wtf/StringExtras.h"
|
| #include "wtf/text/CString.h"
|
| -#include <algorithm>
|
| -#include <utility>
|
| -#include <v8-debug.h>
|
| -#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|