| Index: Source/web/WebDataSourceImpl.cpp
|
| diff --git a/Source/web/WebDataSourceImpl.cpp b/Source/web/WebDataSourceImpl.cpp
|
| index 7edc186d8ca984c52d36c9d7e14bd5cc2bd3b29f..92b4cc92dbdeec7fb61d316cab28f7c30d9a6036 100644
|
| --- a/Source/web/WebDataSourceImpl.cpp
|
| +++ b/Source/web/WebDataSourceImpl.cpp
|
| @@ -99,13 +99,7 @@ bool WebDataSourceImpl::replacesCurrentHistoryItem() const
|
|
|
| WebNavigationType WebDataSourceImpl::navigationType() const
|
| {
|
| - return toWebNavigationType(triggeringAction().type());
|
| -}
|
| -
|
| -double WebDataSourceImpl::triggeringEventTime() const
|
| -{
|
| - // DOMTimeStamp uses units of milliseconds.
|
| - return convertDOMTimeStampToSeconds(triggeringAction().eventTimeStamp());
|
| + return toWebNavigationType(DocumentLoader::navigationType());
|
| }
|
|
|
| WebDataSource::ExtraData* WebDataSourceImpl::extraData() const
|
|
|