summaryrefslogtreecommitdiff
path: root/src/vm/stubhelpers.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-12-16 15:26:25 -0800
committerJan Kotas <jkotas@microsoft.com>2015-12-16 16:09:07 -0800
commitb65f0e718268ae400fda7556bf93f48472f9875d (patch)
tree39d337f94064e9488450e5e847b15b7ca2abf6c1 /src/vm/stubhelpers.cpp
parent36de3bebb8930bdad554143f9563b83a3356d7b7 (diff)
downloadcoreclr-b65f0e718268ae400fda7556bf93f48472f9875d.tar.gz
coreclr-b65f0e718268ae400fda7556bf93f48472f9875d.tar.bz2
coreclr-b65f0e718268ae400fda7556bf93f48472f9875d.zip
Rename CNameSpace to GCScan
Diffstat (limited to 'src/vm/stubhelpers.cpp')
-rw-r--r--src/vm/stubhelpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/stubhelpers.cpp b/src/vm/stubhelpers.cpp
index f558b00f78..025a202702 100644
--- a/src/vm/stubhelpers.cpp
+++ b/src/vm/stubhelpers.cpp
@@ -62,7 +62,7 @@ void StubHelpers::ValidateObjectInternal(Object *pObjUNSAFE, BOOL fValidateNextO
}
CONTRACTL_END;
- _ASSERTE(CNameSpace::GetGcRuntimeStructuresValid());
+ _ASSERTE(GCScan::GetGcRuntimeStructuresValid());
// validate the object - there's no need to validate next object's
// header since we validate the next object explicitly below