зеркало из https://github.com/mozilla/pjs.git
Changed GetTag() to return NULL for the tag name
This commit is contained in:
Родитель
47230eef59
Коммит
90496286f5
|
@ -100,8 +100,8 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
NS_IMETHOD GetTag(nsIAtom*& aResult) const {
|
NS_IMETHOD GetTag(nsIAtom*& aResult) const {
|
||||||
//*aResult = nsnull;
|
aResult = nsnull;
|
||||||
return NS_ERROR_FAILURE;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -100,8 +100,8 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
NS_IMETHOD GetTag(nsIAtom*& aResult) const {
|
NS_IMETHOD GetTag(nsIAtom*& aResult) const {
|
||||||
//*aResult = nsnull;
|
aResult = nsnull;
|
||||||
return NS_ERROR_FAILURE;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче