Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 41c3f034179f557003998a63d848b9a01100700b..85e28bfd95db34313ba62a7bff81a05b48775860 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -8135,7 +8135,7 @@ class AllocationSite: public Struct { |
class UnusedBits: public BitField<int, 15, 14> {}; |
class DoNotInlineBit: public BitField<bool, 29, 1> {}; |
- inline void IncrementMementoFoundCount(); |
+ inline bool IncrementMementoFoundCount(); |
mvstanton
2013/12/13 10:30:17
I guess this needs a comment to explain the motiva
Hannes Payer (out of office)
2013/12/18 14:29:19
Done.
|
inline void IncrementMementoCreateCount(); |