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

Unified Diff: Source/modules/presentation/DefaultSessionStartEvent.cpp

Issue 995923002: Oilpan: fix build after r191643 (4e6a640c). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/presentation/DefaultSessionStartEvent.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/presentation/DefaultSessionStartEvent.cpp
diff --git a/Source/modules/presentation/DefaultSessionStartEvent.cpp b/Source/modules/presentation/DefaultSessionStartEvent.cpp
index 538b3a314699cb3d8fec7935cc46d235d1826d78..f2391b01413d01030ea6d043bc66be07934ab3c0 100644
--- a/Source/modules/presentation/DefaultSessionStartEvent.cpp
+++ b/Source/modules/presentation/DefaultSessionStartEvent.cpp
@@ -34,4 +34,10 @@ const AtomicString& DefaultSessionStartEvent::interfaceName() const
return EventNames::DefaultSessionStartEvent;
}
+DEFINE_TRACE(DefaultSessionStartEvent)
+{
+ visitor->trace(m_session);
+ Event::trace(visitor);
+}
+
} // namespace blink
« no previous file with comments | « Source/modules/presentation/DefaultSessionStartEvent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698