| Index: src/runtime/runtime-compiler.cc
 | 
| diff --git a/src/runtime/runtime-compiler.cc b/src/runtime/runtime-compiler.cc
 | 
| index 3b37bda125005d7f4e162533423f57b3085428d6..692768308135e3fdbe285814798d0cf50c5feddc 100644
 | 
| --- a/src/runtime/runtime-compiler.cc
 | 
| +++ b/src/runtime/runtime-compiler.cc
 | 
| @@ -441,5 +441,5 @@ RUNTIME_FUNCTION_RETURN_PAIR(Runtime_ResolvePossiblyDirectEval) {
 | 
|    return CompileGlobalEval(isolate, args.at<String>(1), outer_info,
 | 
|                             args.at<Object>(3), language_mode, args.smi_at(5));
 | 
|  }
 | 
| -}
 | 
| -}  // namespace v8::internal
 | 
| +}  // namespace internal
 | 
| +}  // namespace v8
 | 
| 
 |