Index: src/asmjs/asm-typer.h |
diff --git a/src/asmjs/asm-typer.h b/src/asmjs/asm-typer.h |
index 20e3a34695617f02eadfd002a0ac0a2113535a96..965137383e861e704fcaeffd91e710127c0e2210 100644 |
--- a/src/asmjs/asm-typer.h |
+++ b/src/asmjs/asm-typer.h |
@@ -364,7 +364,7 @@ class AsmTyper final { |
AsmType* ParameterTypeAnnotations(Variable* parameter, |
Expression* annotation); |
// 5.2 ReturnTypeAnnotations |
- AsmType* ReturnTypeAnnotations(ReturnStatement* statement); |
+ AsmType* ReturnTypeAnnotations(Expression* ret_expr); |
// 5.4 VariableTypeAnnotations |
// 5.5 GlobalVariableTypeAnnotations |
AsmType* VariableTypeAnnotations( |