| Index: Source/web/WebDataSourceImpl.cpp
|
| diff --git a/Source/web/WebDataSourceImpl.cpp b/Source/web/WebDataSourceImpl.cpp
|
| index 92b4cc92dbdeec7fb61d316cab28f7c30d9a6036..8bdb7a1fcd6916bc86ab02f5fe1f584a5b87ba65 100644
|
| --- a/Source/web/WebDataSourceImpl.cpp
|
| +++ b/Source/web/WebDataSourceImpl.cpp
|
| @@ -115,7 +115,7 @@ void WebDataSourceImpl::setExtraData(ExtraData* extraData)
|
|
|
| void WebDataSourceImpl::setNavigationStartTime(double navigationStart)
|
| {
|
| - timing()->setNavigationStart(navigationStart);
|
| + timing().setNavigationStart(navigationStart);
|
| }
|
|
|
| WebNavigationType WebDataSourceImpl::toWebNavigationType(NavigationType type)
|
|
|