Index: src/runtime/runtime-strings.cc |
diff --git a/src/runtime/runtime-strings.cc b/src/runtime/runtime-strings.cc |
index 82174e96bc36bddae7a5e8e406966bff79c1edcc..1418a5fd5b10d792c624bd2e4e1c122b9c874187 100644 |
--- a/src/runtime/runtime-strings.cc |
+++ b/src/runtime/runtime-strings.cc |
@@ -1256,5 +1256,11 @@ RUNTIME_FUNCTION(RuntimeReference_StringAdd) { |
SealHandleScope shs(isolate); |
return __RT_impl_Runtime_StringAdd(args, isolate); |
} |
+ |
+ |
+RUNTIME_FUNCTION(RuntimeReference_IsStringWrapperSafeForDefaultValueOf) { |
+ UNIMPLEMENTED(); |
+ return NULL; |
+} |
} |
} // namespace v8::internal |