Bug 817419 - Fix warning about DebugScopes forward-declaration as struct. r=jcoppeard

This commit is contained in:
Chris Peterson 2012-12-01 00:57:44 -08:00
parent be02b50ec7
commit f52d71b6c7

View File

@ -115,7 +115,7 @@ struct TypeInferenceSizes;
namespace js {
class AutoDebugModeGC;
struct DebugScopes;
class DebugScopes;
}
struct JSCompartment : public js::gc::GraphNodeBase