| Index: sdk/lib/_internal/lib/js_number.dart
|
| diff --git a/sdk/lib/_internal/lib/js_number.dart b/sdk/lib/_internal/lib/js_number.dart
|
| index 7aaeb9369e78d33e73bd942db52a1188101ddcff..3970f03378b0f8060bdd0d20d376746bf5ea9c57 100644
|
| --- a/sdk/lib/_internal/lib/js_number.dart
|
| +++ b/sdk/lib/_internal/lib/js_number.dart
|
| @@ -309,6 +309,8 @@ class JSNumber extends Interceptor implements num {
|
| if (other is !num) throw new ArgumentError(other);
|
| return JS('bool', '# >= #', this, other);
|
| }
|
| +
|
| + Type get runtimeType => num;
|
| }
|
|
|
| /**
|
|
|