Bug 33483

Summary: [V8] Generate call to FunctionTemplate::SetCallHandler() for constructor callbacks
Product: WebKit Reporter: Nate Chapin <japhet>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Nate Chapin
Reported 2010-01-11 12:15:27 PST
Constructor callbacks are currently exposed to V8 by V8DOMWrapper::getTemplate(), which calls v8::FunctionTemplate::SetCallHandler() with a reference to the callback function. The call to SetCallHandler should be in the generated bindings if possible.
Attachments
Nate Chapin
Comment 1 2010-02-12 10:29:25 PST
This was fixed as a part of 33680. *** This bug has been marked as a duplicate of bug 33680 ***
Note You need to log in before you can comment on or make changes to this bug.