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

Unified Diff: Source/modules/beacon/NavigatorBeacon.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/beacon/NavigatorBeacon.cpp
diff --git a/Source/modules/beacon/NavigatorBeacon.cpp b/Source/modules/beacon/NavigatorBeacon.cpp
index 356604e7e93956ab10e952cdfa1e2817d4900a07..4e4970f200d594ff40a27f00c38241d6ff9ca54b 100644
--- a/Source/modules/beacon/NavigatorBeacon.cpp
+++ b/Source/modules/beacon/NavigatorBeacon.cpp
@@ -26,6 +26,11 @@ NavigatorBeacon::NavigatorBeacon(Navigator& navigator)
{
}
+void NavigatorBeacon::trace(Visitor* visitor)
+{
+ WillBeHeapSupplement<Navigator>::trace(visitor);
+}
+
const char* NavigatorBeacon::supplementName()
{
return "NavigatorBeacon";

Powered by Google App Engine
This is Rietveld 408576698