Index: tools/dom/scripts/systemnative.py |
diff --git a/tools/dom/scripts/systemnative.py b/tools/dom/scripts/systemnative.py |
index 0e16172cbf613e81a46821a037e786c27451f80f..3fc06384edf4aab891f5a46bdae9260e984d2520 100644 |
--- a/tools/dom/scripts/systemnative.py |
+++ b/tools/dom/scripts/systemnative.py |
@@ -1753,9 +1753,7 @@ class DartiumBackend(HtmlDartGenerator): |
elif wrap_unwrap_list[0]: |
jso_util_method = 'wrap_jso' |
- # Always return List<String> unwrapped. |
- if return_type != 'List<String>': |
- emit_template = emit_jso_template % jso_util_method |
+ emit_template = emit_jso_template % jso_util_method |
if caller_emitter: |
caller_emitter.Emit(emit_template, |