From 49ca3db92a48da71d25c607af9716a30bafb3ff8 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Mon, 10 Dec 2018 02:57:57 -0800 Subject: Delete vm/context.* (#21459) * Delete vm/context.* Leftover from remoting --- src/vm/proftoeeinterfaceimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vm/proftoeeinterfaceimpl.cpp') diff --git a/src/vm/proftoeeinterfaceimpl.cpp b/src/vm/proftoeeinterfaceimpl.cpp index e0a1dabf78..0438bd08f0 100644 --- a/src/vm/proftoeeinterfaceimpl.cpp +++ b/src/vm/proftoeeinterfaceimpl.cpp @@ -4809,7 +4809,7 @@ HRESULT ProfToEEInterfaceImpl::GetThreadContext(ThreadID threadId, Thread *pThread = reinterpret_cast(threadId); // Get the context for the Thread* provided - Context *pContext = pThread->GetContext(); + AppDomain *pContext = pThread->GetDomain(); // Context is same as AppDomain in CoreCLR _ASSERTE(pContext); // If there's no current context, return incomplete info -- cgit v1.2.3