Work for bug 33475 - completion of Document related DOM Level 2 support. Load() no longer takes extra unused argument. r=jst,nisheeth

This commit is contained in:
vidur%netscape.com 2000-06-17 01:47:02 +00:00
parent 9ee00ac156
commit e7abfd8181
4 changed files with 4 additions and 4 deletions

View File

@ -3058,7 +3058,7 @@ nsXULDocument::GetAnonymousNodes(nsIDOMElement* aElement, nsIDOMNodeList** aResu
}
NS_IMETHODIMP
nsXULDocument::Load(const nsString& aUrl, const nsString& aMimeType)
nsXULDocument::Load(const nsString& aUrl)
{
NS_NOTREACHED("nsXULDocument::Load");
return NS_ERROR_NOT_IMPLEMENTED;

View File

@ -367,7 +367,7 @@ public:
NS_IMETHOD CreateRange(nsIDOMRange** aRange);
NS_IMETHOD GetWidth(PRInt32* aWidth);
NS_IMETHOD GetHeight(PRInt32* aHeight);
NS_IMETHOD Load (const nsString& aUrl, const nsString& aMimeType);
NS_IMETHOD Load (const nsString& aUrl);
// nsIDOMXULDocument interface
NS_DECL_IDOMXULDOCUMENT

View File

@ -3058,7 +3058,7 @@ nsXULDocument::GetAnonymousNodes(nsIDOMElement* aElement, nsIDOMNodeList** aResu
}
NS_IMETHODIMP
nsXULDocument::Load(const nsString& aUrl, const nsString& aMimeType)
nsXULDocument::Load(const nsString& aUrl)
{
NS_NOTREACHED("nsXULDocument::Load");
return NS_ERROR_NOT_IMPLEMENTED;

View File

@ -367,7 +367,7 @@ public:
NS_IMETHOD CreateRange(nsIDOMRange** aRange);
NS_IMETHOD GetWidth(PRInt32* aWidth);
NS_IMETHOD GetHeight(PRInt32* aHeight);
NS_IMETHOD Load (const nsString& aUrl, const nsString& aMimeType);
NS_IMETHOD Load (const nsString& aUrl);
// nsIDOMXULDocument interface
NS_DECL_IDOMXULDOCUMENT