| Index: src/cpu-profiler.h
|
| diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h
|
| index d666255b0af56539daa4e3c374cd255308a4ebe4..2299ab0a5ce4c102fc3574327f9047a3b9ebe4a4 100644
|
| --- a/src/cpu-profiler.h
|
| +++ b/src/cpu-profiler.h
|
| @@ -113,8 +113,8 @@ class CodeEventsContainer {
|
| }
|
| union {
|
| CodeEventRecord generic;
|
| -#define DECLARE_CLASS(ignore, type) type type##_;
|
| - CODE_EVENTS_TYPE_LIST(DECLARE_CLASS)
|
| +#define DECLARE_TYPE(ignore, type) type type##_;
|
| + CODE_EVENTS_TYPE_LIST(DECLARE_TYPE)
|
| #undef DECLARE_TYPE
|
| };
|
| };
|
|
|