| Index: base/synchronization/lock.h
|
| diff --git a/base/synchronization/lock.h b/base/synchronization/lock.h
|
| index 15de446d1d494c5ef5b2e3954c0fbbaf4e08fd51..bec37fbb3567d61ec321d23c20bf1071ddd89ba9 100644
|
| --- a/base/synchronization/lock.h
|
| +++ b/base/synchronization/lock.h
|
| @@ -32,7 +32,7 @@ class BASE_EXPORT Lock {
|
| void AssertAcquired() const {}
|
| #else
|
| Lock();
|
| - ~Lock() {}
|
| + ~Lock();
|
|
|
| // NOTE: Although windows critical sections support recursive locks, we do not
|
| // allow this, and we will commonly fire a DCHECK() if a thread attempts to
|
|
|