diff --git a/mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp b/mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp index be955f0bcce..2e3b2bef92d 100644 --- a/mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp +++ b/mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp @@ -532,6 +532,7 @@ nsLDAPChannel::Open(nsIInputStream* *result) return NS_ERROR_NOT_IMPLEMENTED; } +NS_IMETHODIMP nsLDAPChannel::AsyncOpen(nsIStreamListener* aListener, nsISupports* aCtxt) {