diff options
Diffstat (limited to 'security/manager/ssl/nsIDataStorage.idl')
-rw-r--r-- | security/manager/ssl/nsIDataStorage.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/manager/ssl/nsIDataStorage.idl b/security/manager/ssl/nsIDataStorage.idl index 3fe2c87f77..0722dbdd7e 100644 --- a/security/manager/ssl/nsIDataStorage.idl +++ b/security/manager/ssl/nsIDataStorage.idl @@ -103,7 +103,7 @@ interface nsIDataStorage : nsISupports { // Returns true if this data storage is ready to be used. To avoid blocking // when calling other nsIDataStorage functions, callers may wish to first // ensure this function returns true. - bool isReady(); + boolean isReady(); // Read all of the data items. // This operation may block the current thread until the background task |