summarylogtreecommitdiffstats
path: root/unity-menubar.patch
diff options
context:
space:
mode:
authornikatar2021-09-17 11:58:43 +0300
committernikatar2021-09-17 11:58:43 +0300
commit2e82379b2d1158a7532ceebee5e0f6c056f60da0 (patch)
treea57ac4e6c777e8e2cd9ddabcf028c1374ed12b97 /unity-menubar.patch
parentc6dd893ec36daa57e80759ed364b55c51c1ea5ea (diff)
downloadaur-2e82379b2d1158a7532ceebee5e0f6c056f60da0.tar.gz
92.0-1
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();
+}