diff --git a/editor/base/CreateElementTxn.cpp b/editor/base/CreateElementTxn.cpp index b3842eee885..5bdd71f2797 100644 --- a/editor/base/CreateElementTxn.cpp +++ b/editor/base/CreateElementTxn.cpp @@ -35,10 +35,10 @@ CreateElementTxn::CreateElementTxn() { } -NS_IMETHODIMP CreateElementTxn::Init(nsIEditor *aEditor, - const nsString& aTag, - nsIDOMNode *aParent, - PRUint32 aOffsetInParent) +NS_IMETHODIMP CreateElementTxn::Init(nsIEditor *aEditor, + const nsString &aTag, + nsIDOMNode *aParent, + PRUint32 aOffsetInParent) { NS_ASSERTION(aEditor&&aParent, "null args"); if (aEditor && aParent) diff --git a/editor/libeditor/base/CreateElementTxn.cpp b/editor/libeditor/base/CreateElementTxn.cpp index b3842eee885..5bdd71f2797 100644 --- a/editor/libeditor/base/CreateElementTxn.cpp +++ b/editor/libeditor/base/CreateElementTxn.cpp @@ -35,10 +35,10 @@ CreateElementTxn::CreateElementTxn() { } -NS_IMETHODIMP CreateElementTxn::Init(nsIEditor *aEditor, - const nsString& aTag, - nsIDOMNode *aParent, - PRUint32 aOffsetInParent) +NS_IMETHODIMP CreateElementTxn::Init(nsIEditor *aEditor, + const nsString &aTag, + nsIDOMNode *aParent, + PRUint32 aOffsetInParent) { NS_ASSERTION(aEditor&&aParent, "null args"); if (aEditor && aParent)