*** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@28243 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d158014b17
commit
9d9d079eda
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user