summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/DocumentLoadTiming.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/loader/DocumentLoadTiming.h')
-rw-r--r--WebCore/loader/DocumentLoadTiming.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/loader/DocumentLoadTiming.h b/WebCore/loader/DocumentLoadTiming.h
index 2d4b0fa..368004b 100644
--- a/WebCore/loader/DocumentLoadTiming.h
+++ b/WebCore/loader/DocumentLoadTiming.h
@@ -31,6 +31,7 @@ namespace WebCore {
struct DocumentLoadTiming {
DocumentLoadTiming()
: navigationStart(0.0)
+ , unloadEventStart(0.0)
, unloadEventEnd(0.0)
, redirectStart(0.0)
, redirectEnd(0.0)
@@ -43,6 +44,7 @@ struct DocumentLoadTiming {
}
double navigationStart;
+ double unloadEventStart;
double unloadEventEnd;
double redirectStart;
double redirectEnd;