Index: src/compiler/common-operator.cc |
diff --git a/src/compiler/common-operator.cc b/src/compiler/common-operator.cc |
index 8ed4bae950b46da040773044055b79ba84dae162..eb5ff7411c44295ae21256cec54d7f003d2ea203 100644 |
--- a/src/compiler/common-operator.cc |
+++ b/src/compiler/common-operator.cc |
@@ -318,7 +318,7 @@ OsrGuardType OsrGuardTypeOf(Operator const* op) { |
V(LostPrecisionOrNaN) \ |
V(NoReason) \ |
V(NotAHeapNumber) \ |
- V(NotAHeapNumberUndefinedBoolean) \ |
+ V(NotANumberOrOddball) \ |
V(NotASmi) \ |
V(OutOfBounds) \ |
V(WrongInstanceType) \ |