Chromium Code Reviews| Index: src/allocation-site-scopes.h |
| diff --git a/src/allocation-site-scopes.h b/src/allocation-site-scopes.h |
| index 96e74c5ddbbfa8b8fd5839231033cf2bc8378c30..87b469a6876123c6d331b55d205466602e46e271 100644 |
| --- a/src/allocation-site-scopes.h |
| +++ b/src/allocation-site-scopes.h |
| @@ -36,7 +36,7 @@ |
| void InitializeTraversal(Handle<AllocationSite> site) { |
| top_ = site; |
| - current_ = Handle<AllocationSite>::New(*top_, isolate()); |
| + current_ = Handle<AllocationSite>(*top_, isolate()); |
| } |
| private: |