зеркало из https://github.com/mozilla/pjs.git
Bug 386971 - rename nsIAccEditableText::editor, r=ginn.chen
This commit is contained in:
Родитель
58aee53863
Коммит
1b45889484
|
@ -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;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче