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

Unified Diff: Source/modules/gamepad/GamepadEvent.cpp

Issue 208743011: Oilpan: Change persistent handles in the Event hierarchy to members (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: Source/modules/gamepad/GamepadEvent.cpp
diff --git a/Source/modules/gamepad/GamepadEvent.cpp b/Source/modules/gamepad/GamepadEvent.cpp
index cfe76f4bf41882c50ac41b3762fbae5d515c14bd..797caff807387b3e38f105d89b7af2af47173214 100644
--- a/Source/modules/gamepad/GamepadEvent.cpp
+++ b/Source/modules/gamepad/GamepadEvent.cpp
@@ -41,6 +41,7 @@ const AtomicString& GamepadEvent::interfaceName() const
void GamepadEvent::trace(Visitor* visitor)
{
+ visitor->trace(m_gamepad);
Event::trace(visitor);
}
« Source/core/storage/StorageEvent.h ('K') | « Source/modules/gamepad/GamepadEvent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698