| Index: src/bailout-reason.h
|
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
|
| index 8bfe7a938335c8248bad23573e02237fe1f247cf..fd6aabc9f7a63eb05e77fd7719466fad83da7677 100644
|
| --- a/src/bailout-reason.h
|
| +++ b/src/bailout-reason.h
|
| @@ -310,7 +310,6 @@ namespace internal {
|
| V(kUnexpectedUnusedPropertiesOfStringWrapper, \
|
| "Unexpected unused properties of string wrapper") \
|
| V(kUnimplemented, "unimplemented") \
|
| - V(kUninitializedKSmiConstantRegister, "Uninitialized kSmiConstantRegister") \
|
| V(kUnsupportedConstCompoundAssignment, \
|
| "Unsupported const compound assignment") \
|
| V(kUnsupportedCountOperationWithConst, \
|
| @@ -345,7 +344,8 @@ enum BailoutReason {
|
|
|
|
|
| const char* GetBailoutReason(BailoutReason reason);
|
| -}
|
| -} // namespace v8::internal
|
| +
|
| +} // namespace internal
|
| +} // namespace v8
|
|
|
| #endif // V8_BAILOUT_REASON_H_
|
|
|