Chromium Code Reviews| Index: src/objects.h |
| =================================================================== |
| --- src/objects.h (revision 3374) |
| +++ src/objects.h (working copy) |
| @@ -3262,7 +3262,7 @@ |
| // [compilation]: how the the script was compiled. |
| DECL_ACCESSORS(compilation_type, Smi) |
| - // [line_ends]: array of line ends positions. |
| + // [line_ends]: FixedArray of line ends positions. |
| DECL_ACCESSORS(line_ends, Object) |
| // [eval_from_function]: for eval scripts the funcion from which eval was |