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

Unified Diff: Source/modules/webdatabase/DatabaseThread.cpp

Issue 331793004: Delete ASSERT_DISABLED (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missing include Created 6 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
« no previous file with comments | « Source/core/page/Page.h ('k') | Source/platform/mac/BlockExceptions.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/DatabaseThread.cpp
diff --git a/Source/modules/webdatabase/DatabaseThread.cpp b/Source/modules/webdatabase/DatabaseThread.cpp
index 1e53bd09b9d82ecf7211e5d597ca995841420c38..b1a70a13b9d866f6ca9806af1037a13205a361c6 100644
--- a/Source/modules/webdatabase/DatabaseThread.cpp
+++ b/Source/modules/webdatabase/DatabaseThread.cpp
@@ -147,9 +147,6 @@ void DatabaseThread::recordDatabaseOpen(DatabaseBackend* database)
void DatabaseThread::recordDatabaseClosed(DatabaseBackend* database)
{
-#ifndef ASSERT_DISABLED
- MutexLocker lock(m_terminationRequestedMutex);
-#endif
ASSERT(isDatabaseThread());
ASSERT(database);
ASSERT(m_terminationRequested || m_openDatabaseSet.contains(database));
« no previous file with comments | « Source/core/page/Page.h ('k') | Source/platform/mac/BlockExceptions.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698