Move more 'constructor' properties to the prototype. Currently, we keep the 'constructor' on the instance for interfaces that have an indexed / named property getter because our getOwnPropertySlot() implementation used to be wrong for such interfaces. However, getOwnPropertySlot() should be correct after <https://bugs.webkit.org/show_bug.cgi?id=148092> so we should be able to move the 'constructor' up to the prototype now.
Created attachment 270248 [details] WIP Patch
Created attachment 270268 [details] Patch
<rdar://problem/24420095>
<rdar://problem/24420103>
Comment on attachment 270268 [details] Patch Clearing flags on attachment: 270268 Committed r195904: <http://trac.webkit.org/changeset/195904>
All reviewed patches have been landed. Closing bug.