Index: Source/bindings/scripts/v8_methods.py |
diff --git a/Source/bindings/scripts/v8_methods.py b/Source/bindings/scripts/v8_methods.py |
index 8f559f59492ed2af6fa2dc833113c0e12d7207b3..fe9314925bb9c1fcec2eb67df3ac6cb13b65c18d 100644 |
--- a/Source/bindings/scripts/v8_methods.py |
+++ b/Source/bindings/scripts/v8_methods.py |
@@ -141,6 +141,7 @@ def method_context(interface, method): |
CUSTOM_REGISTRATION_EXTENDED_ATTRIBUTES.intersection( |
extended_attributes.iterkeys()), |
'deprecate_as': v8_utilities.deprecate_as(method), # [DeprecateAs] |
+ 'exposed_test': v8_utilities.exposed(method, interface), # [Exposed] |
'function_template': function_template(), |
'has_custom_registration': is_static or |
v8_utilities.has_extended_attribute( |