Issue #2790 - Part 3: Address BZ bug 1849122 and resolve build issues

This commit is contained in:
MeladJM 2025-07-22 23:14:40 +08:00 committed by roytam1
commit 4cdfb9e16b
4 changed files with 33 additions and 4 deletions

View file

@ -63,8 +63,6 @@ public:
explicit nsDOMWindowUtils(nsGlobalWindow *aWindow);
NS_DECL_ISUPPORTS
NS_DECL_NSIDOMWINDOWUTILS
NS_IMETHOD AddElementEventState(nsIDOMElement* aElement, uint64_t aState) override;
NS_IMETHOD RemoveElementEventState(nsIDOMElement* aElement, uint64_t aState) override;
protected:
~nsDOMWindowUtils();