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

Unified Diff: Source/modules/webdatabase/SQLCallbackWrapper.h

Issue 319333002: Revert of 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
« no previous file with comments | « Source/modules/indexeddb/IDBTransactionTest.cpp ('k') | Source/platform/heap/Handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/SQLCallbackWrapper.h
diff --git a/Source/modules/webdatabase/SQLCallbackWrapper.h b/Source/modules/webdatabase/SQLCallbackWrapper.h
index 53d43b6a2f73cf359c7b1c63e0f223d24dd1e12e..d3701d4e345aacd8ac701551c348d1a7bdece264 100644
--- a/Source/modules/webdatabase/SQLCallbackWrapper.h
+++ b/Source/modules/webdatabase/SQLCallbackWrapper.h
@@ -56,7 +56,8 @@
clear();
}
- void trace(Visitor* visitor) { visitor->trace(m_executionContext); }
+ // FIXME: Oilpan: Trace m_executionContext.
+ void trace(Visitor* visitor) { }
void clear()
{
@@ -129,7 +130,7 @@
Mutex m_mutex;
OwnPtr<T> m_callback;
- RefPtrWillBeMember<ExecutionContext> m_executionContext;
+ RefPtr<ExecutionContext> m_executionContext;
};
} // namespace WebCore
« no previous file with comments | « Source/modules/indexeddb/IDBTransactionTest.cpp ('k') | Source/platform/heap/Handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698