| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 5769f7ef46589565ddd5cc347f5f15d42f273e3f..bb6b4261eec226c220abc31a9db514d931369659 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1127,7 +1127,6 @@ class MaybeObject BASE_EMBEDDED {
|
| V(kDeclarationInCatchContext, "Declaration in catch context") \
|
| V(kDeclarationInWithContext, "Declaration in with context") \
|
| V(kDefaultNaNModeNotSet, "Default NaN mode not set") \
|
| - V(kDefaultRoundingModeNotSet, "Default rounding mode not set") \
|
| V(kDeleteWithGlobalVariable, "Delete with global variable") \
|
| V(kDeleteWithNonGlobalVariable, "Delete with non-global variable") \
|
| V(kDestinationOfCopyNotAligned, "Destination of copy not aligned") \
|
|
|