icecat: add release icecat-140.7.0-1gnu1 for ecne
This commit is contained in:
parent
7d0f5dab3b
commit
30225f2e73
156 changed files with 9131 additions and 4525 deletions
|
|
@ -596,6 +596,10 @@ void nsHTMLDocument::NamedGetter(JSContext* aCx, const nsAString& aName,
|
|||
aRv.NoteJSContextException(aCx);
|
||||
return;
|
||||
}
|
||||
|
||||
if (v.isNullOrUndefined()) {
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
// Step 3. Otherwise, if elements has only one element, return that
|
||||
// element.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue