Index: third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp |
index 27ac511383a68a6b98a538db508c9a15e929c52a..18316041be5357b4606c7b1ebe7561ea10ca7364 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp |
@@ -505,7 +505,7 @@ bool IDBDatabase::hasPendingActivity() const { |
return !m_closePending && hasEventListeners() && !m_contextStopped; |
} |
-void IDBDatabase::stop() { |
+void IDBDatabase::contextDestroyed() { |
m_contextStopped = true; |
// Immediately close the connection to the back end. Don't attempt a |