Bug 1613797 Comment 8 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Could we do something like not destroy this style data is we're shutting down? It'll be a little tricky because we do need to destroy it in debug builds for leak checking purposes. The stacks I've seen are inside mozilla::dom::BrowserChild::RecvDestroy() so it should be possible to detect.
Could we do something like not destroy this style data if we're shutting down? It'll be a little tricky because we do need to destroy it in debug builds for leak checking purposes. The stacks I've seen are inside mozilla::dom::BrowserChild::RecvDestroy() so it should be possible to detect.

Back to Bug 1613797 Comment 8