| Index: src/handles.cc
|
| diff --git a/src/handles.cc b/src/handles.cc
|
| index e7d0f9b7e97c5224e37f4cea881b16d81e0d4012..8c6439b227adbb2336459c368b79f21e7d005ed3 100644
|
| --- a/src/handles.cc
|
| +++ b/src/handles.cc
|
| @@ -617,7 +617,7 @@ Handle<FixedArray> CalculateLineEnds(Handle<String> src,
|
| {
|
| AssertNoAllocation no_heap_allocation; // ensure vectors stay valid.
|
| // Dispatch on type of strings.
|
| - String::FlatContent content = src->GetFlatContent(no_heap_allocation);
|
| + String::FlatContent content = src->GetFlatContent();
|
| ASSERT(content.IsFlat());
|
| if (content.IsAscii()) {
|
| CalculateLineEnds(isolate,
|
|
|