Bug 108138 - [V8] Function object should be allowed as a wrapper of C++ DOM object.
Summary: [V8] Function object should be allowed as a wrapper of C++ DOM object.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 100229
Blocks: 99688
  Show dependency treegraph
 
Reported: 2013-01-28 17:32 PST by Hajime Morrita
Modified: 2014-12-16 00:48 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Morrita 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.
Comment 1 Brian Burg 2014-12-16 00:48:20 PST
Closing some V8-related work items.