| Index: third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.h b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| index f0f464d7f5f8d1d6601f568e4f43ea85c4d45588..4af9003be00cd93acf9477cd8626d08be3486f3b 100644
|
| --- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| @@ -73,6 +73,8 @@ class WebDataSourceImpl final : public DocumentLoader, public WebDataSource {
|
| double fetchStartTime,
|
| bool hasRedirect) override;
|
| void setSubresourceFilter(WebDocumentSubresourceFilter*) override;
|
| + void setSourceLocation(const WebSourceLocation&) override;
|
| + void resetSourceLocation() override;
|
|
|
| static WebNavigationType toWebNavigationType(NavigationType);
|
|
|
|
|