Bug 108138
Summary: | [V8] Function object should be allowed as a wrapper of C++ DOM object. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | webcomponents-bugzilla |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 100229 | ||
Bug Blocks: | 99688 |
Hajime Morrita
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
Closing some V8-related work items.