Bug 153577

Summary: REGRESSION(r190430): Assertion failure in Text::~Text()
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, esprehn+autocc, kangil.han, kling, koivisto
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 148695    
Attachments:
Description Flags
Fixes the bug none

Description Ryosuke Niwa 2016-01-27 19:19:46 PST
When a slot element is removed from the document, we fail to detach render objects from its children.
Comment 1 Ryosuke Niwa 2016-01-27 19:55:57 PST
Created attachment 270078 [details]
Fixes the bug
Comment 2 Ryosuke Niwa 2016-01-27 20:42:41 PST
Comment on attachment 270078 [details]
Fixes the bug

Clearing flags on attachment: 270078

Committed r195727: <http://trac.webkit.org/changeset/195727>
Comment 3 Ryosuke Niwa 2016-01-27 20:42:45 PST
All reviewed patches have been landed.  Closing bug.