Bug 195185

Summary: [ContentChangeObserver] Make observed state reset explicit.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+

Description zalan 2019-02-28 14:17:15 PST
ssia
Comment 1 Radar WebKit Bug Importer 2019-02-28 14:17:45 PST
<rdar://problem/48488342>
Comment 2 zalan 2019-02-28 14:21:55 PST
Created attachment 363260 [details]
Patch
Comment 3 Simon Fraser (smfr) 2019-02-28 14:24:39 PST
Comment on attachment 363260 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=363260&action=review

> Source/WebCore/page/ios/ContentChangeObserver.cpp:252
>      // Force reset the content change flag when the last observed content modifier is removed. We should not be in indeterminate state anymore.

in an indeterminate state
Comment 4 zalan 2019-02-28 14:29:57 PST
Committed r242227: <https://trac.webkit.org/changeset/242227>