| Index: third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp
|
| index 4bafd6a78aebcfbac41abc8b1fc7240624c7e301..8fb436a6cec6f1f8077d2464fa22a1c53f650169 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp
|
| @@ -74,7 +74,7 @@ public:
|
|
|
| private:
|
| V8TestingScope m_scope;
|
| - RefPtrWillBePersistent<ExecutionContext> m_executionContext;
|
| + Persistent<ExecutionContext> m_executionContext;
|
| };
|
|
|
| class FakeIDBDatabaseCallbacks final : public IDBDatabaseCallbacks {
|
|
|