Fixed more build bustage... I backed out my changes from yesterday :-)

git-svn-id: svn://10.0.0.236/trunk@38157 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
1999-07-02 21:30:58 +00:00
parent 357a9dcb48
commit 0c12da9ead
2 changed files with 1 additions and 14 deletions

View File

@@ -445,11 +445,7 @@ CWebShellContainer::CreatePopup(nsIDOMElement* aElement, nsIDOMElement* aPopupCo
// nsIStreamObserver implementation
NS_IMETHODIMP
#ifdef NECKO
CWebShellContainer::OnStartRequest(nsIURI* aURL, const char *aContentType)
#else
CWebShellContainer::OnStartBinding(nsIURI* aURL, const char *aContentType)
#endif
{
USES_CONVERSION;
NG_TRACE(_T("CWebShellContainer::OnStartRequest(..., \"%s\")\n"), A2CT(aContentType));
@@ -482,11 +478,7 @@ CWebShellContainer::OnStatus(nsIURI* aURL, const PRUnichar* aMsg)
NS_IMETHODIMP
#ifdef NECKO
CWebShellContainer::OnStopRequest(nsIURI* aURL, nsresult aStatus, const PRUnichar* aMsg)
#else
CWebShellContainer::OnStopBinding(nsIURI* aURL, nsresult aStatus, const PRUnichar* aMsg)
#endif
{
USES_CONVERSION;
NG_TRACE(_T("CWebShellContainer::OnStopRequest(..., %d, \"%s\")\n"), (int) aStatus, W2T((PRUnichar *) aMsg));