Bug 386971 - rename nsIAccEditableText::editor, r=ginn.chen

This commit is contained in:
surkov.alexander@gmail.com 2007-07-11 23:56:55 -07:00
parent 7c3f8e2c1c
commit bba87531fc
2 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@
interface nsIEditor;
[scriptable, uuid(1e9884d3-4017-4032-a121-e0185d166db5)]
[scriptable, uuid(52837507-202d-4e72-a482-5f068a1fd720)]
interface nsIAccessibleEditableText : nsISupports
{
/**
@ -105,9 +105,9 @@ interface nsIAccessibleEditableText : nsISupports
void pasteText (in long position);
/**
* Returns an editor.
* Returns an editor associated with the accessible.
*/
[noscript] readonly attribute nsIEditor editor;
[noscript] readonly attribute nsIEditor associatedEditor;
};
/*

View File

@ -1135,7 +1135,7 @@ NS_IMETHODIMP nsHyperTextAccessible::PasteText(PRInt32 aPosition)
}
NS_IMETHODIMP
nsHyperTextAccessible::GetEditor(nsIEditor **aEditor)
nsHyperTextAccessible::GetAssociatedEditor(nsIEditor **aEditor)
{
NS_ENSURE_ARG_POINTER(aEditor);