Chromium Code Reviews| Index: src/deoptimizer.h |
| diff --git a/src/deoptimizer.h b/src/deoptimizer.h |
| index 9265905366bb6e3921f0f803d92e83c6e5175a07..31b24c4fb73fd6d16504d07f6b73af537cbe4439 100644 |
| --- a/src/deoptimizer.h |
| +++ b/src/deoptimizer.h |
| @@ -476,7 +476,7 @@ class FrameDescription { |
| class TranslationBuffer BASE_EMBEDDED { |
| public: |
| - TranslationBuffer() : contents_(256) { } |
| + TranslationBuffer() : contents_(ZONE, 256) { } |
| int CurrentIndex() const { return contents_.length(); } |
| void Add(int32_t value); |