| Index: third_party/WebKit/Source/modules/webdatabase/SQLResultSet.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.h b/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.h
|
| index 8b3c9700fc8f86771f3c57315079067122278789..eaf5037bb3c253a7b11d77b774907d0a621870c5 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.h
|
| @@ -58,7 +58,7 @@ class SQLResultSet final : public GarbageCollected<SQLResultSet>,
|
| private:
|
| SQLResultSet();
|
|
|
| - Member<SQLResultSetRowList> m_rows;
|
| + const Member<SQLResultSetRowList> m_rows;
|
| int64_t m_insertId;
|
| int m_rowsAffected;
|
| bool m_insertIdSet;
|
|
|