 Chromium Code Reviews
 Chromium Code Reviews Issue 237143004:
  Initial steps for moving code onto Map  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 237143004:
  Initial steps for moving code onto Map  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/objects.h | 
| diff --git a/src/objects.h b/src/objects.h | 
| index 1c3a82078adc0dfb89cb610f172d1f577dbdebe9..8afd194dc9fe1a43c9481fc693fedd59c92aa8d6 100644 | 
| --- a/src/objects.h | 
| +++ b/src/objects.h | 
| @@ -4716,7 +4716,7 @@ class NormalizedMapCache: public FixedArray { | 
| static const int kEntries = 64; | 
| static Handle<Map> Get(Handle<NormalizedMapCache> cache, | 
| - Handle<JSObject> object, | 
| + Handle<Map> fast_map, | 
| PropertyNormalizationMode mode); | 
| void Clear(); |