Index: third_party/WebKit/Source/modules/vr/NavigatorVRDevice.h |
diff --git a/third_party/WebKit/Source/modules/vr/NavigatorVRDevice.h b/third_party/WebKit/Source/modules/vr/NavigatorVRDevice.h |
index 68e12e7583beec945d48d984ccce611ff912e6ed..a20e1fdd818ed9ef7dfc8b59b3732e3f72f82667 100644 |
--- a/third_party/WebKit/Source/modules/vr/NavigatorVRDevice.h |
+++ b/third_party/WebKit/Source/modules/vr/NavigatorVRDevice.h |
@@ -22,7 +22,7 @@ class Navigator; |
class VRController; |
class VRHardwareUnitCollection; |
-class MODULES_EXPORT NavigatorVRDevice final : public GarbageCollectedFinalized<NavigatorVRDevice>, public HeapSupplement<Navigator>, public DOMWindowProperty { |
+class MODULES_EXPORT NavigatorVRDevice final : public GarbageCollectedFinalized<NavigatorVRDevice>, public Supplement<Navigator>, public DOMWindowProperty { |
USING_GARBAGE_COLLECTED_MIXIN(NavigatorVRDevice); |
WTF_MAKE_NONCOPYABLE(NavigatorVRDevice); |
public: |