зеркало из https://github.com/mozilla/gecko-dev.git
Bug 764420. Fix ArrayBufferView unwrapping to allow DataViews. r=khuey
This commit is contained in:
Родитель
9472b0acf9
Коммит
04c02edf69
|
@ -1607,7 +1607,7 @@ for (uint32_t i = 0; i < length; ++i) {
|
||||||
if type.isArrayBuffer():
|
if type.isArrayBuffer():
|
||||||
jsname = "ArrayBufferObject"
|
jsname = "ArrayBufferObject"
|
||||||
elif type.isArrayBufferView():
|
elif type.isArrayBufferView():
|
||||||
jsname = "TypedArrayObject"
|
jsname = "ArrayBufferViewObject"
|
||||||
else:
|
else:
|
||||||
jsname = type.name
|
jsname = type.name
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче