| Index: src/allocation-tracker.cc
|
| diff --git a/src/allocation-tracker.cc b/src/allocation-tracker.cc
|
| index 5ec64846015ec7d19d011e3125ada144da27d40a..83e1bb4b396a6c371f99a922d44b9c6781d46072 100644
|
| --- a/src/allocation-tracker.cc
|
| +++ b/src/allocation-tracker.cc
|
| @@ -267,6 +267,7 @@ AllocationTracker::UnresolvedLocation::~UnresolvedLocation() {
|
|
|
| void AllocationTracker::UnresolvedLocation::Resolve() {
|
| if (script_.is_null()) return;
|
| + HandleScope scope(script_->GetIsolate());
|
| info_->line = GetScriptLineNumber(script_, start_position_);
|
| info_->column = GetScriptColumnNumber(script_, start_position_);
|
| }
|
|
|