| Index: Source/modules/indexeddb/IDBTransactionTest.cpp
|
| diff --git a/Source/modules/indexeddb/IDBTransactionTest.cpp b/Source/modules/indexeddb/IDBTransactionTest.cpp
|
| index 6252c27749f50a0f635ed8a9a8e6e7d77884008b..68f7827b27936d241449ae390a5ab23fe8c1dd88 100644
|
| --- a/Source/modules/indexeddb/IDBTransactionTest.cpp
|
| +++ b/Source/modules/indexeddb/IDBTransactionTest.cpp
|
| @@ -67,7 +67,7 @@
|
|
|
| private:
|
| V8TestingScope m_scope;
|
| - RefPtrWillBePersistent<ExecutionContext> m_executionContext;
|
| + RefPtr<ExecutionContext> m_executionContext;
|
| };
|
|
|
| class FakeWebIDBDatabase FINAL : public blink::WebIDBDatabase {
|
|
|