Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 1dc54b206e39cc72cf133d4b006d65352f09098f..4bd87a8fa0deada99f2051fa358ed2443c95c219 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -8213,7 +8213,10 @@ class AllocationSite: public Struct { |
TRANSITIONS |
}; |
- void AddDependentCompilationInfo(Reason reason, CompilationInfo* info); |
+ static void AddDependentCompilationInfo(Handle<AllocationSite> site, |
+ Reason reason, |
+ CompilationInfo* info); |
+ |
void AddDependentCode(Reason reason, Handle<Code> code); |
DECLARE_PRINTER(AllocationSite) |