Bug 167995

Summary: No need for CachedFrame to detach custom scrollbars.
Product: WebKit Reporter: Andreas Kling <kling>
Component: WebCore Misc.Assignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2017-02-08 08:35:51 PST
With render trees gone from the page cache, we don't have to worry about custom scrollbars in CachedFrame since they are already nuked by the render tree teardown.
Comment 1 Andreas Kling 2017-02-08 08:36:27 PST
Created attachment 300902 [details]
Patch
Comment 2 WebKit Commit Bot 2017-02-08 10:38:45 PST
Comment on attachment 300902 [details]
Patch

Clearing flags on attachment: 300902

Committed r211885: <http://trac.webkit.org/changeset/211885>
Comment 3 WebKit Commit Bot 2017-02-08 10:38:49 PST
All reviewed patches have been landed.  Closing bug.