Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/templates/callback_function.h |
| diff --git a/third_party/WebKit/Source/bindings/templates/callback_function.h b/third_party/WebKit/Source/bindings/templates/callback_function.h |
| index 8658d35fac7c5c539788cff347f7acdfbc5476f8..85f0ce75b0dedbee6d3f69f0cafa97068859050b 100644 |
| --- a/third_party/WebKit/Source/bindings/templates/callback_function.h |
| +++ b/third_party/WebKit/Source/bindings/templates/callback_function.h |
| @@ -12,6 +12,9 @@ |
| namespace blink { |
| class ScriptState; |
| +{% for forward_declaration in forward_declarations %} |
| +class {{forward_declaration}}; |
| +{% endfor %} |
| class {{exported}}{{v8_class}} final : public GarbageCollectedFinalized<{{v8_class}}> { |