Index: third_party/WebKit/Source/bindings/scripts/v8_methods.py |
diff --git a/third_party/WebKit/Source/bindings/scripts/v8_methods.py b/third_party/WebKit/Source/bindings/scripts/v8_methods.py |
index 4240d86df7cac6b68847e8dddb9675c311369304..8e575e3763b458e84b78d84649251744393ba679 100644 |
--- a/third_party/WebKit/Source/bindings/scripts/v8_methods.py |
+++ b/third_party/WebKit/Source/bindings/scripts/v8_methods.py |
@@ -139,6 +139,7 @@ def method_context(interface, method, is_visible=True): |
'exposed_test': v8_utilities.exposed(method, interface), # [Exposed] |
# TODO(yukishiino): Retire has_custom_registration flag. Should be |
# replaced with V8DOMConfiguration::PropertyLocationConfiguration. |
+ 'experimental_api_name': v8_utilities.experimental_api_name(method), # [ExperimentEnabled] |
haraken
2015/12/16 02:16:41
Move this up to above the TODO comment.
Daniel Nishi
2015/12/16 21:42:02
Done.
|
'has_custom_registration': |
v8_utilities.has_extended_attribute( |
method, CUSTOM_REGISTRATION_EXTENDED_ATTRIBUTES), |