Bug 105100 - Get rid of DownloadProxyMap::downloads()
Summary: Get rid of DownloadProxyMap::downloads()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-15 12:26 PST by Anders Carlsson
Modified: 2012-12-15 12:36 PST (History)
0 users

See Also:


Attachments
Patch (4.50 KB, patch)
2012-12-15 12:28 PST, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2012-12-15 12:26:49 PST
Get rid of DownloadProxyMap::downloads()
Comment 1 Anders Carlsson 2012-12-15 12:28:43 PST
Created attachment 179606 [details]
Patch
Comment 2 Sam Weinig 2012-12-15 12:30:02 PST
Comment on attachment 179606 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=179606&action=review

> Source/WebKit2/ChangeLog:8
> +        Add the needed member functions to DownloadProxymap and remove the downloads() member function.

Typo, lowercase m in DownloadProxyMap.
Comment 3 Anders Carlsson 2012-12-15 12:36:55 PST
Committed r137804: <http://trac.webkit.org/changeset/137804>