| Index: src/full-codegen.h | 
| diff --git a/src/full-codegen.h b/src/full-codegen.h | 
| index 44dd9b19728794efb42e99b2fd081054aa2fa90f..148d0c02de2736cc27149e3b6c2be654ffdd86d9 100644 | 
| --- a/src/full-codegen.h | 
| +++ b/src/full-codegen.h | 
| @@ -820,7 +820,6 @@ class FullCodeGenerator: public AstVisitor { | 
| int module_index_; | 
| const ExpressionContext* context_; | 
| ZoneList<BailoutEntry> bailout_entries_; | 
| -  GrowableBitVector prepared_bailout_ids_; | 
| ZoneList<BackEdgeEntry> back_edges_; | 
| int ic_total_count_; | 
| Handle<FixedArray> handler_table_; | 
|  |