Chromium Code Reviews| Index: runtime/lib/vmservice.cc | 
| diff --git a/runtime/lib/vmservice.cc b/runtime/lib/vmservice.cc | 
| index e7379771640879ac3279372c7424e8ab6c8cae9d..584ceb812cdefa3bdb892f5238bb8ed1b342c5df 100644 | 
| --- a/runtime/lib/vmservice.cc | 
| +++ b/runtime/lib/vmservice.cc | 
| @@ -486,7 +486,7 @@ DEFINE_NATIVE_ENTRY(VMService_spawnUriNotify, 2) { | 
| spawn_event.set_spawn_error(&String::Cast(result)); | 
| Service::HandleEvent(&spawn_event); | 
| } | 
| -#endif | 
| +#endif // PRODUCT | 
| return Object::null(); | 
| } |