Index: sdk/lib/_internal/lib/js_helper.dart |
diff --git a/sdk/lib/_internal/lib/js_helper.dart b/sdk/lib/_internal/lib/js_helper.dart |
index 59b1b95d7612083657d1ed871990880c20d8daf8..92b23ad3fdb4cf11d8d94ae866e08c36fb77e2a2 100644 |
--- a/sdk/lib/_internal/lib/js_helper.dart |
+++ b/sdk/lib/_internal/lib/js_helper.dart |
@@ -978,7 +978,6 @@ class Primitives { |
if (JS('bool', '# == "num"', className)) return const JSNumber(); |
if (JS('bool', '# == "bool"', className)) return const JSBool(); |
if (JS('bool', '# == "List"', className)) return const JSArray(); |
- if (JS('bool', '# == "Null"', className)) return const JSNull(); |
return JS('var', 'init.allClasses[#]', className); |
} |