| Index: third_party/WebKit/Source/bindings/scripts/code_generator_v8.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py b/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py
|
| index 9022b65cff557aa233bf6ae0535e2437286f6791..477de5ce8a52c860a559e8fc4e44ee1a78619a40 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py
|
| @@ -300,7 +300,7 @@ class CodeGeneratorUnionType(CodeGeneratorBase):
|
| header_template = self.jinja_env.get_template('union_container.h.tmpl')
|
| cpp_template = self.jinja_env.get_template('union_container.cpp.tmpl')
|
| template_context = v8_union.container_context(
|
| - union_type, self.info_provider.interfaces_info)
|
| + union_type, self.info_provider)
|
| template_context['header_includes'].append(
|
| self.info_provider.include_path_for_export)
|
| template_context['header_includes'] = normalize_and_sort_includes(
|
|
|