mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]
Tag #1375
This commit is contained in:
parent
fc8fcfc039
commit
ca09afd0b0
30 changed files with 206 additions and 44 deletions
|
|
@ -239,6 +239,12 @@ HTMLOptionsCollection::GetParentObject()
|
|||
return mSelect;
|
||||
}
|
||||
|
||||
DocGroup*
|
||||
HTMLOptionsCollection::GetDocGroup() const
|
||||
{
|
||||
return mSelect ? mSelect->GetDocGroup() : nullptr;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
HTMLOptionsCollection::NamedItem(const nsAString& aName,
|
||||
nsIDOMNode** aReturn)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue