Index: third_party/WebKit/Source/modules/vibration/NavigatorVibration.h |
diff --git a/third_party/WebKit/Source/modules/vibration/NavigatorVibration.h b/third_party/WebKit/Source/modules/vibration/NavigatorVibration.h |
index 2a7b555f6364e4549b2957729de3ac1daf3f47d0..c44ea30e0902133270b5c17899c330d388df5d9b 100644 |
--- a/third_party/WebKit/Source/modules/vibration/NavigatorVibration.h |
+++ b/third_party/WebKit/Source/modules/vibration/NavigatorVibration.h |
@@ -35,7 +35,7 @@ class UnsignedLongOrUnsignedLongSequence; |
class MODULES_EXPORT NavigatorVibration final |
: public GarbageCollectedFinalized<NavigatorVibration> |
- , public HeapSupplement<Page> |
+ , public Supplement<Page> |
, public PageLifecycleObserver { |
USING_GARBAGE_COLLECTED_MIXIN(NavigatorVibration); |
public: |