mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 641190 - Remove Document.normalizeDocument; r=sicking
This commit is contained in:
parent
0e7def29bc
commit
bb0f87c8d9
@ -6127,12 +6127,6 @@ nsDocument::AdoptNode(nsIDOMNode *aAdoptedNode, nsIDOMNode **aResult)
|
||||
return CallQueryInterface(adoptedNode, aResult);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDocument::NormalizeDocument()
|
||||
{
|
||||
return Normalize();
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDocument::GetOwnerDocument(nsIDOMDocument** aOwnerDocument)
|
||||
{
|
||||
|
@ -62,7 +62,7 @@ interface nsIDOMLocation;
|
||||
* http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html
|
||||
*/
|
||||
|
||||
[scriptable, uuid(d53287e8-3752-4dbc-b7e2-155d39ec09fa)]
|
||||
[scriptable, uuid(d53c3d3d-2413-4abc-b54e-11c5c8380776)]
|
||||
interface nsIDOMDocument : nsIDOMNode
|
||||
{
|
||||
readonly attribute nsIDOMDocumentType doctype;
|
||||
@ -114,8 +114,6 @@ interface nsIDOMDocument : nsIDOMNode
|
||||
// Introduced in DOM Level 3:
|
||||
nsIDOMNode adoptNode(in nsIDOMNode source)
|
||||
raises(DOMException);
|
||||
// Introduced in DOM Level 3:
|
||||
void normalizeDocument();
|
||||
|
||||
/**
|
||||
* Create a range
|
||||
|
@ -38,7 +38,7 @@
|
||||
|
||||
#include "nsIDOMDocument.idl"
|
||||
|
||||
[scriptable, uuid(6b26463b-93e3-402a-94f9-28950d512d27)]
|
||||
[scriptable, uuid(f97b36ff-425f-4c87-b6dc-fcfcfb4d5c77)]
|
||||
interface nsIDOMXMLDocument : nsIDOMDocument
|
||||
{
|
||||
// DOM Level 3 Load & Save, DocumentLS
|
||||
|
@ -46,7 +46,7 @@
|
||||
* @see <http://www.whatwg.org/html/>
|
||||
*/
|
||||
|
||||
[scriptable, uuid(ea0fc5de-dfc5-4091-877e-2b48c7e37d8f)]
|
||||
[scriptable, uuid(6dd39b10-65ec-46f3-8c41-939300f6a7ce)]
|
||||
interface nsIDOMHTMLDocument : nsIDOMDocument
|
||||
{
|
||||
readonly attribute DOMString URL;
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
interface nsIDOMSVGSVGElement;
|
||||
|
||||
[scriptable, uuid(1b398f1c-dd2b-4657-9fb9-198817c54b86)]
|
||||
[scriptable, uuid(880e6976-844c-4614-99db-a580790231eb)]
|
||||
interface nsIDOMSVGDocument : nsIDOMDocument
|
||||
{
|
||||
readonly attribute DOMString domain;
|
||||
|
Loading…
Reference in New Issue
Block a user