Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(793)

Unified Diff: third_party/WebKit/Source/modules/vr/VRController.cpp

Issue 2570463005: Retire ThreadState::registerPreFinalizer<T>() (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 77e0259e60933b0daf952e1b40f6ae1d54c355d9..692fcbdde52bdfe80ce79e21eea0fb58938313bc 100644
--- a/third_party/WebKit/Source/modules/vr/VRController.cpp
+++ b/third_party/WebKit/Source/modules/vr/VRController.cpp
@@ -27,7 +27,6 @@ VRController::VRController(NavigatorVR* navigatorVR)
m_binding.CreateInterfacePtrAndBind(),
convertToBaseCallback(
WTF::bind(&VRController::onDisplaysSynced, wrapPersistent(this))));
- ThreadState::current()->registerPreFinalizer(this);
}
VRController::~VRController() {}

Powered by Google App Engine
This is Rietveld 408576698