Index: src/runtime/runtime-compiler.cc |
diff --git a/src/runtime/runtime-compiler.cc b/src/runtime/runtime-compiler.cc |
index 472e076de4f5600f80000b9e8116542347ff7843..01ec73d427d8dec5a8ef53c791c4bbcbf8c316f9 100644 |
--- a/src/runtime/runtime-compiler.cc |
+++ b/src/runtime/runtime-compiler.cc |
@@ -123,7 +123,7 @@ RUNTIME_FUNCTION(Runtime_InstantiateAsmJs) { |
function->shared()->ReplaceCode( |
isolate->builtins()->builtin(Builtins::kCompileLazy)); |
} |
- return Smi::kZero; |
+ return Smi::FromInt(0); |
} |
RUNTIME_FUNCTION(Runtime_NotifyStubFailure) { |