| Index: Source/modules/webdatabase/SQLTransactionCoordinator.cpp
 | 
| diff --git a/Source/modules/webdatabase/SQLTransactionCoordinator.cpp b/Source/modules/webdatabase/SQLTransactionCoordinator.cpp
 | 
| index ae353e0372f98f3933333abc7244e1beb3e9db9c..e086aaf9aab0f2d8d8c22ade40edda07aa2a80e0 100644
 | 
| --- a/Source/modules/webdatabase/SQLTransactionCoordinator.cpp
 | 
| +++ b/Source/modules/webdatabase/SQLTransactionCoordinator.cpp
 | 
| @@ -104,7 +104,7 @@ void SQLTransactionCoordinator::releaseLock(SQLTransactionBackend* transaction)
 | 
|          info.activeReadTransactions.remove(transaction);
 | 
|      } else {
 | 
|          ASSERT(info.activeWriteTransaction == transaction);
 | 
| -        info.activeWriteTransaction = 0;
 | 
| +        info.activeWriteTransaction = nullptr;
 | 
|      }
 | 
|  
 | 
|      processPendingTransactions(info);
 | 
| 
 |