Bug 1220007 P1 Allow ConsoleReportCollectors to flush to another collector. r=bz
This commit is contained in:
@@ -2357,6 +2357,12 @@ HttpBaseChannel::FlushConsoleReports(nsIDocument* aDocument)
|
||||
mReportCollector->FlushConsoleReports(aDocument);
|
||||
}
|
||||
|
||||
void
|
||||
HttpBaseChannel::FlushConsoleReports(nsIConsoleReportCollector* aCollector)
|
||||
{
|
||||
mReportCollector->FlushConsoleReports(aCollector);
|
||||
}
|
||||
|
||||
nsIPrincipal *
|
||||
HttpBaseChannel::GetURIPrincipal()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user