Chromium Code Reviews| Index: src/lithium.h |
| diff --git a/src/lithium.h b/src/lithium.h |
| index 089926e71a6f31b071afa3c195f157bb310dabff..bdaadfdb086a6e8443c8bd80a609293d04461f76 100644 |
| --- a/src/lithium.h |
| +++ b/src/lithium.h |
| @@ -696,6 +696,7 @@ class LChunk: public ZoneObject { |
| int spill_slot_count_; |
| private: |
| + void RegisterDependentCodeForEmbeddedMaps(Handle<Code> code); |
| CompilationInfo* info_; |
| HGraph* const graph_; |
| ZoneList<LInstruction*> instructions_; |