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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user