Bug 972045 - Add a compact representation for call stacks in SpiderMonkey. r=jimb
This commit is contained in:
@@ -512,7 +512,8 @@ struct CompartmentStats
|
||||
macro(Other, NotLiveGCThing, compartmentObject) \
|
||||
macro(Other, NotLiveGCThing, crossCompartmentWrappersTable) \
|
||||
macro(Other, NotLiveGCThing, regexpCompartment) \
|
||||
macro(Other, NotLiveGCThing, debuggeesSet)
|
||||
macro(Other, NotLiveGCThing, debuggeesSet) \
|
||||
macro(Other, NotLiveGCThing, savedStacksSet)
|
||||
|
||||
CompartmentStats()
|
||||
: FOR_EACH_SIZE(ZERO_SIZE)
|
||||
|
||||
Reference in New Issue
Block a user