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

Unified Diff: Source/core/dom/WheelController.h

Issue 255983003: Oilpan: Move all supplements of Page, Document, and WorkerClients to the managed heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: using namespace WebCore Created 6 years, 8 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/core/dom/FullscreenElementStack.cpp ('k') | Source/core/dom/WheelController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/WheelController.h
diff --git a/Source/core/dom/WheelController.h b/Source/core/dom/WheelController.h
index efa2e244d8205c6a5d5d6b2a8ad7bfe8b13f359c..35e94b8e6b9f96465e9a555dc021a1f400543ec8 100644
--- a/Source/core/dom/WheelController.h
+++ b/Source/core/dom/WheelController.h
@@ -35,8 +35,8 @@ namespace WebCore {
class DOMWindow;
-class WheelController FINAL : public DocumentSupplement, public DOMWindowLifecycleObserver {
-
+class WheelController FINAL : public NoBaseWillBeGarbageCollectedFinalized<WheelController>, public DocumentSupplement, public DOMWindowLifecycleObserver {
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WheelController);
public:
virtual ~WheelController();
« no previous file with comments | « Source/core/dom/FullscreenElementStack.cpp ('k') | Source/core/dom/WheelController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698