diff options
Diffstat (limited to 'WebCore/page/PerformanceTiming.idl')
-rw-r--r-- | WebCore/page/PerformanceTiming.idl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/page/PerformanceTiming.idl b/WebCore/page/PerformanceTiming.idl index a13b8d7..a0f08e2 100644 --- a/WebCore/page/PerformanceTiming.idl +++ b/WebCore/page/PerformanceTiming.idl @@ -42,13 +42,14 @@ module window { readonly attribute unsigned long long domainLookupEnd; readonly attribute unsigned long long connectStart; readonly attribute unsigned long long connectEnd; + readonly attribute unsigned long long sslHandshakeStart; readonly attribute unsigned long long requestStart; readonly attribute unsigned long long responseStart; readonly attribute unsigned long long responseEnd; readonly attribute unsigned long long domLoading; readonly attribute unsigned long long domInteractive; - readonly attribute unsigned long long domContentLoadedStart; - readonly attribute unsigned long long domContentLoadedEnd; + readonly attribute unsigned long long domContentLoadedEventStart; + readonly attribute unsigned long long domContentLoadedEventEnd; readonly attribute unsigned long long domComplete; readonly attribute unsigned long long loadEventStart; readonly attribute unsigned long long loadEventEnd; |