Bug 1220007 P1 Allow ConsoleReportCollectors to flush to another collector. r=bz

This commit is contained in:
Ben Kelly
2015-11-02 12:04:29 -08:00
parent 41731e83ab
commit 40eef9d94e
5 changed files with 42 additions and 1 deletions

View File

@@ -2357,6 +2357,12 @@ HttpBaseChannel::FlushConsoleReports(nsIDocument* aDocument)
mReportCollector->FlushConsoleReports(aDocument);
}
void
HttpBaseChannel::FlushConsoleReports(nsIConsoleReportCollector* aCollector)
{
mReportCollector->FlushConsoleReports(aCollector);
}
nsIPrincipal *
HttpBaseChannel::GetURIPrincipal()
{