| Index: frog/corejs.dart
|
| diff --git a/frog/corejs.dart b/frog/corejs.dart
|
| index 818566f88d60cae236bc98af802ff0dc21d604c2..f254a51cfcf05ee0bbbf6aa79c6f7c9e2cd4e43f 100644
|
| --- a/frog/corejs.dart
|
| +++ b/frog/corejs.dart
|
| @@ -291,7 +291,7 @@ function $toDartException(e) {
|
| // it's still decent on other browsers.
|
| w.writeln(@"""
|
| function $notnull_bool(test) {
|
| - return (test === true || test === false) ? test : test.is$bool();
|
| + return (test === true || test === false) ? test : test.is$bool(); // TypeError
|
| }""");
|
| }
|
|
|
|
|