| 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 18316041be5357b4606c7b1ebe7561ea10ca7364..092ca5b6c22696bb25354802dbad8a6e8b79be9f 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| @@ -501,7 +501,8 @@ void IDBDatabase::objectStoreRenamed(int64_t objectStoreId,
|
|
|
| bool IDBDatabase::hasPendingActivity() const {
|
| // The script wrapper must not be collected before the object is closed or
|
| - // we can't fire a "versionchange" event to let script manually close the connection.
|
| + // we can't fire a "versionchange" event to let script manually close the
|
| + // connection.
|
| return !m_closePending && hasEventListeners() && !m_contextStopped;
|
| }
|
|
|
|
|