diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-04-07 10:48:22 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-04-07 10:48:22 -0400 |
commit | 03cf69df453c7d4e188259e4bfb7317e8e993a33 (patch) | |
tree | a73a58ef995281154d6c182a3e353ab97bcea7dd /application/palemoon/base/content/popup-notifications.inc | |
parent | ca9f588f3169be9601fae1f6aaf876c85cdf58cf (diff) | |
download | UXP-03cf69df453c7d4e188259e4bfb7317e8e993a33.tar UXP-03cf69df453c7d4e188259e4bfb7317e8e993a33.tar.gz UXP-03cf69df453c7d4e188259e4bfb7317e8e993a33.tar.lz UXP-03cf69df453c7d4e188259e4bfb7317e8e993a33.tar.xz UXP-03cf69df453c7d4e188259e4bfb7317e8e993a33.zip |
[PALEMOON] Finish incomplete ifdef'ing of MOZ_WEBRTC
Diffstat (limited to 'application/palemoon/base/content/popup-notifications.inc')
-rw-r--r-- | application/palemoon/base/content/popup-notifications.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/palemoon/base/content/popup-notifications.inc b/application/palemoon/base/content/popup-notifications.inc index 04f4cb5b7..3112de597 100644 --- a/application/palemoon/base/content/popup-notifications.inc +++ b/application/palemoon/base/content/popup-notifications.inc @@ -54,7 +54,7 @@ </hbox> </panel> - +#ifdef MOZ_WEBRTC <popupnotification id="webRTC-shareDevices-notification" hidden="true"> <popupnotificationcontent id="webRTC-selectCamera" orient="vertical"> <separator class="thin"/> @@ -75,7 +75,7 @@ </menulist> </popupnotificationcontent> </popupnotification> - +#endif <popupnotification id="servicesInstall-notification" hidden="true"> <popupnotificationcontent orient="vertical" align="start"> <!-- XXX bug 974146, tests are looking for this, can't remove yet. --> |