Chromium Code Reviews| Index: src/js/macros.py |
| diff --git a/src/js/macros.py b/src/js/macros.py |
| index ada0733a150abd2e5b906a6c61374d08bcc9081c..89502b22183d0ad306988045de7362728ee01bea 100644 |
| --- a/src/js/macros.py |
| +++ b/src/js/macros.py |
| @@ -169,7 +169,6 @@ macro GET_PRIVATE(obj, sym) = (obj[sym]); |
| macro SET_PRIVATE(obj, sym, val) = (obj[sym] = val); |
| # Constants. The compiler constant folds them. |
| -define NAN = $NaN; |
| define INFINITY = (1/0); |
| define UNDEFINED = (void 0); |