Index: src/compiler/frame-states.h |
diff --git a/src/compiler/frame-states.h b/src/compiler/frame-states.h |
index 0d0ec47f88c99384c2e60bf9602a9592c0d0bcbb..587c2651d00bd8d082044a1038c11758702b96d9 100644 |
--- a/src/compiler/frame-states.h |
+++ b/src/compiler/frame-states.h |
@@ -82,7 +82,8 @@ enum class FrameStateType { |
kTailCallerFunction, // Represents a frame removed by tail call elimination. |
kConstructStub, // Represents a ConstructStubFrame. |
kGetterStub, // Represents a GetterStubFrame. |
- kSetterStub // Represents a SetterStubFrame. |
+ kSetterStub, // Represents a SetterStubFrame. |
+ kBuiltinContinuation // Represents a continuation to a stub |
}; |
class FrameStateFunctionInfo { |