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