| Index: Source/modules/vr/VRGetDevicesCallback.cpp
|
| diff --git a/Source/modules/vr/VRGetDevicesCallback.cpp b/Source/modules/vr/VRGetDevicesCallback.cpp
|
| index 6314c762a23c459ca09b6a6c12c485f47880a0e0..30c22c1427e9e9d92e0a59d52bdcbf6038fdff9a 100644
|
| --- a/Source/modules/vr/VRGetDevicesCallback.cpp
|
| +++ b/Source/modules/vr/VRGetDevicesCallback.cpp
|
| @@ -20,7 +20,7 @@ VRGetDevicesCallback::~VRGetDevicesCallback()
|
| {
|
| }
|
|
|
| -void VRGetDevicesCallback::onSuccess(WebVector<blink::WebVRDevice>* devices)
|
| +void VRGetDevicesCallback::onSuccess(WebVector<WebVRDevice>* devices)
|
| {
|
| m_resolver->resolve(m_hardwareUnits->updateVRHardwareUnits(devices));
|
| }
|
|
|