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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 12 15:25:30 PDT 2013


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





--- Comment #3 from Thomas Sepez <tsepez at chromium.org>  2013-03-12 15:27:55 PST ---
(In reply to comment #2)
> (From update of attachment 192811 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=192811&action=review
> 
> > WebCore/page/History.idl:36
> > +    IsScriptWrappable
> 
> We tried to avoid having an IDL attribute for script wrappable.  Instead we used C++ tricks to automatically detect a ScriptWrappable base class.

Yeah.  It's hard, though, because the info is used to change the initialization of a const POD struct.  The bright side is only the classes that directly depend on scriptwrappable need to mention this, the rest is inferred via inherited IDL attributes.

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