Chromium Code Reviews| Index: src/lithium.h |
| diff --git a/src/lithium.h b/src/lithium.h |
| index ea61ff5ca8acb5461d3b7b7d12f136d5dd102406..e0ef89659364253cc5e043288eda1ce4758b8730 100644 |
| --- a/src/lithium.h |
| +++ b/src/lithium.h |
| @@ -698,6 +698,7 @@ class LChunk: public ZoneObject { |
| int spill_slot_count_; |
| private: |
| + void RegisterDependentCodeForEmbeddedMaps(Handle<Code> code); |
|
Michael Starzinger
2013/01/21 10:31:48
Let's make this function protected instead of priv
ulan
2013/01/21 13:11:57
Done.
|
| CompilationInfo* info_; |
| HGraph* const graph_; |
| ZoneList<LInstruction*> instructions_; |