Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: Source/modules/indexeddb/IDBTransactionTest.cpp

Issue 318023002: Oilpan: Prepare to make ExecutionContext GarbageCollectedMixin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/indexeddb/IDBTransactionTest.cpp
diff --git a/Source/modules/indexeddb/IDBTransactionTest.cpp b/Source/modules/indexeddb/IDBTransactionTest.cpp
index 68f7827b27936d241449ae390a5ab23fe8c1dd88..6252c27749f50a0f635ed8a9a8e6e7d77884008b 100644
--- a/Source/modules/indexeddb/IDBTransactionTest.cpp
+++ b/Source/modules/indexeddb/IDBTransactionTest.cpp
@@ -67,7 +67,7 @@ public:
private:
V8TestingScope m_scope;
- RefPtr<ExecutionContext> m_executionContext;
+ RefPtrWillBePersistent<ExecutionContext> m_executionContext;
};
class FakeWebIDBDatabase FINAL : public blink::WebIDBDatabase {

Powered by Google App Engine
This is Rietveld 408576698