| 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 b948d879b5d24855cb430c3126df41384f655c41..035385fb7d01fe4ebf4fd4e9ff0ebf3a71645aae 100644
|
| --- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| @@ -63,7 +63,7 @@ public:
|
| bool isClientRedirect() const override;
|
| bool replacesCurrentHistoryItem() const override;
|
| WebNavigationType navigationType() const override;
|
| - ExtraData* extraData() const override;
|
| + ExtraData* getExtraData() const override;
|
| void setExtraData(ExtraData*) override;
|
| void setNavigationStartTime(double) override;
|
|
|
|
|