RESOLVED FIXED 116805
Remove redundant CachedRawResource::loader()
https://bugs.webkit.org/show_bug.cgi?id=116805
Summary Remove redundant CachedRawResource::loader()
Charles Wei
Reported 2013-05-26 23:30:33 PDT
CachedRawResource has a member function: CachedRawResource::loader(), which is introduced by the patch for: https://bugs.webkit.org/show_bug.cgi?id=99864. The base class of CachedRawResource, CachedResource, has the same member function an they return the same loader hosted by CachedResource. So the CachedRawResource::loader() is redundant and should be removed.
Attachments
Patch (1.95 KB, patch)
2013-05-26 23:38 PDT, Charles Wei
no flags
Charles Wei
Comment 1 2013-05-26 23:38:33 PDT
Andreas Kling
Comment 2 2013-05-26 23:58:42 PDT
Comment on attachment 202953 [details] Patch r=me
WebKit Commit Bot
Comment 3 2013-05-27 01:20:04 PDT
Comment on attachment 202953 [details] Patch Clearing flags on attachment: 202953 Committed r150738: <http://trac.webkit.org/changeset/150738>
WebKit Commit Bot
Comment 4 2013-05-27 01:20:07 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.