Index: src/runtime/runtime-function.cc |
diff --git a/src/runtime/runtime-function.cc b/src/runtime/runtime-function.cc |
index f994ee336561a3c51da186de4783480b75bf0a92..c7437febd7ed245000e55c670e48d452000de179 100644 |
--- a/src/runtime/runtime-function.cc |
+++ b/src/runtime/runtime-function.cc |
@@ -603,5 +603,6 @@ RUNTIME_FUNCTION(Runtime_ThrowStrongModeTooFewArguments) { |
THROW_NEW_ERROR_RETURN_FAILURE(isolate, |
NewTypeError(MessageTemplate::kStrongArity)); |
} |
+ |
} // namespace internal |
} // namespace v8 |