DescriptionIDL: Avoid double type-check for variadic interface type arguments
With [TypeChecking=Interface], two type-checks would be emitted for
variadic arguments; one as if the argument wasn't variadic, checking only
the first actual argument, and then another one checking each actual
argument.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177094
Patch Set 1 : add testcase #Patch Set 2 : the fix #
Messages
Total messages: 6 (0 generated)
|