| Index: third_party/WebKit/Source/modules/webdatabase/SQLTransaction.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLTransaction.h b/third_party/WebKit/Source/modules/webdatabase/SQLTransaction.h
|
| index 9e4930e0a5dff84c03d1f174a9e86c1cbc4282b3..bd00e961d120b7c2993af01b505aceee5b51b31a 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLTransaction.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransaction.h
|
| @@ -69,7 +69,7 @@ public:
|
| void executeSql(ScriptState*, const String& sqlStatement, const Nullable<Vector<ScriptValue>>& arguments,
|
| SQLStatementCallback*, SQLStatementErrorCallback*, ExceptionState&);
|
|
|
| - Database* database() const;
|
| + Database* database() { return m_database.get(); }
|
|
|
| SQLTransactionErrorCallback* releaseErrorCallback();
|
|
|
|
|