| Index: Source/modules/vr/VRGetDevicesCallback.h
 | 
| diff --git a/Source/modules/vr/VRGetDevicesCallback.h b/Source/modules/vr/VRGetDevicesCallback.h
 | 
| index 1d9bef0662d278b7d72788801c32b328963a96c7..27dbdad1f9dffe44977699f2c5bd26ac633eb54a 100644
 | 
| --- a/Source/modules/vr/VRGetDevicesCallback.h
 | 
| +++ b/Source/modules/vr/VRGetDevicesCallback.h
 | 
| @@ -26,7 +26,7 @@ public:
 | 
|  
 | 
|  private:
 | 
|      RefPtrWillBePersistent<ScriptPromiseResolver> m_resolver;
 | 
| -    RefPtrWillBePersistent<VRHardwareUnitCollection> m_hardwareUnits;
 | 
| +    Persistent<VRHardwareUnitCollection> m_hardwareUnits;
 | 
|  };
 | 
|  
 | 
|  } // namespace blink
 | 
| 
 |