Index: third_party/WebKit/Source/bindings/scripts/v8_types.py |
diff --git a/third_party/WebKit/Source/bindings/scripts/v8_types.py b/third_party/WebKit/Source/bindings/scripts/v8_types.py |
index 0d0f9ceb0b65c6677a97447dd7565e8d4fe3df17..d1342e47ccc075ddae9f6a07ecbabc2803430c20 100644 |
--- a/third_party/WebKit/Source/bindings/scripts/v8_types.py |
+++ b/third_party/WebKit/Source/bindings/scripts/v8_types.py |
@@ -865,6 +865,7 @@ CPP_VALUE_TO_V8_VALUE = { |
'ScriptValue': '{cpp_value}.v8Value()', |
'SerializedScriptValue': '{cpp_value} ? {cpp_value}->deserialize() : v8::Local<v8::Value>(v8::Null({isolate}))', |
# General |
+ # TODO(bashi): Freeze converted array when the type is FrozenArray. |
'array': 'toV8({cpp_value}, {creation_context}, {isolate})', |
'DOMWrapper': 'toV8({cpp_value}, {creation_context}, {isolate})', |
# Passing nullable dictionaries isn't a pattern currently used |