зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1025170 - Selection::Modify should return on failure. r=bz
This commit is contained in:
Родитель
8f67db8df7
Коммит
2c4d470420
|
@ -5712,6 +5712,7 @@ Selection::Modify(const nsAString& aAlter, const nsAString& aDirection,
|
|||
aGranularity.LowerCaseEqualsLiteral("paragraphboundary") ||
|
||||
aGranularity.LowerCaseEqualsLiteral("documentboundary")) {
|
||||
aRv.Throw(NS_ERROR_NOT_IMPLEMENTED);
|
||||
return;
|
||||
}
|
||||
else {
|
||||
aRv.Throw(NS_ERROR_DOM_SYNTAX_ERR);
|
||||
|
|
Загрузка…
Ссылка в новой задаче