aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl2renderingcontext.rs
diff options
context:
space:
mode:
authorAnthony Ramine <nox@nox.paris>2020-03-02 11:16:46 +0100
committerAnthony Ramine <nox@nox.paris>2020-03-06 11:13:28 +0100
commit5a4f8cf93f9f674a164a0a3cfc586accef3d06f9 (patch)
treec50ce5a7663486939177dbd928acdd985aa0197c /components/script/dom/webgl2renderingcontext.rs
parent813be919269f632ba23746e4700e8a18bdd4ae07 (diff)
downloadservo-5a4f8cf93f9f674a164a0a3cfc586accef3d06f9.tar.gz
servo-5a4f8cf93f9f674a164a0a3cfc586accef3d06f9.zip
Update SpiderMonkey
Diffstat (limited to 'components/script/dom/webgl2renderingcontext.rs')
-rw-r--r--components/script/dom/webgl2renderingcontext.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/webgl2renderingcontext.rs b/components/script/dom/webgl2renderingcontext.rs
index 9f0bfcd89c3..ec2741c44dd 100644
--- a/components/script/dom/webgl2renderingcontext.rs
+++ b/components/script/dom/webgl2renderingcontext.rs
@@ -82,6 +82,7 @@ fn typedarray_elem_size(typeid: Type) -> usize {
Type::Int16 | Type::Uint16 => 2,
Type::Int32 | Type::Uint32 | Type::Float32 => 4,
Type::Int64 | Type::Float64 => 8,
+ Type::BigInt64 | Type::BigUint64 => 8,
Type::MaxTypedArrayViewType => unreachable!(),
}
}