Index: src/lithium.h |
diff --git a/src/lithium.h b/src/lithium.h |
index 83f760d672b8c1cfb9ec5744b5c2ae096bc9a905..991bcf034b7d6e06ef38a2898957c9466cdf90f0 100644 |
--- a/src/lithium.h |
+++ b/src/lithium.h |
@@ -683,6 +683,7 @@ class LChunk : public ZoneObject { |
typedef zone_allocator<Handle<Map> > MapAllocator; |
typedef std::set<Handle<Map>, MapLess, MapAllocator> MapSet; |
+ void RegisterWeakObjectsInOptimizedCode(Handle<Code> code) const; |
void CommitDependencies(Handle<Code> code) const; |
CompilationInfo* info_; |