| Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| index b8887d2f0ead0b7ebe9b4250babc7e5e7827d0ce..fed7c64d53994f8895a202219183c32fa638cf6b 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| @@ -153,7 +153,7 @@ public:
|
| // that match any element on the frame.
|
| virtual void selectorMatchChanged(const Vector<String>& addedSelectors, const Vector<String>& removedSelectors) = 0;
|
|
|
| - virtual DocumentLoader* createDocumentLoader(LocalFrame*, const ResourceRequest&, const SubstituteData&) = 0;
|
| + virtual DocumentLoader* createDocumentLoader(LocalFrame*, const ResourceRequest&, const SubstituteData&, int initiator) = 0;
|
|
|
| virtual String userAgent() = 0;
|
|
|
|
|