| Index: test/generated_sdk/lib/_internal/compiler/js_lib/js_helper.dart
|
| diff --git a/test/generated_sdk/lib/_internal/compiler/js_lib/js_helper.dart b/test/generated_sdk/lib/_internal/compiler/js_lib/js_helper.dart
|
| index f5d292b716fc155f2a8c6d656e34a51b914fa671..0843c5912ebac239ba26d46e4443c1efc93fd80f 100644
|
| --- a/test/generated_sdk/lib/_internal/compiler/js_lib/js_helper.dart
|
| +++ b/test/generated_sdk/lib/_internal/compiler/js_lib/js_helper.dart
|
| @@ -685,7 +685,7 @@ class Primitives {
|
| static const int DOLLAR_CHAR_VALUE = 36;
|
|
|
| // TODO(jmesserly): remove this method.
|
| - static constructorNameFallback = JS('Function', r'''
|
| + static var constructorNameFallback = JS('Function', r'''
|
| function getTagFallback(o) {
|
| var constructor = o.constructor;
|
| if (typeof constructor == "function") {
|
|
|