Bug 118741 - Protect against the LayerFlushController being deleted inside its flushLayers() callback
Summary: Protect against the LayerFlushController being deleted inside its flushLayers...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-16 11:20 PDT by Simon Fraser (smfr)
Modified: 2013-07-16 11:45 PDT (History)
4 users (show)

See Also:


Attachments
Patch (8.65 KB, patch)
2013-07-16 11:27 PDT, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2013-07-16 11:20:23 PDT
Protect against the LayerFlushController being deleted inside its flushLayers() callback
Comment 1 Simon Fraser (smfr) 2013-07-16 11:27:08 PDT
Created attachment 206801 [details]
Patch
Comment 2 Tim Horton 2013-07-16 11:35:59 PDT
Comment on attachment 206801 [details]
Patch

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

> Source/WebKit/mac/ChangeLog:16
> +        override to protect the owner if the LayerFlushScheduler, which is the

s/if/of/
Comment 3 Simon Fraser (smfr) 2013-07-16 11:45:01 PDT
http://trac.webkit.org/changeset/152733