Chromium Code Reviews| Index: src/handles.cc |
| =================================================================== |
| --- src/handles.cc (revision 1519) |
| +++ src/handles.cc (working copy) |
| @@ -186,8 +186,8 @@ |
| void FlattenString(Handle<String> string) { |
| - CALL_HEAP_FUNCTION_VOID(string->TryFlattenIfNotFlat(StringShape(*string))); |
| - ASSERT(string->IsFlat(StringShape(*string))); |
| + CALL_HEAP_FUNCTION_VOID(string->TryFlattenIfNotFlat()); |
| + ASSERT(string->IsFlat()); |
| } |