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 4b7bbd809aaca47d0c081cdfee0d344e455127a2..ba5b57a6034a484f2a068fa8e7e12e7b3fc9da6d 100644 |
--- a/third_party/WebKit/Source/web/WebDataSourceImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebDataSourceImpl.cpp |
@@ -118,6 +118,11 @@ void WebDataSourceImpl::setNavigationStartTime(double navigationStart) |
timing().setNavigationStart(navigationStart); |
} |
+double WebDataSourceImpl::getNavigationStartTime() |
+{ |
+ return timing().navigationStart(); |
+} |
+ |
WebNavigationType WebDataSourceImpl::toWebNavigationType(NavigationType type) |
{ |
switch (type) { |