| Index: third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h
|
| index e383739f49bc62e6085f347c370ad2fcad045e9a..b6ba05d6a272a3f29bb97abf8c866bccf819a2a4 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.h
|
| @@ -66,8 +66,7 @@ extern const char* nameForSQLTransactionState(SQLTransactionState);
|
| template <typename T>
|
| SQLTransactionStateMachine<T>::SQLTransactionStateMachine()
|
| : m_nextState(SQLTransactionState::Idle),
|
| - m_requestedState(SQLTransactionState::Idle)
|
| -{
|
| + m_requestedState(SQLTransactionState::Idle) {
|
| #if DCHECK_IS_ON()
|
| for (int i = 0; i < s_sizeOfStateAuditTrail; i++)
|
| m_stateAuditTrail[i] = SQLTransactionState::NumberOfStates;
|
|
|