summaryrefslogtreecommitdiff
path: root/src/vm/testhookmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/testhookmgr.cpp')
-rw-r--r--src/vm/testhookmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/testhookmgr.cpp b/src/vm/testhookmgr.cpp
index 9ec53f8e45..48370134d2 100644
--- a/src/vm/testhookmgr.cpp
+++ b/src/vm/testhookmgr.cpp
@@ -655,7 +655,7 @@ HRESULT CLRTestHookManager::GC(int generation)
CONTRACTL_END;
_ASSERTE(GetThread()==NULL || !GetThread()->PreemptiveGCDisabled());
- GCHeap::GetGCHeap()->GarbageCollect(generation);
+ GCHeapUtilities::GetGCHeap()->GarbageCollect(generation);
FinalizerThread::FinalizerThreadWait();
return S_OK;
}