summarylogtreecommitdiffstats
path: root/unity-menubar.patch
diff options
context:
space:
mode:
authorBjörn Bidar2021-10-03 07:40:57 +0300
committerBjörn Bidar2021-10-03 15:14:46 +0300
commit89479b74d0dd8e4ff7600fcbcf9139f139fa91a3 (patch)
tree1f7a5b060858ccc35a3ff71369e729803ed7b5ac /unity-menubar.patch
parentdef67a1d3743d160c7890ff5af2c1e1b81f6fba2 (diff)
downloadaur-89479b74d0dd8e4ff7600fcbcf9139f139fa91a3.tar.gz
Update to 92.0.1
- New upstream release - Update patches: - unity-menubar patch from Ubuntu - firefox-kde patches from openSUSE - Gentoo - Use Gentoo patches for system: - harbuzz - graphite2 - av1 - Remove need for graphite2 mozilla by using patch that reuses bundeld GeckoExtra for graphite instead of patching graphite2 - Update workaround patch for #14
Diffstat (limited to 'unity-menubar.patch')
-rw-r--r--unity-menubar.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/unity-menubar.patch b/unity-menubar.patch
index 0c4103b66447..e404f73da79a 100644
--- a/unity-menubar.patch
+++ b/unity-menubar.patch
@@ -3517,7 +3517,7 @@
+{
+ RefPtr<ComputedStyle> style =
+ nsComputedDOMStyle::GetComputedStyleNoFlush(
-+ mContent->AsElement(), nullptr);
++ mContent->AsElement());
+
+ return style.forget();
+}