Chromium Code Reviews| Index: src/handles-inl.h |
| diff --git a/src/handles-inl.h b/src/handles-inl.h |
| index cfaf4fb6eb68084ccad4051c9627ffd2da91473a..aefdc0ebc4179f5ecb936d191f111593d4b4cc53 100644 |
| --- a/src/handles-inl.h |
| +++ b/src/handles-inl.h |
| @@ -94,7 +94,6 @@ Handle<T> HandleScope::CloseAndEscape(Handle<T> handle_value) { |
| return result; |
| } |
| - |
| Object** HandleScope::CreateHandle(Isolate* isolate, Object* value) { |
| DCHECK(AllowHandleAllocation::IsAllowed()); |
| HandleScopeData* data = isolate->handle_scope_data(); |