Chromium Code Reviews| Index: Source/bindings/scripts/v8_methods.py |
| diff --git a/Source/bindings/scripts/v8_methods.py b/Source/bindings/scripts/v8_methods.py |
| index 2fcb88633c3a5af04ddc72f54677fba89e3ac992..144266ad4a4ba11e281c30657bbd813b91dff610 100644 |
| --- a/Source/bindings/scripts/v8_methods.py |
| +++ b/Source/bindings/scripts/v8_methods.py |
| @@ -236,6 +236,7 @@ def argument_context(interface, method, argument, index): |
| 'v8_set_return_value_for_main_world': v8_set_return_value(interface.name, method, this_cpp_value, for_main_world=True), |
| 'v8_value_to_local_cpp_value': v8_value_to_local_cpp_value(argument, index, return_promise=method.returns_promise), |
| 'vector_type': v8_types.cpp_ptr_type('Vector', 'HeapVector', idl_type.gc_type), |
| + 'type_checked_already': False, |
|
Jens Widell
2014/10/10 10:14:53
Move this up a bit; the list should be sorted alph
yunchao
2014/10/10 11:40:48
Done.
|
| } |