| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 76fc0d5b489ff18e16805012360422f144defaaf..fc5d2e7ecc9bd96c3ad5cc99b7b6117d2d9ed462 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -5919,7 +5919,7 @@ class String: public HeapObject {
|
| // If the string isn't flat, and therefore doesn't have flat content, the
|
| // returned structure will report so, and can't provide a vector of either
|
| // kind.
|
| - FlatContent GetFlatContent(const AssertNoAllocation& safety_promise);
|
| + FlatContent GetFlatContent();
|
|
|
| // Mark the string as an undetectable object. It only applies to
|
| // ascii and two byte string types.
|
|
|