[Webkit-unassigned] [Bug 66088] New: Remove finishTime parameter from ThreadableLoaderClient::didFinishLoading()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 11 13:08:28 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=66088
Summary: Remove finishTime parameter from
ThreadableLoaderClient::didFinishLoading()
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: ASSIGNED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: japhet at chromium.org
CC: fishd at chromium.org, abarth at webkit.org
This variable is unused in all of the ThreadableLoaderClients except the chromium-specific AssociatedURLLoader, which passes it on to its clients, which ignore it.
We should be able to just hardcode a garbage value in AssociatedURLLoader and remove the parameter from a bunch of didFinishLoading()s.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list