From def92d1b8e9d373e2f6f27c366d578d97d8960c6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:50 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- security/manager/ssl/nsITLSSocketControl.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/manager/ssl/nsITLSSocketControl.idl') 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. -- cgit v1.2.3