Commit b0bc4a63 authored by surkov.alexander@gmail.com's avatar surkov.alexander@gmail.com
Browse files

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

parent e4d23fa1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;
};

/*
+1 −1
Original line number Diff line number Diff line
@@ -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);