| Index: src/heap.h | 
| diff --git a/src/heap.h b/src/heap.h | 
| index 8992e318e274e5b79be10a3480f9ad0f528205af..4b697c28364e371ad71a69a916d6990779505940 100644 | 
| --- a/src/heap.h | 
| +++ b/src/heap.h | 
| @@ -150,7 +150,6 @@ namespace internal { | 
| V(HeapNumber, minus_zero_value, MinusZeroValue)                              \ | 
| V(Map, neander_map, NeanderMap)                                              \ | 
| V(JSObject, message_listeners, MessageListeners)                             \ | 
| -  V(Foreign, prototype_accessors, PrototypeAccessors)                          \ | 
| V(UnseededNumberDictionary, code_stubs, CodeStubs)                           \ | 
| V(UnseededNumberDictionary, non_monomorphic_cache, NonMonomorphicCache)      \ | 
| V(PolymorphicCodeCache, polymorphic_code_cache, PolymorphicCodeCache)        \ | 
|  |