Bug 116805 - Remove redundant CachedRawResource::loader()
Summary: Remove redundant CachedRawResource::loader()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Charles Wei
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-26 23:30 PDT by Charles Wei
Modified: 2013-05-27 01:20 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.95 KB, patch)
2013-05-26 23:38 PDT, Charles Wei
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Wei 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.
Comment 1 Charles Wei 2013-05-26 23:38:33 PDT
Created attachment 202953 [details]
Patch
Comment 2 Andreas Kling 2013-05-26 23:58:42 PDT
Comment on attachment 202953 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2013-05-27 01:20:07 PDT
All reviewed patches have been landed.  Closing bug.