| Index: third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/Database.cpp b/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| index f3d284469324e9fb0ec4c57373ee5e92dddfc527..511ffc87c56c795ab30858cf55a8ea7a1df807c1 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| @@ -179,7 +179,7 @@ static GuidVersionMap& GuidToVersionMap() {
|
|
|
| // NOTE: Caller must lock guidMutex().
|
| static inline void UpdateGuidVersionMap(DatabaseGuid guid, String new_version) {
|
| - // Ensure the the mutex is locked.
|
| +// Ensure the the mutex is locked.
|
| #if DCHECK_IS_ON()
|
| DCHECK(GuidMutex().Locked());
|
| #endif
|
| @@ -203,7 +203,7 @@ static HashCountedSet<DatabaseGuid>& GuidCount() {
|
|
|
| static DatabaseGuid GuidForOriginAndName(const String& origin,
|
| const String& name) {
|
| - // Ensure the the mutex is locked.
|
| +// Ensure the the mutex is locked.
|
| #if DCHECK_IS_ON()
|
| DCHECK(GuidMutex().Locked());
|
| #endif
|
|
|