summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet/Cell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/Spreadsheet/Cell.cpp')
-rw-r--r--Applications/Spreadsheet/Cell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/Spreadsheet/Cell.cpp b/Applications/Spreadsheet/Cell.cpp
index c82f072fe9..0d371f4653 100644
--- a/Applications/Spreadsheet/Cell.cpp
+++ b/Applications/Spreadsheet/Cell.cpp
@@ -157,7 +157,7 @@ JS::Value Cell::js_data()
if (kind == Formula)
return evaluated_data;
- return JS::js_string(sheet->interpreter(), data);
+ return JS::js_string(sheet->interpreter().heap(), data);
}
String Cell::source() const