The 'prototype' property on interfaces objects should NOT be enumerable. Currently it is in WebKit. Compatibility: - Web IDL spec says the property should NOT be enumerable: http://heycam.github.io/webidl/#interface-object - It is configurable in Firefox 38 and Chrome 44. W3C test suite: http://w3c-test.org/dom/interfaces.html
(In reply to comment #0) > The 'prototype' property on interfaces objects should NOT be enumerable. > Currently it is in WebKit. > > Compatibility: > - Web IDL spec says the property should NOT be enumerable: > http://heycam.github.io/webidl/#interface-object > - It is configurable in Firefox 38 and Chrome 44. I meant it is *not enumerable* in Firefox 38 and Chrome 44.
Created attachment 258695 [details] Patch
Comment on attachment 258695 [details] Patch Clearing flags on attachment: 258695 Committed r188252: <http://trac.webkit.org/changeset/188252>
All reviewed patches have been landed. Closing bug.
(In reply to comment #3) > Comment on attachment 258695 [details] > Patch > > Clearing flags on attachment: 258695 > > Committed r188252: <http://trac.webkit.org/changeset/188252> It broke the bindings tests. Could you fix it?
(In reply to comment #5) > (In reply to comment #3) > > Comment on attachment 258695 [details] > > Patch > > > > Clearing flags on attachment: 258695 > > > > Committed r188252: <http://trac.webkit.org/changeset/188252> > > It broke the bindings tests. Could you fix it? Done in https://trac.webkit.org/r188254, thanks.