add unity-menubar.patch for 92.0

master v92.0-1
ohfp 2021-09-10 10:58:59 +02:00
parent f56939407f
commit 0ed8765675
1 changed files with 1 additions and 1 deletions

View File

@ -3517,7 +3517,7 @@
+{
+ RefPtr<ComputedStyle> style =
+ nsComputedDOMStyle::GetComputedStyleNoFlush(
+ mContent->AsElement(), nullptr);
+ mContent->AsElement());
+
+ return style.forget();
+}