Index: Source/web/WebDataSourceImpl.cpp |
diff --git a/Source/web/WebDataSourceImpl.cpp b/Source/web/WebDataSourceImpl.cpp |
index 93be359dbb62eaa2a9faa68ea9932e5abc64372f..de7b4b3176d4c537d73a2edf18227b0d9b847d30 100644 |
--- a/Source/web/WebDataSourceImpl.cpp |
+++ b/Source/web/WebDataSourceImpl.cpp |
@@ -106,11 +106,8 @@ WebNavigationType WebDataSourceImpl::navigationType() const |
double WebDataSourceImpl::triggeringEventTime() const |
{ |
- if (!triggeringAction().event()) |
- return 0.0; |
- |
// DOMTimeStamp uses units of milliseconds. |
- return convertDOMTimeStampToSeconds(triggeringAction().event()->timeStamp()); |
+ return convertDOMTimeStampToSeconds(triggeringAction().eventTimeStamp()); |
} |
WebDataSource::ExtraData* WebDataSourceImpl::extraData() const |