Include nsIDiskDocument to fix windows build.

git-svn-id: svn://10.0.0.236/trunk@84687 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
2001-01-10 00:10:51 +00:00
parent d9c80e26a8
commit a982e927bd

View File

@@ -37,7 +37,7 @@
#include "PropertyDlg.h"
#include "nsCWebBrowser.h"
#include "nsFileSpec.h"
#include "nsIDiskDocument.h"
#include "nsILocalFile.h"
#include "nsIContentViewerFile.h"
#include "nsISelectionController.h"
@@ -523,7 +523,7 @@ LRESULT CMozillaBrowser::OnSaveAs(WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL
return E_NOINTERFACE;
}
// Create an nsFilelSpec from the selected file path.
// Create an nsILocalFile from the selected file path.
nsCOMPtr<nsILocalFile> theFile(do_CreateInstance(NS_LOCAL_FILE_CONTRACTID, &hr);
if (FAILED(hr))
return hr;