Bug 153577 - REGRESSION(r190430): Assertion failure in Text::~Text()
Summary: REGRESSION(r190430): Assertion failure in Text::~Text()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 148695
  Show dependency treegraph
 
Reported: 2016-01-27 19:19 PST by Ryosuke Niwa
Modified: 2016-01-27 20:42 PST (History)
6 users (show)

See Also:


Attachments
Fixes the bug (4.35 KB, patch)
2016-01-27 19:55 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.