Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h

Issue 1580883002: Oilpan: move AsyncMethodRunner to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename to RawPtrOrMemberTrait<> Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h
diff --git a/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h b/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h
index 6c2be9ce55bfeb340c3ec932a6b90e5c805c3a8f..29963b8b02ad3eff49b4eb137068b4d8c015fd85 100644
--- a/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h
+++ b/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h
@@ -83,7 +83,7 @@ private:
Member<GamepadList> m_gamepads;
HeapDeque<Member<Gamepad>> m_pendingEvents;
- AsyncMethodRunner<NavigatorGamepad> m_dispatchOneEventRunner;
+ Member<AsyncMethodRunner<NavigatorGamepad>> m_dispatchOneEventRunner;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/css/FontFaceSet.cpp ('k') | third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp » ('j') | no next file with comments »

Powered by Google App Engine