Index: third_party/WebKit/Source/modules/vr/VRController.h |
diff --git a/third_party/WebKit/Source/modules/vr/VRController.h b/third_party/WebKit/Source/modules/vr/VRController.h |
index 83ca7a187a215110917a41a7fb1eb3ce16051335..fed11d5e663a17a4ee21dcf3b5cad64e7140cd1c 100644 |
--- a/third_party/WebKit/Source/modules/vr/VRController.h |
+++ b/third_party/WebKit/Source/modules/vr/VRController.h |
@@ -14,7 +14,7 @@ |
namespace blink { |
class MODULES_EXPORT VRController final |
- : public GarbageCollectedFinalized<VRController> |
+ : public NoBaseWillBeGarbageCollectedFinalized<VRController> |
, public WillBeHeapSupplement<LocalFrame> |
, public LocalFrameLifecycleObserver { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(VRController); |