mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +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
|
|
@ -16,6 +16,9 @@
|
|||
|
||||
namespace mozilla {
|
||||
class ErrorResult;
|
||||
namespace dom {
|
||||
class DocGroup;
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
|
||||
class nsDOMStringMap : public nsStubMutationObserver,
|
||||
|
|
@ -32,6 +35,8 @@ public:
|
|||
return mElement;
|
||||
}
|
||||
|
||||
mozilla::dom::DocGroup* GetDocGroup() const;
|
||||
|
||||
explicit nsDOMStringMap(mozilla::dom::Element* aElement);
|
||||
|
||||
// WebIDL API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue