summaryrefslogtreecommitdiffstats
path: root/dom/ipc/nsILoginDetectionService.idl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/ipc/nsILoginDetectionService.idl')
-rw-r--r--dom/ipc/nsILoginDetectionService.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/ipc/nsILoginDetectionService.idl b/dom/ipc/nsILoginDetectionService.idl
index a0b1ae90a7..123318d5db 100644
--- a/dom/ipc/nsILoginDetectionService.idl
+++ b/dom/ipc/nsILoginDetectionService.idl
@@ -18,5 +18,5 @@ interface nsILoginDetectionService : nsISupports
* Returns true if we have loaded logins from the password manager.
* This is now used by testcase only.
*/
- bool isLoginsLoaded();
+ boolean isLoginsLoaded();
};