| Index: src/api.h
 | 
| diff --git a/src/api.h b/src/api.h
 | 
| index 4243d9025952e9e1366824763d0a23792fe02015..7be1e6727351b46168cb287412b5ccdb03a8c13d 100644
 | 
| --- a/src/api.h
 | 
| +++ b/src/api.h
 | 
| @@ -347,8 +347,6 @@ OPEN_HANDLE_LIST(MAKE_OPEN_HANDLE)
 | 
|  #undef MAKE_OPEN_HANDLE
 | 
|  #undef OPEN_HANDLE_LIST
 | 
|  
 | 
| -extern Isolate* IsolateNewImpl(internal::Isolate* isolate,
 | 
| -                               const Isolate::CreateParams& params);
 | 
|  
 | 
|  namespace internal {
 | 
|  
 | 
| @@ -647,6 +645,7 @@ void HandleScopeImplementer::DeleteExtensions(internal::Object** prev_limit) {
 | 
|           (!blocks_.is_empty() && prev_limit != NULL));
 | 
|  }
 | 
|  
 | 
| +
 | 
|  // Interceptor functions called from generated inline caches to notify
 | 
|  // CPU profiler that external callbacks are invoked.
 | 
|  void InvokeAccessorGetterCallback(
 | 
| 
 |