mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 22:08:40 +09:00
parent
93421ff24c
commit
9fdf69e567
23 changed files with 42 additions and 2 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#include "nsDOMMutationObserver.h"
|
||||
|
||||
#include "mozilla/AnimationTarget.h"
|
||||
#include "mozilla/CycleCollectedJSContext.h"
|
||||
#include "mozilla/Maybe.h"
|
||||
#include "mozilla/OwningNonNull.h"
|
||||
|
||||
|
|
@ -30,6 +31,9 @@ using mozilla::dom::TreeOrderComparator;
|
|||
using mozilla::dom::Animation;
|
||||
using mozilla::dom::Element;
|
||||
|
||||
using namespace mozilla;
|
||||
using namespace mozilla::dom;
|
||||
|
||||
AutoTArray<RefPtr<nsDOMMutationObserver>, 4>*
|
||||
nsDOMMutationObserver::sScheduledMutationObservers = nullptr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue