Bug 33483 - [V8] Generate call to FunctionTemplate::SetCallHandler() for constructor callbacks
Summary: [V8] Generate call to FunctionTemplate::SetCallHandler() for constructor call...
Status: RESOLVED DUPLICATE of bug 33680
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-11 12:15 PST by Nate Chapin
Modified: 2010-02-12 10:29 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Chapin 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.
Comment 1 Nate Chapin 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 ***