Index: Source/modules/vr/VRGetDevicesCallback.cpp |
diff --git a/Source/modules/vr/VRGetDevicesCallback.cpp b/Source/modules/vr/VRGetDevicesCallback.cpp |
index 30c22c1427e9e9d92e0a59d52bdcbf6038fdff9a..7ea610e742b0c4979f01ebd3882f31cfde47b6d8 100644 |
--- a/Source/modules/vr/VRGetDevicesCallback.cpp |
+++ b/Source/modules/vr/VRGetDevicesCallback.cpp |
@@ -10,7 +10,7 @@ |
namespace blink { |
-VRGetDevicesCallback::VRGetDevicesCallback(PassRefPtrWillBeRawPtr<ScriptPromiseResolver> resolver, VRHardwareUnitCollection* hardwareUnits) |
+VRGetDevicesCallback::VRGetDevicesCallback(ScriptPromiseResolver* resolver, VRHardwareUnitCollection* hardwareUnits) |
: m_resolver(resolver) |
, m_hardwareUnits(hardwareUnits) |
{ |