| Index: Source/modules/vibration/NavigatorVibration.h
|
| diff --git a/Source/modules/vibration/NavigatorVibration.h b/Source/modules/vibration/NavigatorVibration.h
|
| index 546a0fc5b9be37679114cc3bc3774a01be9e7d4d..8df8796bc6049b87ece1e34b605cdfc30edcfd7a 100644
|
| --- a/Source/modules/vibration/NavigatorVibration.h
|
| +++ b/Source/modules/vibration/NavigatorVibration.h
|
| @@ -38,6 +38,7 @@ class MODULES_EXPORT NavigatorVibration final
|
| , public WillBeHeapSupplement<Page>
|
| , public PageLifecycleObserver {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorVibration);
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(NavigatorVibration);
|
| public:
|
| typedef Vector<unsigned> VibrationPattern;
|
|
|
|
|