From dced7c2e45db854be4905678075a3717fb96c381 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 18 Aug 2020 17:22:12 +0200 Subject: Build fixes - spec, patches --- mozilla-1580174-webrtc-popup.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mozilla-1580174-webrtc-popup.patch') diff --git a/mozilla-1580174-webrtc-popup.patch b/mozilla-1580174-webrtc-popup.patch index 2d154eb..f2c45b5 100644 --- a/mozilla-1580174-webrtc-popup.patch +++ b/mozilla-1580174-webrtc-popup.patch @@ -9,7 +9,7 @@ diff --git a/widget/gtk/nsWindow.cpp b/widget/gtk/nsWindow.cpp + // Check if the popup is autocomplete (like tags autocomplete + // in the bookmark edit popup). + nsAtom* popupId = aMenuPopupFrame->GetContent()->GetID(); -+ if (popupId && popupId->Equals(NS_LITERAL_STRING("PopupAutoComplete"))) { ++ if (popupId && popupId->Equals(NS_LITERAL_STRING_FROM_CSTRING("PopupAutoComplete"))) { + return true; + } + -- cgit