[Webkit-unassigned] [Bug 114457] typeof non-callback interfaces without [NoInterfaceObject] should be "function"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 11 14:00:28 PDT 2013


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





--- Comment #7 from Oliver Hunt <oliver at apple.com>  2013-04-11 13:58:43 PST ---
Our behavior is correct here - HTMLElement is not callable, and therefore ECMAScript requires us to report it as type "object".

The bug (if you will) is that HTMLElement, etc aren't callable, and that instead they should be functions that are useless

-- 
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