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 dc18cf246643ba8fa23fbe66bbbaaa04d0cd94c8..f8821fcb82cde7ce076400aa98ddfab284cc9248 100644 |
--- a/third_party/WebKit/Source/bindings/scripts/v8_types.py |
+++ b/third_party/WebKit/Source/bindings/scripts/v8_types.py |
@@ -864,6 +864,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 |