зеркало из https://github.com/mozilla/pjs.git
Fixing bug 242734. deCOMtaminate nsITextContent. r+sr=bryner@brianryner.com
This commit is contained in:
Родитель
7112fb1be4
Коммит
56f540e7d7
|
@ -634,9 +634,7 @@ txXPathNodeUtils::isWhitespace(const txXPathNode& aNode)
|
||||||
if (!textCont) {
|
if (!textCont) {
|
||||||
return PR_TRUE;
|
return PR_TRUE;
|
||||||
}
|
}
|
||||||
PRBool onlyWhitespace;
|
return textCont->IsOnlyWhitespace();
|
||||||
textCont->IsOnlyWhitespace(&onlyWhitespace);
|
|
||||||
return onlyWhitespace;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* static */
|
/* static */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче