[heycam/webidl] Callback interface prototype should be Function.prototype, not Object… (#156)

….prototype

Fixes #96.  Recent versions of Chrome, Firefox, and Edge all say
Object.getPrototypeOf(NodeFilter) === Function.prototype, whereas the
spec says Object.prototype.  nox reports in #83 that Safari does not
return Function.prototype here, but doesn't say what it does return.  It
seems the spec should match the majority of browsers, unless there's
some good reason not to.
You can view, comment on, or merge this pull request online at:

  https://github.com/heycam/webidl/pull/156

-- Commit Summary --

  * Callback interface prototype should be Function.prototype, not Object.prototype

-- File Changes --

    M index.html (7)
    M index.xml (3)

-- Patch Links --

https://github.com/heycam/webidl/pull/156.patch
https://github.com/heycam/webidl/pull/156.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/156

Received on Monday, 29 August 2016 13:51:51 UTC