зеркало из https://github.com/mozilla/pjs.git
Bug 374069 - Crash [@ nsContentUtils::ComparePoints] with testcase, when right-clicking, r=mscott, a=dbaron
This commit is contained in:
Родитель
7bf61c3b4e
Коммит
028685e4a1
|
@ -786,6 +786,7 @@ NS_IMETHODIMP
|
|||
mozInlineSpellChecker::GetMispelledWord(nsIDOMNode *aNode, PRInt32 aOffset,
|
||||
nsIDOMRange **newword)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(aNode);
|
||||
nsCOMPtr<nsISelection> spellCheckSelection;
|
||||
nsresult res = GetSpellCheckSelection(getter_AddRefs(spellCheckSelection));
|
||||
NS_ENSURE_SUCCESS(res, res);
|
||||
|
|
|
@ -81,7 +81,7 @@ var InlineSpellCheckerUI = {
|
|||
{
|
||||
this.mOverMisspelling = false;
|
||||
|
||||
if (! this.mInlineSpellChecker)
|
||||
if (!rangeParent || !this.mInlineSpellChecker)
|
||||
return;
|
||||
|
||||
var selcon = this.mEditor.selectionController;
|
||||
|
|
Загрузка…
Ссылка в новой задаче