Chromium Code Reviews| Index: src/x64/virtual-frame-x64.h |
| =================================================================== |
| --- src/x64/virtual-frame-x64.h (revision 4200) |
| +++ src/x64/virtual-frame-x64.h (working copy) |
| @@ -417,6 +417,7 @@ |
| inline void Nip(int num_dropped); |
| inline void SetTypeForLocalAt(int index, NumberInfo info); |
| + inline void SetTypeForParamAt(int index, NumberInfo info); |
| private: |
| static const int kLocal0Offset = JavaScriptFrameConstants::kLocal0Offset; |