summaryrefslogtreecommitdiffstats
path: root/accessible/interfaces/nsIAccessibleMacInterface.idl
diff options
context:
space:
mode:
Diffstat (limited to 'accessible/interfaces/nsIAccessibleMacInterface.idl')
-rw-r--r--accessible/interfaces/nsIAccessibleMacInterface.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessible/interfaces/nsIAccessibleMacInterface.idl b/accessible/interfaces/nsIAccessibleMacInterface.idl
index 384d09d5f0..952ac2a9fe 100644
--- a/accessible/interfaces/nsIAccessibleMacInterface.idl
+++ b/accessible/interfaces/nsIAccessibleMacInterface.idl
@@ -67,7 +67,7 @@ interface nsIAccessibleMacInterface : nsISupports
* Returns true if the given attribute is settable on the object.
* Emulates `AXUIElementIsAttributeSettable`.
**/
- bool isAttributeSettable(in AString attributeName);
+ boolean isAttributeSettable(in AString attributeName);
/**
* Sets the given attribute with the given value on the object.