diff options
Diffstat (limited to 'src/runtime.cc')
| -rw-r--r-- | src/runtime.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime.cc b/src/runtime.cc index 77c1cd8d..6a24f988 100644 --- a/src/runtime.cc +++ b/src/runtime.cc @@ -7582,7 +7582,7 @@ RUNTIME_FUNCTION(MaybeObject*, Runtime_DateSetValue) { } } date->SetValue(value, is_value_nan); - return *date; + return value; } |
