Chromium Code Reviews| Index: src/d8.h |
| diff --git a/src/d8.h b/src/d8.h |
| index 16f612c97ad47b981fbec6b35a60ff4039d04773..bfa714b3ac3b592b53bf938cbc90dd07b441fb5a 100644 |
| --- a/src/d8.h |
| +++ b/src/d8.h |
| @@ -468,6 +468,7 @@ class Shell : public i::AllStatic { |
| static void RunShell(Isolate* isolate); |
| static bool SetOptions(int argc, char* argv[]); |
| static Local<ObjectTemplate> CreateGlobalTemplate(Isolate* isolate); |
| + static void DumpHandlersDispatchCounters(FILE* stream, Isolate* isolate); |
| }; |