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