Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(403)

Unified Diff: src/handles-inl.h

Issue 2674593003: [TypeFeedbackVector] Root feedback vectors at function literal site. (Closed)
Patch Set: REBASE. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
-
Benedikt Meurer 2017/02/02 12:47:03 Nit: Can you undo the change to this file?
Object** HandleScope::CreateHandle(Isolate* isolate, Object* value) {
DCHECK(AllowHandleAllocation::IsAllowed());
HandleScopeData* data = isolate->handle_scope_data();

Powered by Google App Engine
This is Rietveld 408576698