Chromium Code Reviews| Index: src/objects-inl.h |
| =================================================================== |
| --- src/objects-inl.h (revision 3711) |
| +++ src/objects-inl.h (working copy) |
| @@ -2372,8 +2372,8 @@ |
| kHasOnlySimpleThisPropertyAssignments) |
| BOOL_ACCESSORS(SharedFunctionInfo, |
| compiler_hints, |
| - try_fast_codegen, |
| - kTryFastCodegen) |
| + try_full_codegen, |
| + kTryFullCodegen) |
| INT_ACCESSORS(SharedFunctionInfo, length, kLengthOffset) |
| INT_ACCESSORS(SharedFunctionInfo, formal_parameter_count, |