DescriptionFixup SVGSVGElement.createSVGTransformFromMatrix IDL definition
The optional SVGMatrix with a default of undefined is nonsensical, and
is not in line with the spec (where the argument is not optional).
Remove the 'optional' qualifier and the default value. This aligns
behavior with Gecko. (The exception thrown now is about arity, and not
about type mismatch as previously.)
As a result, the move of the [StrictTypeChecking] attribute to the
interface can be completed.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167014
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|