| Index: Source/modules/indexeddb/IDBObjectStore.h
|
| diff --git a/Source/modules/indexeddb/IDBObjectStore.h b/Source/modules/indexeddb/IDBObjectStore.h
|
| index 55b810be613c508204f39182e744b1100a9abc50..8a918bc1b96346f2265695832368035dd40e6a34 100644
|
| --- a/Source/modules/indexeddb/IDBObjectStore.h
|
| +++ b/Source/modules/indexeddb/IDBObjectStore.h
|
| @@ -62,7 +62,7 @@ public:
|
| int64_t id() const { return m_metadata.id; }
|
| const String& name() const { return m_metadata.name; }
|
| ScriptValue keyPath(ScriptState*) const;
|
| - PassRefPtr<DOMStringList> indexNames() const;
|
| + PassRefPtrWillBeRawPtr<DOMStringList> indexNames() const;
|
| IDBTransaction* transaction() const { return m_transaction.get(); }
|
| bool autoIncrement() const { return m_metadata.autoIncrement; }
|
|
|
|
|