summaryrefslogtreecommitdiff
path: root/mozilla-1580174-webrtc-popup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mozilla-1580174-webrtc-popup.patch')
-rw-r--r--mozilla-1580174-webrtc-popup.patch2
1 files changed, 1 insertions, 1 deletions
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;
+ }
+
bgstack15