Loading accessible/public/nsIAccessibleEditableText.idl +3 −3 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ interface nsIEditor; [scriptable, uuid(1e9884d3-4017-4032-a121-e0185d166db5)] [scriptable, uuid(52837507-202d-4e72-a482-5f068a1fd720)] interface nsIAccessibleEditableText : nsISupports { /** Loading Loading @@ -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; }; /* Loading accessible/src/html/nsHyperTextAccessible.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
accessible/public/nsIAccessibleEditableText.idl +3 −3 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ interface nsIEditor; [scriptable, uuid(1e9884d3-4017-4032-a121-e0185d166db5)] [scriptable, uuid(52837507-202d-4e72-a482-5f068a1fd720)] interface nsIAccessibleEditableText : nsISupports { /** Loading Loading @@ -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; }; /* Loading
accessible/src/html/nsHyperTextAccessible.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading