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

Unified Diff: src/objects.h

Issue 7189066: Simple non-incremental compaction by evacuation. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 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
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 05cd1ab89e87dcdaa1469c93df1ab0ec5334fe01..963197ea7ec98e641732f3c1b9ddf9914471abd6 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -3751,7 +3751,6 @@ class Map: public HeapObject {
// 1 + 2 * i: prototype
// 2 + 2 * i: target map
DECL_ACCESSORS(prototype_transitions, FixedArray)
- inline FixedArray* unchecked_prototype_transitions();
// Lookup in the map's instance descriptors and fill out the result
// with the given holder if the name is found. The holder may be

Powered by Google App Engine
This is Rietveld 408576698