| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 2195c5c8ef70a62859cfcc14ad60891bc7aaa8bd..701ca0da19d3cda6ac1de170b80cc1ac103a707b 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -127,6 +127,7 @@
|
| #include "core/frame/ScreenOrientationController.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/frame/SmartClip.h"
|
| +#include "core/frame/SuspendableScriptExecutor.h"
|
| #include "core/frame/UseCounter.h"
|
| #include "core/frame/VisualViewport.h"
|
| #include "core/html/HTMLAnchorElement.h"
|
| @@ -222,7 +223,6 @@
|
| #include "web/CompositionUnderlineVectorBuilder.h"
|
| #include "web/RemoteFrameOwner.h"
|
| #include "web/SharedWorkerRepositoryClientImpl.h"
|
| -#include "web/SuspendableScriptExecutor.h"
|
| #include "web/TextCheckerClientImpl.h"
|
| #include "web/TextFinder.h"
|
| #include "web/WebAssociatedURLLoaderImpl.h"
|
|
|