summaryrefslogtreecommitdiffstats
path: root/netwerk/cache2/nsICachePurgeLock.idl
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/cache2/nsICachePurgeLock.idl')
-rw-r--r--netwerk/cache2/nsICachePurgeLock.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/cache2/nsICachePurgeLock.idl b/netwerk/cache2/nsICachePurgeLock.idl
index a0937a8922..35d2e5457c 100644
--- a/netwerk/cache2/nsICachePurgeLock.idl
+++ b/netwerk/cache2/nsICachePurgeLock.idl
@@ -23,7 +23,7 @@ interface nsICachePurgeLock : nsISupports {
* Returns true if another instance also holds the lock.
* Throws if called before lock was called, or after unlock was called.
*/
- bool isOtherInstanceRunning();
+ boolean isOtherInstanceRunning();
/**
* Releases the lock.