| Index: src/frames.h
 | 
| diff --git a/src/frames.h b/src/frames.h
 | 
| index 835386ea0c2fd08e4a8ef7aedff6db2f424d08a3..21ae04d6d879005552e915fa3be8a1189fd1b3bd 100644
 | 
| --- a/src/frames.h
 | 
| +++ b/src/frames.h
 | 
| @@ -917,6 +917,11 @@ class JavaScriptFrame : public StandardFrame {
 | 
|    static void PrintTop(Isolate* isolate, FILE* file, bool print_args,
 | 
|                         bool print_line_number);
 | 
|  
 | 
| +  static void CollectFunctionAndOffsetForICStats(JSFunction* function,
 | 
| +                                                 AbstractCode* code,
 | 
| +                                                 int code_offset);
 | 
| +  static void CollectTopFrameForICStats(Isolate* isolate);
 | 
| +
 | 
|   protected:
 | 
|    inline explicit JavaScriptFrame(StackFrameIteratorBase* iterator);
 | 
|  
 | 
| 
 |