- From: <bugzilla@jessica.w3.org>
- Date: Mon, 10 Dec 2012 06:13:17 +0000
- To: public-script-coord@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16767 --- Comment #14 from Boris Zbarsky <bzbarsky@mit.edu> --- I'm not sure that works. Specifically, non-callback interfaces and sequences are currently distinguishable. But as the overload resolution algorithm is written, if I have this IDL void foo(long arg); void foo(sequence<long> arg); and I pass in a platform object that's not a platform array object, it won't pick up the second overload, because it fails the "any other type of object" test as far as I can tell... -- You are receiving this mail because: You are on the CC list for the bug.
Received on Monday, 10 December 2012 06:14:18 UTC