Changes between Version 2 and Version 3 of detect a RenderObject is destroyed unsafely
- Timestamp:
- Apr 25, 2011, 12:11:15 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
detect a RenderObject is destroyed unsafely
v2 v3 31 31 We should protect against higher-level re-entrancy issues e.g. updating style/layout in painting. 32 32 33 How would we fix these? 34 make sure you're actually done before releasing the protector 35 36 Need to handle "zombie" renderers: need to avoid having this be a worse issue. 33 37 34 38 '''Actionable things''' 35 39 Rename the detach() method 36 Assert isMainThread() in Document::updateStyleForAllDocuments() 40 Measure the cost of removing RenderArena