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