This commit is contained in:
buster%netscape.com 1999-04-20 17:39:23 +00:00
Родитель f0a100faf7
Коммит 95adc8c308
2 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -35,10 +35,10 @@ CreateElementTxn::CreateElementTxn()
{ {
} }
NS_IMETHODIMP CreateElementTxn::Init(nsIEditor *aEditor, NS_IMETHODIMP CreateElementTxn::Init(nsIEditor *aEditor,
const nsString& aTag, const nsString &aTag,
nsIDOMNode *aParent, nsIDOMNode *aParent,
PRUint32 aOffsetInParent) PRUint32 aOffsetInParent)
{ {
NS_ASSERTION(aEditor&&aParent, "null args"); NS_ASSERTION(aEditor&&aParent, "null args");
if (aEditor && aParent) if (aEditor && aParent)

Просмотреть файл

@ -35,10 +35,10 @@ CreateElementTxn::CreateElementTxn()
{ {
} }
NS_IMETHODIMP CreateElementTxn::Init(nsIEditor *aEditor, NS_IMETHODIMP CreateElementTxn::Init(nsIEditor *aEditor,
const nsString& aTag, const nsString &aTag,
nsIDOMNode *aParent, nsIDOMNode *aParent,
PRUint32 aOffsetInParent) PRUint32 aOffsetInParent)
{ {
NS_ASSERTION(aEditor&&aParent, "null args"); NS_ASSERTION(aEditor&&aParent, "null args");
if (aEditor && aParent) if (aEditor && aParent)