| Index: Source/bindings/scripts/code_generator_v8.py
|
| diff --git a/Source/bindings/scripts/code_generator_v8.py b/Source/bindings/scripts/code_generator_v8.py
|
| index b34cfcb09506f8c5a8bc63c0d58bf4c0cf42c74e..1d90cd2b3fc1e2d0157cf1eee4f017e140af2da2 100644
|
| --- a/Source/bindings/scripts/code_generator_v8.py
|
| +++ b/Source/bindings/scripts/code_generator_v8.py
|
| @@ -205,7 +205,8 @@ class CodeGeneratorV8(CodeGeneratorBase):
|
| dictionary):
|
| header_template = self.jinja_env.get_template('dictionary_v8.h')
|
| cpp_template = self.jinja_env.get_template('dictionary_v8.cpp')
|
| - template_context = v8_dictionary.dictionary_context(dictionary)
|
| + template_context = v8_dictionary.dictionary_context(
|
| + dictionary, self.interfaces_info)
|
| interface_info = self.interfaces_info[dictionary_name]
|
| include_paths = interface_info.get('dependencies_include_paths')
|
| # Add the include for interface itself
|
|
|