[Bug 12458] Interface objects should be Functions

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12458

Cameron McCormack <cam@mcc.id.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #13 from Cameron McCormack <cam@mcc.id.au> 2011-06-30 03:16:22 UTC ---
In lieu of evidence of compatibility problems, I've made interface objects
always be function objects.  When not declared with [Constructor], they will
throw a TypeError (which is the same as if you tried to "new" one in an
implementation where it is not a function).

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Thursday, 30 June 2011 03:16:25 UTC