[Webkit-unassigned] [Bug 114465] [DOM] Non-callable interface objects without [NoInterfaceObject] should be instanceof Function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 11 14:42:38 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=114465


Erik Arvidsson <arv at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://dev.w3.org/2006/weba
                   |                            |pi/WebIDL/#interface-object




--- Comment #1 from Erik Arvidsson <arv at chromium.org>  2013-04-11 14:40:53 PST ---
http://dev.w3.org/2006/webapi/WebIDL/#interface-object

"The internal [[Prototype]] property of an interface object for a callback interface must be the Object.prototype object."

We are plannin to change this in the spirit of ES6 so that the [[Prototype]] points to the super interface object and if there is no such interface object it will point to Function.prototype.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list