Index: src/rewriter.cc |
diff --git a/src/rewriter.cc b/src/rewriter.cc |
index f791dc3e0cc24c506214b26990e0d531d344f955..d5f7527aed3035693221beb156d2fc5867108cd8 100644 |
--- a/src/rewriter.cc |
+++ b/src/rewriter.cc |
@@ -257,7 +257,7 @@ bool Rewriter::Rewrite(CompilationInfo* info) { |
// coincides with the end of the with scope which is the position of '1'. |
int position = function->end_position(); |
VariableProxy* result_proxy = processor.factory()->NewVariableProxy( |
- result->name(), false, position); |
+ result->name(), false, Interface::NewValue(), position); |
result_proxy->BindTo(result); |
Statement* result_statement = |
processor.factory()->NewReturnStatement(result_proxy); |