Bug 106759
Summary: | StyleResolver::m_rootElementStyle could point to an already deleted RenderStyle | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ilya Tikhonovsky <loislo> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | apavlov, bfulgham, koivisto |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ilya Tikhonovsky
I landed additional instrumentation for Native Memory snapshot
and found that sometimes native memory profiler traverses through a document
from a previous test which is not yet collected.
StyleResolver from this document has m_rootElementStyle member
which points to an already deleted RenderStyle.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
We don't believe this is possible in modern WebKit.