WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
Bug 108138
[V8] Function object should be allowed as a wrapper of C++ DOM object.
https://bugs.webkit.org/show_bug.cgi?id=108138
Summary
[V8] Function object should be allowed as a wrapper of C++ DOM object.
Hajime Morrita
Reported
2013-01-28 17:32:41 PST
Currently V8 binding assumes that every wrapper object is a v8::Object. But custom DOM elements want it to be a v8::Function. One blocker of this change is
https://code.google.com/p/v8/issues/detail?id=837
. We also need to extend V8 binding to allow this.
Attachments
Add attachment
proposed patch, testcase, etc.
Brian Burg
Comment 1
2014-12-16 00:48:20 PST
Closing some V8-related work items.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug