| 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 173142687331861db12e562b069578cf5fe4eb33..0766234fc0e3e10f67c7b3b2ca508b71f432946e 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
|
| @@ -386,7 +386,7 @@ bool IDBRequest::hasPendingActivity() const {
|
| return m_hasPendingActivity && getExecutionContext();
|
| }
|
|
|
| -void IDBRequest::contextDestroyed() {
|
| +void IDBRequest::contextDestroyed(ExecutionContext*) {
|
| if (m_readyState == PENDING) {
|
| m_readyState = EarlyDeath;
|
| if (m_transaction) {
|
|
|