mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 764420. Fix ArrayBufferView unwrapping to allow DataViews. r=khuey
This commit is contained in:
parent
70c1310055
commit
32972789c0
@ -1607,7 +1607,7 @@ for (uint32_t i = 0; i < length; ++i) {
|
||||
if type.isArrayBuffer():
|
||||
jsname = "ArrayBufferObject"
|
||||
elif type.isArrayBufferView():
|
||||
jsname = "TypedArrayObject"
|
||||
jsname = "ArrayBufferViewObject"
|
||||
else:
|
||||
jsname = type.name
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user