no bug - Add Missing namespace. r=jonco

This commit is contained in:
Nicolas B. Pierron 2013-12-17 02:35:33 -08:00
parent a48e497757
commit 2f475f0bee

View File

@ -1571,7 +1571,7 @@ DebugScopes::proxiedScopesPostWriteBarrier(JSRuntime *rt, ObjectWeakMap *map,
}
#ifdef JSGC_GENERATIONAL
class DebugScopes::MissingScopesRef : public BufferableRef
class DebugScopes::MissingScopesRef : public gc::BufferableRef
{
MissingScopeMap *map;
ScopeIterKey key;