DescriptionAvoid stack allocating StyleSheetCollections.
StyleSheetCollection is a GarbageCollected<>-derived object, which ideally
shouldn't be allocated on the stack (== outside the heap), as it leaves
the door open for it being attempted marked (and traced), which it the
allocation doesn't support (the allocation has no header information
preceeding it.)
R=
BUG=
Committed: https://crrev.com/e8cee140a282f837e8cf579bb571b933a7bf9e29
Cr-Commit-Position: refs/heads/master@{#413088}
Patch Set 1 #
Messages
Total messages: 19 (7 generated)
|