diff --git a/netwerk/protocol/file/src/nsFileChannel.cpp b/netwerk/protocol/file/src/nsFileChannel.cpp index 43df83c2ede5..065edd354fbc 100644 --- a/netwerk/protocol/file/src/nsFileChannel.cpp +++ b/netwerk/protocol/file/src/nsFileChannel.cpp @@ -255,8 +255,9 @@ nsFileChannel::EnsureFile() nsCOMPtr localFile = do_QueryInterface(mFile); if (localFile) localFile->SetFollowLinks(PR_TRUE); - + return NS_OK; } + nsresult nsFileChannel::GetFileTransport(nsITransport **trans) {