[Webkit-unassigned] [Bug 51134] Move loading related code from MemoryCache to CachedResourceLoader

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 30 13:02:58 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51134





--- Comment #9 from Antti Koivisto <koivisto at iki.fi>  2010-12-30 13:02:58 PST ---
> > WebCore/loader/cache/CachedResource.h:54
> > +    friend class CachedResourceLoader;
> 
> Is this really necessary? Can we do something to avoid it?

I gather you are not a fan of using friends for subsystem internal API?

I made some more functions public (with a comment) and got rid of the friend.

-- 
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