зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1069674 - Disable web audio tools on unsupported platforms. r=jryans
This commit is contained in:
Родитель
d8cefd7661
Коммит
3dfbe6f1f5
|
@ -385,7 +385,7 @@ Tools.webAudioEditor = {
|
|||
tooltip: l10n("ToolboxWebAudioEditor1.tooltip", webAudioEditorStrings),
|
||||
|
||||
isTargetSupported: function(target) {
|
||||
return !target.isAddon && !target.chrome;
|
||||
return !target.isAddon && !target.chrome && target.hasActor("webaudio");
|
||||
},
|
||||
|
||||
build: function(iframeWindow, toolbox) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче