[Webkit-unassigned] [Bug 112191] [v8] Binding Integrity should move off of vtable checks.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 13 09:37:58 PDT 2013


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





--- Comment #6 from Thomas Sepez <tsepez at chromium.org>  2013-03-13 09:40:23 PST ---
> I thought we were going to do this in adoptPtr so that we wouldn't have to write this boilerplate code in every class...

Apart from being counter-intuitive that adoptPtr would do this, it creates the need to have a single centralized file generated from the .idl that lists all of the possible entry adoptPtr varieties in one place.  This then gets included everywhere, such that a small perturbation in any idl file triggers a large rebuild.  Seemed opposite to the decentralized approach we seem to favor.

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