Index: Source/modules/vibration/NavigatorVibration.h |
diff --git a/Source/modules/vibration/NavigatorVibration.h b/Source/modules/vibration/NavigatorVibration.h |
index 27e9135be5ce48fa2d056d687c20428ff93d8e34..7da24bf8d58d63ac2c9b459e08cfc4a99d77ee12 100644 |
--- a/Source/modules/vibration/NavigatorVibration.h |
+++ b/Source/modules/vibration/NavigatorVibration.h |
@@ -32,8 +32,10 @@ class LocalFrame; |
class Navigator; |
class NavigatorVibration FINAL |
- : public Supplement<Page> |
+ : public NoBaseWillBeGarbageCollectedFinalized<NavigatorVibration> |
+ , public WillBeHeapSupplement<Page> |
, public PageLifecycleObserver { |
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorVibration); |
public: |
typedef Vector<unsigned> VibrationPattern; |