| Index: src/profile-generator.h
|
| diff --git a/src/profile-generator.h b/src/profile-generator.h
|
| index 5edcac84b53800fa786b1ecc2e4f232a7b8beefd..70f00de538189f3255a88b3a83470389cef7ee93 100644
|
| --- a/src/profile-generator.h
|
| +++ b/src/profile-generator.h
|
| @@ -312,7 +312,7 @@ class CpuProfilesCollection {
|
|
|
| // Accessed by VM thread and profile generator thread.
|
| List<CpuProfile*> current_profiles_;
|
| - Semaphore* current_profiles_semaphore_;
|
| + Semaphore current_profiles_semaphore_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection);
|
| };
|
|
|