[vm] Restore FrameLayout name

It was accidentally renamed to UntaggedFrame when we
were refactoring tagged pointers representation and
renaming Raw* classes.

TEST=just a rename

Change-Id: I399a9cdfd415ff8da9597c9a6fcd753f55d558d1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291764
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
Vyacheslav Egorov
2023-03-29 18:11:49 +00:00
committed by Commit Queue
parent d01421c837
commit d449a33285
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace dart {
class ObjectPointerVisitor;
class LocalVariable;
extern UntaggedFrame runtime_frame_layout;
extern FrameLayout runtime_frame_layout;
// Generic stack frame.
class StackFrame : public ValueObject {