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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 21 17:25:46 PDT 2013


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





--- Comment #20 from Hajime Morrita <morrita at google.com>  2013-03-21 17:28:12 PST ---
(From update of attachment 194314)
View in context: https://bugs.webkit.org/attachment.cgi?id=194314&action=review

> third_party/WebKit/Source/WebCore/bindings/v8/V8CustomElement.cpp:47
> +WrapperTypeInfo V8CustomElement::info = { 0, 0, 0, 0, 0, 0, 0, WrapperTypeObjectPrototype, reinterpret_cast<WrapObjectFunction>(V8CustomElement::createWrapper) };

This is confusing. We have no CustomElement C++ class to be wrapped.
Custom elements are rather mechanism, not a single class.

I admit that name V8CustomElement was misleading.
This should've been named CustomElementConstructorInjector or something like that.

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