summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/nsIEditRules.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/libeditor/nsIEditRules.h')
-rw-r--r--editor/libeditor/nsIEditRules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/libeditor/nsIEditRules.h b/editor/libeditor/nsIEditRules.h
index b186895ae..a493145cc 100644
--- a/editor/libeditor/nsIEditRules.h
+++ b/editor/libeditor/nsIEditRules.h
@@ -59,7 +59,7 @@ public:
bool* aHandled) = 0;
NS_IMETHOD DidDoAction(mozilla::dom::Selection* aSelection,
mozilla::RulesInfo* aInfo, nsresult aResult) = 0;
- NS_IMETHOD DocumentIsEmpty(bool* aDocumentIsEmpty) = 0;
+ NS_IMETHOD_(bool) DocumentIsEmpty() = 0;
NS_IMETHOD DocumentModified() = 0;
};