Chromium Code Reviews| Index: src/safepoint-table.h |
| diff --git a/src/safepoint-table.h b/src/safepoint-table.h |
| index 307d948bfc72f669c98bbca7d8feb9fc303f3262..fc8bf7a411a8831193a5a155fc79d52d6c11e451 100644 |
| --- a/src/safepoint-table.h |
| +++ b/src/safepoint-table.h |
| @@ -151,7 +151,7 @@ class SafepointTable BASE_EMBEDDED { |
| static void PrintBits(uint8_t byte, int digits); |
| - AssertNoAllocation no_allocation_; |
| + DisallowHeapAllocation no_allocation_; |
| Code* code_; |
| unsigned length_; |
| unsigned entry_size_; |