[Webkit-unassigned] [Bug 66756] Implement an Event constructor in V8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 10:09:47 PDT 2011


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





--- Comment #3 from Adam Barth <abarth at webkit.org>  2011-08-23 10:09:47 PST ---
(From update of attachment 104812)
View in context: https://bugs.webkit.org/attachment.cgi?id=104812&action=review

> Source/WebCore/bindings/v8/custom/V8EventConstructors.cpp:52
> +template<typename EventType, typename EventInitType>
> +static v8::Handle<v8::Value> constructV8Event(const v8::Arguments& args, bool (*filler)(EventInitType&, const OptionsObject&), WrapperTypeInfo* info)

Why is there a V8 custom implementation but no custom JSC implementation?

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