| Index: runtime/vm/stack_frame.cc
|
| diff --git a/runtime/vm/stack_frame.cc b/runtime/vm/stack_frame.cc
|
| index b62104759f581ac64d58fe119280354bfc825da3..a07e4147c0c3213ea313aba46101c6d969a1884e 100644
|
| --- a/runtime/vm/stack_frame.cc
|
| +++ b/runtime/vm/stack_frame.cc
|
| @@ -95,7 +95,7 @@ void StackFrame::VisitObjectPointers(ObjectPointerVisitor* visitor) {
|
| // helper functions to the raw object interface.
|
| NoSafepointScope no_safepoint;
|
| Code code;
|
| - code = LookupDartCode();
|
| + code = GetCodeObject();
|
| if (!code.IsNull()) {
|
| // Visit the code object.
|
| RawObject* raw_code = code.raw();
|
|
|