| Index: Source/modules/indexeddb/IDBKeyRange.h
|
| diff --git a/Source/modules/indexeddb/IDBKeyRange.h b/Source/modules/indexeddb/IDBKeyRange.h
|
| index 230dd049995dfeab53c6d36ec5f24206e349f12f..bc9403eda3ab83e2dd9cafe6f2aec7ff7efc6efd 100644
|
| --- a/Source/modules/indexeddb/IDBKeyRange.h
|
| +++ b/Source/modules/indexeddb/IDBKeyRange.h
|
| @@ -79,8 +79,8 @@ private:
|
|
|
| Member<IDBKey> m_lower;
|
| Member<IDBKey> m_upper;
|
| - LowerBoundType m_lowerType;
|
| - UpperBoundType m_upperType;
|
| + const LowerBoundType m_lowerType;
|
| + const UpperBoundType m_upperType;
|
| };
|
|
|
| } // namespace blink
|
|
|