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

Unified Diff: Source/modules/credentialmanager/CredentialManagerClient.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/modules/credentialmanager/CredentialManagerClient.cpp
diff --git a/Source/modules/credentialmanager/CredentialManagerClient.cpp b/Source/modules/credentialmanager/CredentialManagerClient.cpp
index 325fcf6b3e2a17329207d843ac5664b265bd7115..bfa46b6b12241a2acda1fa3ed1010343cb6c79a1 100644
--- a/Source/modules/credentialmanager/CredentialManagerClient.cpp
+++ b/Source/modules/credentialmanager/CredentialManagerClient.cpp
@@ -21,6 +21,11 @@ CredentialManagerClient::~CredentialManagerClient()
{
}
+void CredentialManagerClient::trace(Visitor* visitor)
+{
+ WillBeHeapSupplement<Page>::trace(visitor);
+}
+
// static
const char* CredentialManagerClient::supplementName()
{

Powered by Google App Engine
This is Rietveld 408576698