Bug 203143 - Document::m_closeAfterStyleRecalc is unnecessary
Summary: Document::m_closeAfterStyleRecalc is unnecessary
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: InRadar
Depends on:
Blocks: 202843
  Show dependency treegraph
 
Reported: 2019-10-17 23:33 PDT by Ryosuke Niwa
Modified: 2019-10-18 15:46 PDT (History)
10 users (show)

See Also:


Attachments
Cleanup (2.61 KB, patch)
2019-10-17 23:36 PDT, Ryosuke Niwa
koivisto: review+
Details | Formatted Diff | Diff

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