Bug 203143

Summary: Document::m_closeAfterStyleRecalc is unnecessary
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, cdumez, dbates, esprehn+autocc, ews-watchlist, ggaren, kangil.han, koivisto, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 202843    
Attachments:
Description Flags
Cleanup koivisto: review+

Description Ryosuke Niwa 2019-10-17 23:33:08 PDT
These days, we always call checkCompleted() asynchrnoulsy via a timer,
so we would never try to implicitly close a document during a style recalc.
Comment 1 Ryosuke Niwa 2019-10-17 23:36:31 PDT
Created attachment 381280 [details]
Cleanup
Comment 2 Ryosuke Niwa 2019-10-18 15:46:02 PDT
Committed r251305: <https://trac.webkit.org/changeset/251305>
Comment 3 Radar WebKit Bug Importer 2019-10-18 15:46:17 PDT
<rdar://problem/56422352>