[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:
committed by
Commit Queue
parent
d01421c837
commit
d449a33285
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user