New issue
Advanced search Search tips

Issue 867876 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug


Participants' hotlists:
Hotlist-Bindings-IDLCompiler


Sign in to add a comment

Callback bindings don't correctly include return type's headers.

Project Member Reported by mkwst@chromium.org, Jul 26

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. :(
 
Labels: Hotlist-Bindings-IDLCompiler
Owner: peria@chromium.org
Status: Assigned (was: Untriaged)

Sign in to add a comment