diff --git a/editor/idl/nsISpellCheck.idl b/editor/idl/nsISpellCheck.idl index cd3f5afdbf20..584417d34ac9 100644 --- a/editor/idl/nsISpellCheck.idl +++ b/editor/idl/nsISpellCheck.idl @@ -30,7 +30,7 @@ interface nsISpellCheck : nsISupports void IgnoreWordAllOccurrences(in wstring word); void AddWordToDictionary(in wstring word); void RemoveWordFromDictionary(in wstring word); - wstring GetPersonalDictionaryWord(); + wstring GetPersonalDictionaryWord(in wstring word); void CloseSpellChecking(); };