Bug 1680440 - [devtools] Remove backward compatibility comment in paused debugger overlay. r=ladybenko.

The code isn't ready to be removed, as it depends on a Bug fix,
and not a given Firefox version.

Differential Revision: https://phabricator.services.mozilla.com/D98721
This commit is contained in:
Nicolas Chevobbe 2020-12-11 13:53:22 +00:00
Родитель 48fff0a45c
Коммит efd881c98f
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -209,12 +209,11 @@ PausedDebuggerOverlay.prototype = {
try {
reason = L10N.getStr(`whyPaused.${reason}`);
} catch (e) {
// @backward-compat { version 71 } This is a temporary workaround.
// This is a temporary workaround (See Bug 1591025).
// This actors relies on a client side properties file. This file will not
// be available when debugging Firefox for Android / Gecko View.
// The highlighter also shows buttons that use client only images and are
// therefore invisible when remote debugging a mobile Firefox.
// Should be fixed in Bug 1591025.
return false;
}