This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From ubuntu:18.04 | |
ENV DEBIAN_FRONTEND=noninteractive | |
RUN apt-get -y update | |
RUN apt-get -y install build-essential automake autoconf-archive git libtool | |
RUN apt-get -y install libgtkmm-3.0-dev libmigemo1 libasound2-data libltdl-dev libasound2-dev libgnutls28-dev | |
## gcc-6 g++-6 | |
RUN apt-get install gcc-6 g++-6 -y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/common/content/util.js b/common/content/util.js | |
index e12bee0..2a50b7b 100644 | |
--- a/common/content/util.js | |
+++ b/common/content/util.js | |
@@ -827,7 +827,7 @@ const Util = Module("util", { | |
return { | |
__proto__: ary, | |
__iterator__: function () this.iteritems(), | |
- __noSuchMethod__: function (meth, args) { | |
+ mapImpl: function (meth, args) { |