Bug 195185 - [ContentChangeObserver] Make observed state reset explicit.
Summary: [ContentChangeObserver] Make observed state reset explicit.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-02-28 14:17 PST by zalan
Modified: 2019-02-28 14:29 PST (History)
4 users (show)

See Also:


Attachments
Patch (3.03 KB, patch)
2019-02-28 14:21 PST, zalan
simon.fraser: review+
Details | Formatted Diff | Diff

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