Bug 108138

Summary: [V8] Function object should be allowed as a wrapper of C++ DOM object.
Product: WebKit Reporter: Hajime Morrita <morrita>
Component: DOMAssignee: 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    

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.