mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 817419 - Fix warning about DebugScopes forward-declaration as struct. r=jcoppeard
This commit is contained in:
parent
be02b50ec7
commit
f52d71b6c7
@ -115,7 +115,7 @@ struct TypeInferenceSizes;
|
||||
|
||||
namespace js {
|
||||
class AutoDebugModeGC;
|
||||
struct DebugScopes;
|
||||
class DebugScopes;
|
||||
}
|
||||
|
||||
struct JSCompartment : public js::gc::GraphNodeBase
|
||||
|
Loading…
Reference in New Issue
Block a user