Chromium Code Reviews| Index: src/variables.h |
| diff --git a/src/variables.h b/src/variables.h |
| index deebc5f80c83b5a63afd37bc63d2b896e1890c8c..dcd2e6af6e02d5d90d9221580bcd38bd867e3736 100644 |
| --- a/src/variables.h |
| +++ b/src/variables.h |
| @@ -44,7 +44,6 @@ class Variable: public ZoneObject { |
| return force_context_allocation_; |
| } |
| void ForceContextAllocation() { |
| - DCHECK(mode_ != TEMPORARY); |
| force_context_allocation_ = true; |
| } |
| bool is_used() { return is_used_; } |