| Index: dart/lib/compiler/implementation/lib/interceptors.dart
|
| diff --git a/dart/lib/compiler/implementation/lib/interceptors.dart b/dart/lib/compiler/implementation/lib/interceptors.dart
|
| index a851330645a26aecccdccaa146f20270aef02221..4e936501974b14b61e19221644e0f9a61ebc8693 100644
|
| --- a/dart/lib/compiler/implementation/lib/interceptors.dart
|
| +++ b/dart/lib/compiler/implementation/lib/interceptors.dart
|
| @@ -414,6 +414,7 @@ isInfinite(receiver) {
|
| || JS('bool', @'# == -Infinity', receiver);
|
| }
|
|
|
| +// TODO(ahe): Remove this method when we don't support operator negate.
|
| negate(receiver) {
|
| if (receiver is !num) return UNINTERCEPTED(receiver.negate());
|
|
|
|
|