Index: third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp |
index 4d69bd07944f37ffc252db26e2c67d27725ba8c1..a30c43145e6b2ab81ec1e2816e574fc51be8cb5b 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp |
@@ -374,7 +374,7 @@ bool IDBRequest::hasPendingActivity() const { |
return m_hasPendingActivity && !m_contextStopped; |
} |
-void IDBRequest::stop() { |
+void IDBRequest::contextDestroyed() { |
if (m_contextStopped) |
return; |