| Index: third_party/WebKit/Source/modules/vr/VRDisplay.cpp
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRDisplay.cpp b/third_party/WebKit/Source/modules/vr/VRDisplay.cpp
|
| index f4ed320cc08a64a6e4e702780e0f580cb96d374d..45980bb1910aeaabafc39351bf8c3bccac4ce90b 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRDisplay.cpp
|
| +++ b/third_party/WebKit/Source/modules/vr/VRDisplay.cpp
|
| @@ -97,7 +97,6 @@ VRDisplay::VRDisplay(NavigatorVR* navigatorVR,
|
| m_inAnimationFrame(false),
|
| m_display(std::move(display)),
|
| m_binding(this, std::move(request)) {
|
| - ThreadState::current()->registerPreFinalizer(this);
|
| }
|
|
|
| VRDisplay::~VRDisplay() {}
|
|
|