Bug 80438 - [BlackBerry] Remove unused and unneeded WebPageClient::downloadRequested(NetworkRequest&)
Summary: [BlackBerry] Remove unused and unneeded WebPageClient::downloadRequested(Netw...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-06 12:44 PST by Lyon Chen
Modified: 2012-03-06 19:04 PST (History)
2 users (show)

See Also:


Attachments
Patch for 80438. (1.31 KB, patch)
2012-03-06 12:46 PST, Lyon Chen
rwlbuis: review+
rwlbuis: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lyon Chen 2012-03-06 12:44:10 PST
WebPageClient::downloadRequested(const NetworkRequest&) is not used and replaced with calling to load(). So just remove it.
Comment 1 Lyon Chen 2012-03-06 12:46:43 PST
Created attachment 130429 [details]
Patch for 80438.

Patch for 80438.
Comment 2 WebKit Review Bot 2012-03-06 14:16:47 PST
Comment on attachment 130429 [details]
Patch for 80438.

Clearing flags on attachment: 130429

Committed r109959: <http://trac.webkit.org/changeset/109959>
Comment 3 WebKit Review Bot 2012-03-06 14:16:51 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Rob Buis 2012-03-06 19:04:02 PST
Comment on attachment 130429 [details]
Patch for 80438.

LGTM.