 Chromium Code Reviews
 Chromium Code Reviews Issue 8111006:
  Allow new-space JSFunction objects as constant-function properties.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 8111006:
  Allow new-space JSFunction objects as constant-function properties.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/objects.h | 
| =================================================================== | 
| --- src/objects.h (revision 9574) | 
| +++ src/objects.h (working copy) | 
| @@ -2422,7 +2422,7 @@ | 
| NULL_DESCRIPTOR; | 
| } | 
| // Swap operation on FixedArray without using write barriers. | 
| - static inline void fast_swap(FixedArray* array, int first, int second); | 
| + static inline void swap_elements(FixedArray* array, int first, int second); | 
| // Swap descriptor first and second. | 
| inline void Swap(int first, int second); |