Chromium Code Reviews| Index: src/vm-state.h |
| diff --git a/src/vm-state.h b/src/vm-state.h |
| index 7e723a5282b426c16360984900b8feecee7ddc51..3f8d3811b3ec67204462df8bd40b34a0b5d37b70 100644 |
| --- a/src/vm-state.h |
| +++ b/src/vm-state.h |
| @@ -6,6 +6,7 @@ |
| #define V8_VM_STATE_H_ |
| #include "src/allocation.h" |
| +#include "src/counters.h" |
| #include "src/isolate.h" |
| namespace v8 { |
| @@ -48,6 +49,7 @@ class ExternalCallbackScope BASE_EMBEDDED { |
| Isolate* isolate_; |
| Address callback_; |
| ExternalCallbackScope* previous_scope_; |
| + RuntimeCallTimer timer_; |
| #ifdef USE_SIMULATOR |
| Address scope_address_; |
| #endif |