| Index: Source/bindings/scripts/v8_types.py
|
| diff --git a/Source/bindings/scripts/v8_types.py b/Source/bindings/scripts/v8_types.py
|
| index dbcd013375241d57a6034168c3eae62c1d9f28c9..53257bca29b9ab37fb711a62c67f7448e1d6cf79 100644
|
| --- a/Source/bindings/scripts/v8_types.py
|
| +++ b/Source/bindings/scripts/v8_types.py
|
| @@ -292,7 +292,8 @@ def includes_for_cpp_class(class_name, relative_dir_posix):
|
| INCLUDES_FOR_TYPE = {
|
| 'object': set(),
|
| 'CompareHow': set(),
|
| - 'Dictionary': set(['bindings/core/v8/Dictionary.h']),
|
| + 'Dictionary': set(['bindings/core/v8/Dictionary.h',
|
| + 'bindings/core/v8/DictionaryHelper.h']),
|
| 'EventHandler': set(['bindings/core/v8/V8AbstractEventListener.h',
|
| 'bindings/core/v8/V8EventListenerList.h']),
|
| 'EventListener': set(['bindings/core/v8/BindingSecurity.h',
|
|
|