Browse Source

port bug 1823686

Bill Gianopoulos 1 year ago
parent
commit
1776fd289b

+ 26 - 0
comm-central/patches/9999999-port1823686-suite-bustage.patch

@@ -0,0 +1,26 @@
+# HG changeset patch
+# User Bill Gianopoulos <wgianopoulos@gmail.com>
+# Date 1679562774 0
+Bug 9999999 - Port bug 1823686 to suite.
+
+diff --git a/suite/components/shell/nsMacShellService.cpp b/suite/components/shell/nsMacShellService.cpp
+--- a/suite/components/shell/nsMacShellService.cpp
++++ b/suite/components/shell/nsMacShellService.cpp
+@@ -20,16 +20,17 @@
+ #include "nsIProperties.h"
+ #include "nsServiceManagerUtils.h"
+ #include "nsShellService.h"
+ #include "nsString.h"
+ #include "nsIDocShell.h"
+ #include "nsILoadContext.h"
+ #include "nsIPrefService.h"
+ #include "mozilla/dom/Element.h"
++#include "mozilla/dom/ReferrerInfo.h"
+ 
+ #include <ApplicationServices/ApplicationServices.h>
+ 
+ #define SAFARI_BUNDLE_IDENTIFIER "com.apple.Safari"
+ 
+ using mozilla::dom::Element;
+ 
+ NS_IMPL_ISUPPORTS(nsMacShellService, nsIShellService, nsIWebProgressListener)

+ 1 - 0
comm-central/patches/series

@@ -1,4 +1,5 @@
 9999999-port1819093-2-112a1-suite-bustage.patch
+9999999-port1823686-113a1-suite-bustage.patch
 TOP-1642188-remove-nsDOMIEvent-cc.patch
 TOP-1611010-DOMEventListener-cc.patch
 TOP-1614671-port1456035-4-and-5-61a1-cc.patch