зеркало из https://github.com/mozilla/gecko-dev.git
Fixing bug 242734. deCOMtaminate nsITextContent. r+sr=bryner@brianryner.com
This commit is contained in:
Родитель
7ee7f075c2
Коммит
563f8a592f
|
@ -84,9 +84,7 @@ inDOMUtils::IsIgnorableWhitespace(nsIDOMCharacterData *aDataNode,
|
|||
nsCOMPtr<nsITextContent> textContent = do_QueryInterface(aDataNode);
|
||||
NS_ASSERTION(textContent, "Does not implement nsITextContent!");
|
||||
|
||||
PRBool whiteSpaceOnly = PR_FALSE;
|
||||
textContent->IsOnlyWhitespace(&whiteSpaceOnly);
|
||||
if (!whiteSpaceOnly) {
|
||||
if (!textContent->IsOnlyWhitespace()) {
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче