Backed out changeset 0eb505a8ac7c (bug 1395329) for Windows static bustage in Interceptor.obj. r=backout
This commit is contained in:
@@ -109,18 +109,6 @@ WeakReferenceSupport::~WeakReferenceSupport()
|
||||
::DeleteCriticalSection(&mCSForQI);
|
||||
}
|
||||
|
||||
void
|
||||
WeakReferenceSupport::Lock()
|
||||
{
|
||||
::EnterCriticalSection(&mCSForQI);
|
||||
}
|
||||
|
||||
void
|
||||
WeakReferenceSupport::Unlock()
|
||||
{
|
||||
::LeaveCriticalSection(&mCSForQI);
|
||||
}
|
||||
|
||||
HRESULT
|
||||
WeakReferenceSupport::QueryInterface(REFIID riid, void** ppv)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user