Chromium Code Reviews| Index: src/ast.cc |
| diff --git a/src/ast.cc b/src/ast.cc |
| index c9e4c0f21974a8983024e4bc0b4f1415cccc87e1..21b5e5f11141888810ec17284ce5fc722d01eb9f 100644 |
| --- a/src/ast.cc |
| +++ b/src/ast.cc |
| @@ -541,7 +541,7 @@ void ArrayLiteral::BuildConstantElements(Isolate* isolate) { |
| } |
| } |
| Handle<Object> boilerplate_value = GetBoilerplateValue(element, isolate); |
| - |
| + HandleScope scope(isolate); |
|
Erik Corry Chromium.org
2015/06/15 09:42:58
Please add comment explaining why this can't be mo
oth
2015/06/15 13:34:03
Done.
|
| if (boilerplate_value->IsTheHole()) { |
| is_holey = true; |
| continue; |