Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1034)

Unified Diff: third_party/WebKit/Source/modules/webdatabase/Database.cpp

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698