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