Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index df170ed29120c798440538a18cffeaf42c00575e..cb0a3a72b93666edc4a490a6dfa814bca4158a7b 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -8147,7 +8147,7 @@ class AllocationSite: public Struct { |
| // Increments the mementos found counter and returns true when the first |
| // memento was found for a given allocation site. |
| - inline bool IncrementMementoFoundCount(); |
| + inline bool IncrementMementoFoundCount(int increment = 1); |
| inline void IncrementMementoCreateCount(); |