Chromium Code Reviews| Index: src/hydrogen-instructions.h |
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
| index 7554fd85bad5a136e387698eb704159008be7bdd..ac83b3ef6a929a0c759b13929cb4518d96ff5aa7 100644 |
| --- a/src/hydrogen-instructions.h |
| +++ b/src/hydrogen-instructions.h |
| @@ -3233,7 +3233,7 @@ class HArgumentsObject: public HTemplateInstruction<0> { |
| } |
| private: |
| - virtual bool IsDeletable() const { return true; } |
| + virtual bool IsDeletable() const { return false; } |
|
Sven Panne
2013/06/16 13:33:55
DBC: Just remove the whole line, 'false' is the (s
|
| ZoneList<HValue*> values_; |
| }; |