Chromium Code Reviews| Index: src/d8.cc |
| diff --git a/src/d8.cc b/src/d8.cc |
| index 333f7e440274b2334ace286e7be5e46064fa3959..d04af86396200e17021e95ca58d73f862795d738 100644 |
| --- a/src/d8.cc |
| +++ b/src/d8.cc |
| @@ -1970,7 +1970,6 @@ bool Shell::SerializeValue(Isolate* isolate, Handle<Value> value, |
| ObjectList* seen_objects, |
| SerializationData* out_data) { |
| DCHECK(out_data); |
| - HandleScope scope(isolate); |
| Local<Context> context = isolate->GetCurrentContext(); |
| if (value->IsUndefined()) { |