| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index c77d7f0362cccc6fd33ad351346f0903d3938ccd..f800c5d580eace363c14b94ac947af8cec798fc7 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1076,7 +1076,7 @@ class MaybeObject BASE_EMBEDDED {
|
| "bad value context for arguments object value") \
|
| V(kBadValueContextForArgumentsValue, \
|
| "bad value context for arguments value") \
|
| - V(kBailedOutDueToDependentMap, "bailed out due to dependent map") \
|
| + V(kBailedOutDueToDependencyChange, "bailed out due to dependency change") \
|
| V(kBailoutWasNotPrepared, "bailout was not prepared") \
|
| V(kBinaryStubGenerateFloatingPointCode, \
|
| "BinaryStub_GenerateFloatingPointCode") \
|
|
|