| Index: third_party/WebKit/Source/platform/heap/SafePoint.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/SafePoint.h b/third_party/WebKit/Source/platform/heap/SafePoint.h
|
| index 3352e518df40731bba3a8885076cfdf68ab46890..727b8cfca5cceef52e7da84e496784eb18f68831 100644
|
| --- a/third_party/WebKit/Source/platform/heap/SafePoint.h
|
| +++ b/third_party/WebKit/Source/platform/heap/SafePoint.h
|
| @@ -34,8 +34,8 @@ class SafePointScope final {
|
| };
|
|
|
| // The SafePointAwareMutexLocker is used to enter a safepoint while waiting for
|
| -// a mutex lock. It also ensures that the lock is not held while waiting for a GC
|
| -// to complete in the leaveSafePoint method, by releasing the lock if the
|
| +// a mutex lock. It also ensures that the lock is not held while waiting for a
|
| +// GC to complete in the leaveSafePoint method, by releasing the lock if the
|
| // leaveSafePoint method cannot complete without blocking, see
|
| // SafePointBarrier::checkAndPark.
|
| class SafePointAwareMutexLocker final {
|
|
|