Index: Source/bindings/scripts/v8_attributes.py |
diff --git a/Source/bindings/scripts/v8_attributes.py b/Source/bindings/scripts/v8_attributes.py |
index c8b42f5bbfe407facefe6848dd6ade5467fab6db..bc8e77621e13046b176a90a57d90f9c0386ebc1f 100644 |
--- a/Source/bindings/scripts/v8_attributes.py |
+++ b/Source/bindings/scripts/v8_attributes.py |
@@ -49,7 +49,7 @@ def attribute_context(interface, attribute): |
base_idl_type = idl_type.base_type |
extended_attributes = attribute.extended_attributes |
- idl_type.add_includes_for_type() |
+ idl_type.add_includes_for_type(extended_attributes) |
if idl_type.enum_values: |
includes.add('core/inspector/ConsoleMessage.h') |