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

Unified Diff: src/heap/objects-visiting.h

Issue 2955793002: Revert of Make some functions that are hit during renderer startup available for inlining (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « src/heap/heap-inl.h ('k') | src/heap/objects-visiting.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/objects-visiting.h
diff --git a/src/heap/objects-visiting.h b/src/heap/objects-visiting.h
index 10d73158c5b504c580408b006d546c04b11ac118..b7e031fea0c00ba5bc9d7a6b467ce0faa41a6673 100644
--- a/src/heap/objects-visiting.h
+++ b/src/heap/objects-visiting.h
@@ -86,11 +86,11 @@
// Determine which specialized visitor should be used for given instance type
// and instance type.
- static inline VisitorId GetVisitorId(int instance_type, int instance_size,
- bool has_unboxed_fields);
+ static VisitorId GetVisitorId(int instance_type, int instance_size,
+ bool has_unboxed_fields);
// Determine which specialized visitor should be used for given map.
- static inline VisitorId GetVisitorId(Map* map);
+ static VisitorId GetVisitorId(Map* map);
};
« no previous file with comments | « src/heap/heap-inl.h ('k') | src/heap/objects-visiting.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698