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

Unified Diff: Source/web/DatabaseClientImpl.cpp

Issue 835363003: Oilpan: add missing leftmost trace()s for GC mixins. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/web/DatabaseClientImpl.cpp
diff --git a/Source/web/DatabaseClientImpl.cpp b/Source/web/DatabaseClientImpl.cpp
index 254735290ce94f12b1e6a8fc2e422837fe046a64..adc26896da0aab8009831f4246ca734e3d47a5b8 100644
--- a/Source/web/DatabaseClientImpl.cpp
+++ b/Source/web/DatabaseClientImpl.cpp
@@ -47,6 +47,11 @@ DatabaseClientImpl::~DatabaseClientImpl()
{
}
+void DatabaseClientImpl::trace(Visitor* visitor)
+{
+ DatabaseClient::trace(visitor);
+}
+
bool DatabaseClientImpl::allowDatabase(ExecutionContext* executionContext, const String& name, const String& displayName, unsigned long estimatedSize)
{
ASSERT(executionContext->isContextThread());

Powered by Google App Engine
This is Rietveld 408576698