зеркало из https://github.com/mozilla/gecko-dev.git
*** empty log message ***
This commit is contained in:
Родитель
2cc4cd0078
Коммит
ced0729237
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче