Implement cycle collection support for the Visual Viewport API

This commit is contained in:
Amelia Hart 2025-09-26 11:00:06 +02:00 committed by wuggy
commit 46a5a2a57a
3 changed files with 21 additions and 0 deletions

View file

@ -21,6 +21,9 @@ class VisualViewport final: public mozilla::DOMEventTargetHelper
{
public:
NS_DECL_ISUPPORTS_INHERITED
NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED(VisualViewport, DOMEventTargetHelper)
explicit VisualViewport(nsPIDOMWindowInner* aWindow);
explicit VisualViewport(nsIGlobalObject* aGlobal);