| Index: third_party/WebKit/Source/bindings/scripts/v8_dictionary.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_dictionary.py b/third_party/WebKit/Source/bindings/scripts/v8_dictionary.py
|
| index 319030a3dd711e76334798aac16a9961cf721cb7..9917b2aeca18b99d184d89f7a3e55c10d5422f52 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_dictionary.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_dictionary.py
|
| @@ -119,6 +119,7 @@ def member_context(dictionary, member):
|
| 'is_object': unwrapped_idl_type.name == 'Object' or is_deprecated_dictionary,
|
| 'is_required': member.is_required,
|
| 'name': member.name,
|
| + 'runtime_enabled_function': v8_utilities.runtime_enabled_function_name(member), # [RuntimeEnabled]
|
| 'setter_name': setter_name_for_dictionary_member(member),
|
| 'null_setter_name': null_setter_name_for_dictionary_member(member),
|
| 'v8_default_value': v8_default_value,
|
|
|