| Index: src/debug.h
 | 
| diff --git a/src/debug.h b/src/debug.h
 | 
| index fe951a3a3091ae0772e3922dff717708fb2b2112..82d37bb1d1af04ec5d5f2882cfeb4069912cf812 100644
 | 
| --- a/src/debug.h
 | 
| +++ b/src/debug.h
 | 
| @@ -481,9 +481,6 @@
 | 
|    static Handle<DebugInfo> GetDebugInfo(Handle<SharedFunctionInfo> shared);
 | 
|    static bool HasDebugInfo(Handle<SharedFunctionInfo> shared);
 | 
|  
 | 
| -  template <typename C>
 | 
| -  bool CompileToRevealInnerFunctions(C* compilable);
 | 
| -
 | 
|    // This function is used in FunctionNameUsing* tests.
 | 
|    Handle<Object> FindSharedFunctionInfoInScript(Handle<Script> script,
 | 
|                                                  int position);
 | 
| 
 |