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

Unified Diff: Source/modules/InitModules.cpp

Issue 930793002: Merge 190021 "Web SQL: Termiante database thread before finalizi..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2272/
Patch Set: Created 5 years, 10 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/modules/InitModules.h ('k') | Source/modules/webdatabase/DatabaseManager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/InitModules.cpp
===================================================================
--- Source/modules/InitModules.cpp (revision 190224)
+++ Source/modules/InitModules.cpp (working copy)
@@ -12,6 +12,7 @@
#include "modules/EventModulesNames.h"
#include "modules/EventTargetModulesNames.h"
#include "modules/IndexedDBNames.h"
+#include "modules/webdatabase/DatabaseManager.h"
namespace blink {
@@ -31,4 +32,9 @@
ASSERT(isInitialized());
}
+void ModulesInitializer::terminateThreads()
+{
+ DatabaseManager::terminateDatabaseThread();
+}
+
} // namespace blink
« no previous file with comments | « Source/modules/InitModules.h ('k') | Source/modules/webdatabase/DatabaseManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698