зеркало из https://github.com/mozilla/pluotsorbet.git
use new operator to instantiate Uint8Array for Chrome
This commit is contained in:
Родитель
d029c03a48
Коммит
9831f21cbd
|
@ -465,7 +465,7 @@ Native["com/sun/cldc/io/ResourceInputStream.open.(Ljava/lang/String;)Ljava/lang/
|
|||
var obj = null;
|
||||
if (data) {
|
||||
obj = CLASSES.newObject(CLASSES.java_lang_Object);
|
||||
obj.data = Uint8Array(data);
|
||||
obj.data = new Uint8Array(data);
|
||||
obj.pos = 0;
|
||||
}
|
||||
stack.push(obj);
|
||||
|
|
Загрузка…
Ссылка в новой задаче