Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 1c8e0e16e60405f0c03b08b971057b51fa7a9d45..c8ccb7fd48c84cb80854c6e3c5abb1ef154c5dfd 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -2904,7 +2904,7 @@ class RegExpResultsCache { |
| class TranscendentalCache { |
| public: |
| - enum Type {ACOS, ASIN, ATAN, COS, EXP, LOG, SIN, TAN, kNumberOfCaches}; |
| + enum Type { LOG, kNumberOfCaches}; |
| static const int kTranscendentalTypeBits = 3; |
| STATIC_ASSERT((1 << kTranscendentalTypeBits) >= kNumberOfCaches); |