diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-05-22 09:38:42 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-05-22 09:38:42 -0400 |
commit | ce348b605c43fe79ca9d33c3a6e68379b02da2e5 (patch) | |
tree | a4335f4247ce2f50e9428f1bfa64f532451ff7f2 | |
parent | a16867eba7fb99a343f0f5027b3de9205a5377d0 (diff) | |
download | iceweasel-uxp-ce348b605c43fe79ca9d33c3a6e68379b02da2e5.tar.gz |
UXP#1538 - remove speech recognition
-rw-r--r-- | installer/package-manifest.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/installer/package-manifest.in b/installer/package-manifest.in index 2079ba9..85018d5 100644 --- a/installer/package-manifest.in +++ b/installer/package-manifest.in @@ -202,9 +202,6 @@ @RESPATH@/components/dom_storage.xpt @RESPATH@/components/dom_stylesheets.xpt @RESPATH@/components/dom_traversal.xpt -#ifdef MOZ_WEBSPEECH -@RESPATH@/components/dom_webspeechrecognition.xpt -#endif @RESPATH@/components/dom_workers.xpt @RESPATH@/components/dom_xbl.xpt @RESPATH@/components/dom_xhr.xpt |