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

Unified Diff: src/objects-visiting.h

Issue 18173013: AllocationSite objects weakly linked for traversal (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Platform ports Created 7 years, 5 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-visiting.h
diff --git a/src/objects-visiting.h b/src/objects-visiting.h
index c2ab45df1df6904043c5a68d2d4a2d9c28532764..de5ad82fa6a88cb55bd60dac9fc4c4a8a13de12a 100644
--- a/src/objects-visiting.h
+++ b/src/objects-visiting.h
@@ -55,6 +55,7 @@ class StaticVisitorBase : public AllStatic {
V(FixedArray) \
V(FixedDoubleArray) \
V(NativeContext) \
+ V(AllocationSite) \
V(DataObject2) \
V(DataObject3) \
V(DataObject4) \

Powered by Google App Engine
This is Rietveld 408576698