icecat: add release icecat-140.8.0-2gnu1 for ecne

This commit is contained in:
Ark74 2026-03-11 04:51:36 -06:00
parent 450538011a
commit 8eb1f1732f
616 changed files with 39955 additions and 33937 deletions

View file

@ -18,6 +18,7 @@
#include "nsIInterfaceRequestorUtils.h"
#include "nsIWebBrowserChrome.h"
#include "nsIWindowProvider.h"
#include "nsWeakReference.h"
namespace mozilla {
class AppWindow;
@ -27,7 +28,8 @@ class nsContentTreeOwner final : public nsIDocShellTreeOwner,
public nsIBaseWindow,
public nsIInterfaceRequestor,
public nsIWebBrowserChrome,
public nsIWindowProvider {
public nsIWindowProvider,
public nsSupportsWeakReference {
friend class mozilla::AppWindow;
public: