[Webkit-unassigned] [Bug 118150] Use DeferrableOneShotTimer for deleting decoded data
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 28 16:14:52 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=118150
--- Comment #8 from Adam Barth <abarth at webkit.org> 2013-06-28 16:16:48 PST ---
(From update of attachment 205648)
View in context: https://bugs.webkit.org/attachment.cgi?id=205648&action=review
> Source/WebCore/loader/cache/CachedScript.h:60
> + virtual double decodedDataDeletionTimerDelay() const OVERRIDE;
Does this do what you mean? You're calling decodedDataDeletionTimerDelay() in the CachedResource construct, which means you'll get the implementation from the base class because the CachedScript constructor hasn't run yet.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list