| Index: src/runtime/runtime-observe.cc
 | 
| diff --git a/src/runtime/runtime-observe.cc b/src/runtime/runtime-observe.cc
 | 
| index a942645236f76e59e9e5be95aa09f3b815f560f0..c03e31effcd0e716552c07fb3db7f4a0671d80c9 100644
 | 
| --- a/src/runtime/runtime-observe.cc
 | 
| +++ b/src/runtime/runtime-observe.cc
 | 
| @@ -157,5 +157,5 @@ RUNTIME_FUNCTION(Runtime_GetObjectContextNotifierPerformChange) {
 | 
|    Handle<Context> context(object_info->GetCreationContext(), isolate);
 | 
|    return context->native_object_notifier_perform_change();
 | 
|  }
 | 
| -}
 | 
| -}  // namespace v8::internal
 | 
| +}  // namespace internal
 | 
| +}  // namespace v8
 | 
| 
 |