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