Index: src/lithium.h |
diff --git a/src/lithium.h b/src/lithium.h |
index ea61ff5ca8acb5461d3b7b7d12f136d5dd102406..96e9f499d99a5fb41fd971b1078b0dea52f4daef 100644 |
--- a/src/lithium.h |
+++ b/src/lithium.h |
@@ -695,6 +695,8 @@ class LChunk: public ZoneObject { |
pointer_maps_(8, graph->zone()), |
inlined_closures_(1, graph->zone()) { } |
+ void RegisterDependentCodeForEmbeddedMaps(Handle<Code> code); |
+ |
int spill_slot_count_; |
private: |