DescriptionFix ImageData constructor infelicity.
Correctly handle the optional third argument for the overload
ImageData(Uint8ClampedArray d, unsigned long w, optional unsigned long h)
It should not throw if not supplied, but should throw if supplied and zero.
Also, delegate the object interface typecheck to generated bindings code.
R=junov
BUG=338804
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188847
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|