summaryrefslogtreecommitdiff
path: root/src/vm/gcheaputilities.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/gcheaputilities.cpp')
-rw-r--r--src/vm/gcheaputilities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/gcheaputilities.cpp b/src/vm/gcheaputilities.cpp
index 730728927a..60f08683f8 100644
--- a/src/vm/gcheaputilities.cpp
+++ b/src/vm/gcheaputilities.cpp
@@ -45,7 +45,7 @@ void ValidateHandleAndAppDomain(OBJECTHANDLE handle)
OBJECTREF objRef = ObjectToOBJECTREF(*(Object**)handle);
VALIDATEOBJECTREF(objRef);
- IGCHandleTable *pHandleTable = GCHeapUtilities::GetGCHandleTable();
+ IGCHandleTable *pHandleTable = GCHandleTableUtilities::GetGCHandleTable();
void* handleTable = pHandleTable->GetHandleTableForHandle(handle);
DWORD context = (DWORD)pHandleTable->GetHandleTableContext(handleTable);