| 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 c4084d3f33d6a014fb72a92c03cdf46c48b53bcc..192f317c8de720a907e690604d482f0acdf5e2bd 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -230,7 +230,7 @@ public:
|
|
|
| void loadURLExternally(const ResourceRequest&, NavigationPolicy, const String&, bool) override {}
|
|
|
| - DocumentLoader* createDocumentLoader(LocalFrame*, const ResourceRequest&, const SubstituteData&) override;
|
| + DocumentLoader* createDocumentLoader(LocalFrame*, const ResourceRequest&, const SubstituteData&, int initiator) override;
|
|
|
| String userAgent() override { return ""; }
|
|
|
|
|