Bug 87323 - Remove unused declarations in MemoryCache.h
Summary: Remove unused declarations in MemoryCache.h
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-23 16:51 PDT by Dongseong Hwang
Modified: 2012-05-23 18:08 PDT (History)
3 users (show)

See Also:


Attachments
patch (1.77 KB, patch)
2012-05-23 16:53 PDT, Dongseong Hwang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dongseong Hwang 2012-05-23 16:51:54 PDT
void addCachedResourceLoader(CachedResourceLoader*);
void removeCachedResourceLoader(CachedResourceLoader*);
are unused.
Comment 1 Dongseong Hwang 2012-05-23 16:53:28 PDT
Created attachment 143680 [details]
patch
Comment 2 Dongseong Hwang 2012-05-23 16:54:09 PDT
Bug 52427 caused this patch.
Comment 3 WebKit Review Bot 2012-05-23 18:08:28 PDT
Comment on attachment 143680 [details]
patch

Clearing flags on attachment: 143680

Committed r118292: <http://trac.webkit.org/changeset/118292>
Comment 4 WebKit Review Bot 2012-05-23 18:08:33 PDT
All reviewed patches have been landed.  Closing bug.