folly/wangle -> wangle cutover
[folly.git] / folly / Singleton.cpp
index d389f6efaf57d5b11b252a8f854ee1563a1a359e..a9ca67f6d2d2f676c643b7a1f68bfd4724357692 100644 (file)
@@ -102,7 +102,7 @@ void SingletonVault::reenableInstances() {
 }
 
 void SingletonVault::scheduleDestroyInstances() {
-  RequestContext::getStaticContext();
+  RequestContext::saveContext();
 
   class SingletonVaultDestructor {
    public: