Index: src/ia32/virtual-frame-ia32.h |
=================================================================== |
--- src/ia32/virtual-frame-ia32.h (revision 4200) |
+++ src/ia32/virtual-frame-ia32.h (working copy) |
@@ -446,8 +446,9 @@ |
return true; |
} |
- // Update the type information of a local variable frame element directly. |
+ // Update the type information of a variable frame element directly. |
inline void SetTypeForLocalAt(int index, NumberInfo info); |
+ inline void SetTypeForParamAt(int index, NumberInfo info); |
private: |
static const int kLocal0Offset = JavaScriptFrameConstants::kLocal0Offset; |