зеркало из 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) {
|
||||
return PR_TRUE;
|
||||
}
|
||||
PRBool onlyWhitespace;
|
||||
textCont->IsOnlyWhitespace(&onlyWhitespace);
|
||||
return onlyWhitespace;
|
||||
return textCont->IsOnlyWhitespace();
|
||||
}
|
||||
|
||||
/* static */
|
||||
|
|
Загрузка…
Ссылка в новой задаче