Callback bindings don't correctly include return type's headers. |
|
Issue description
Given a callback function like:
callback Whatever = AmazingType (DOMString argument);
The resulting `v8_whatever_callback.h` does not include either headers or a forward declaration for `AmazingType` or `V8AmazingType`. As you might expect, this explodes. :(
|
|
►
Sign in to add a comment |
|
Comment 1 by peria@chromium.org
, Jul 27Owner: peria@chromium.org
Status: Assigned (was: Untriaged)