Chromium Code Reviews| Index: src/handles.cc |
| diff --git a/src/handles.cc b/src/handles.cc |
| index 247956aac91f1423c77b1ff3b6f09e79b76f0986..d4153159861bd21cf00b01f64d6f1bc23a087422 100644 |
| --- a/src/handles.cc |
| +++ b/src/handles.cc |
| @@ -9,7 +9,6 @@ |
| namespace v8 { |
| namespace internal { |
| - |
| int HandleScope::NumberOfHandles(Isolate* isolate) { |
| HandleScopeImplementer* impl = isolate->handle_scope_implementer(); |
| int n = impl->blocks()->length(); |