| Index: src/bailout-reason.h
|
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
|
| index e47a93c8bd3d1c9aed75771553c137af4514d2a5..a62b184412d21bd7e141d6638eef5a30f108ff52 100644
|
| --- a/src/bailout-reason.h
|
| +++ b/src/bailout-reason.h
|
| @@ -72,7 +72,6 @@ namespace internal {
|
| V(kExpectedNewSpaceObject, "Expected new space object") \
|
| V(kExpectedUndefinedOrCell, "Expected undefined or cell in register") \
|
| V(kExpectingAlignmentForCopyBytes, "Expecting alignment for CopyBytes") \
|
| - V(kExportDeclaration, "Export declaration") \
|
| V(kExternalStringExpectedButNotFound, \
|
| "External string expected, but not found") \
|
| V(kForInStatementWithNonLocalEachVariable, \
|
|
|