$OpenBSD$ index f92c36e..350c920 100644 --- netwerk/protocol/viewsource/nsViewSourceChannel.cpp.orig Fri Feb 20 15:40:37 2015 +++ netwerk/protocol/viewsource/nsViewSourceChannel.cpp Fri Feb 20 15:40:37 2015 @@ -115,6 +115,12 @@ nsViewSourceChannel::GetName(nsACString &result) } NS_IMETHODIMP +nsViewSourceChannel::GetProxyURI(nsIURI** proxyURI) +{ + return NS_ERROR_NOT_IMPLEMENTED; +} + +NS_IMETHODIMP nsViewSourceChannel::IsPending(bool *result) { NS_ENSURE_TRUE(mChannel, NS_ERROR_FAILURE);