| Index: src/frames.cc
|
| diff --git a/src/frames.cc b/src/frames.cc
|
| index 18dc54164afc1a92bdefb7e5d837efd0b0850794..3b60fb59fa230537268533c6813d4c7cbe0575ae 100644
|
| --- a/src/frames.cc
|
| +++ b/src/frames.cc
|
| @@ -484,7 +484,7 @@ Address StackFrame::UnpaddedFP() const {
|
|
|
|
|
| Code* EntryFrame::unchecked_code() const {
|
| - return HEAP->raw_unchecked_js_entry_code();
|
| + return HEAP->js_entry_code();
|
| }
|
|
|
|
|
| @@ -507,7 +507,7 @@ StackFrame::Type EntryFrame::GetCallerState(State* state) const {
|
|
|
|
|
| Code* EntryConstructFrame::unchecked_code() const {
|
| - return HEAP->raw_unchecked_js_construct_entry_code();
|
| + return HEAP->js_construct_entry_code();
|
| }
|
|
|
|
|
|
|