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

git-svn-id: svn://10.0.0.236/trunk@72470 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vidur%netscape.com
2000-06-17 01:47:02 +00:00
parent 399e8e229b
commit fc4c72f2e9
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