summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/page/PerformanceTiming.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/page/PerformanceTiming.idl')
-rw-r--r--Source/WebCore/page/PerformanceTiming.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/page/PerformanceTiming.idl b/Source/WebCore/page/PerformanceTiming.idl
index a0f08e2..dacf93b 100644
--- a/Source/WebCore/page/PerformanceTiming.idl
+++ b/Source/WebCore/page/PerformanceTiming.idl
@@ -42,7 +42,7 @@ 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 secureConnectionStart;
readonly attribute unsigned long long requestStart;
readonly attribute unsigned long long responseStart;
readonly attribute unsigned long long responseEnd;