diff options
Diffstat (limited to 'security/manager/ssl/nsITLSSocketControl.idl')
-rw-r--r-- | security/manager/ssl/nsITLSSocketControl.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/manager/ssl/nsITLSSocketControl.idl b/security/manager/ssl/nsITLSSocketControl.idl index 42d1b4bcd7..a0b6e47c73 100644 --- a/security/manager/ssl/nsITLSSocketControl.idl +++ b/security/manager/ssl/nsITLSSocketControl.idl @@ -46,7 +46,7 @@ interface nsITLSSocketControl : nsISupports { /* If 0RTT handshake was applied and some data has been sent, as soon as * the handshake finishes this attribute will be set to appropriate value. */ - readonly attribute bool earlyDataAccepted; + readonly attribute boolean earlyDataAccepted; /* When 0RTT is performed, PR_Write will not drive the handshake forward. * It must be forced by calling this function. |