| Index: third_party/WebKit/Source/web/WebDataSourceImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.cpp b/third_party/WebKit/Source/web/WebDataSourceImpl.cpp
|
| index 95760372df657f6c0699a9b71a069297a01f1183..658656ee0c49f036eba6a977f35c66fb6269ca1d 100644
|
| --- a/third_party/WebKit/Source/web/WebDataSourceImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDataSourceImpl.cpp
|
| @@ -95,7 +95,7 @@ WebNavigationType WebDataSourceImpl::navigationType() const
|
| return toWebNavigationType(DocumentLoader::getNavigationType());
|
| }
|
|
|
| -WebDataSource::ExtraData* WebDataSourceImpl::extraData() const
|
| +WebDataSource::ExtraData* WebDataSourceImpl::getExtraData() const
|
| {
|
| return m_extraData.get();
|
| }
|
|
|