[Bug 16767] Allow user objects for Array[] types

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 the QA Contact for the bug.

Received on Monday, 10 December 2012 06:18:32 UTC