| Index: third_party/WebKit/Source/modules/vr/VRController.cpp
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRController.cpp b/third_party/WebKit/Source/modules/vr/VRController.cpp
|
| index 7081b2703c41f419ccbb1f87876b4e6b2402e1ef..5b249417eca02561ab1c3d0499c6d0e78ccb4854 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRController.cpp
|
| +++ b/third_party/WebKit/Source/modules/vr/VRController.cpp
|
| @@ -47,7 +47,7 @@ void VRController::getDisplays(std::unique_ptr<VRGetDevicesCallback> callback)
|
| }
|
|
|
| m_pendingGetDevicesCallbacks.append(std::move(callback));
|
| - m_service->GetDisplays(createBaseCallback(bind(&VRController::onGetDisplays, this)));
|
| + m_service->GetDisplays(createBaseCallback(bind(&VRController::onGetDisplays, wrapPersistent(this))));
|
| }
|
|
|
| device::blink::VRPosePtr VRController::getPose(unsigned index)
|
|
|