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

Unified Diff: Source/WebCore/storage/AbstractDatabase.cpp

Issue 9254017: Merge 103429 - Source/WebCore: [Chromium] DatabaseTrackerChromium: iterating DatabaseSet races wi... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 8 years, 11 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: Source/WebCore/storage/AbstractDatabase.cpp
===================================================================
--- Source/WebCore/storage/AbstractDatabase.cpp (revision 105354)
+++ Source/WebCore/storage/AbstractDatabase.cpp (working copy)
@@ -211,6 +211,7 @@
AbstractDatabase::~AbstractDatabase()
{
+ ASSERT(!m_opened);
}
void AbstractDatabase::closeDatabase()
« no previous file with comments | « LayoutTests/platform/chromium/test_expectations.txt ('k') | Source/WebCore/storage/chromium/DatabaseTrackerChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698