| Index: third_party/WebKit/Source/core/loader/EmptyClients.h
 | 
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
 | 
| index 24f7fcb9d660981f62054cb1325d0ff07b902712..9e8c6250337d8b238f72e26129bfd81b24ef342b 100644
 | 
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
 | 
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
 | 
| @@ -29,6 +29,8 @@
 | 
|  #ifndef EmptyClients_h
 | 
|  #define EmptyClients_h
 | 
|  
 | 
| +#include <v8.h>
 | 
| +#include <memory>
 | 
|  #include "core/CoreExport.h"
 | 
|  #include "core/frame/RemoteFrameClient.h"
 | 
|  #include "core/loader/FrameLoaderClient.h"
 | 
| @@ -48,8 +50,6 @@
 | 
|  #include "public/platform/WebFocusType.h"
 | 
|  #include "public/platform/WebScreenInfo.h"
 | 
|  #include "wtf/Forward.h"
 | 
| -#include <memory>
 | 
| -#include <v8.h>
 | 
|  
 | 
|  /*
 | 
|   This file holds empty Client stubs for use by WebCore.
 | 
| @@ -350,8 +350,7 @@ class CORE_EXPORT EmptyFrameLoaderClient : public FrameLoaderClient {
 | 
|    void runScriptsAtDocumentElementAvailable() override {}
 | 
|    void runScriptsAtDocumentReady(bool) override {}
 | 
|  
 | 
| -  void didCreateScriptContext(v8::Local<v8::Context>,
 | 
| -                              int worldId) override {}
 | 
| +  void didCreateScriptContext(v8::Local<v8::Context>, int worldId) override {}
 | 
|    void willReleaseScriptContext(v8::Local<v8::Context>, int worldId) override {}
 | 
|    bool allowScriptExtensions() override { return false; }
 | 
|  
 | 
| 
 |