зеркало из https://github.com/mozilla/gecko-dev.git
Added NS_NewImageDocument
This commit is contained in:
Родитель
cb53546fa3
Коммит
657c9d59c5
|
@ -227,10 +227,13 @@ public:
|
|||
};
|
||||
|
||||
|
||||
// XXX Belongs somewhere else
|
||||
// XXX These belong somewhere else
|
||||
extern NS_LAYOUT nsresult
|
||||
NS_NewHTMLDocument(nsIDocument** aInstancePtrResult);
|
||||
|
||||
extern NS_LAYOUT nsresult
|
||||
NS_NewImageDocument(nsIDocument** aInstancePtrResult);
|
||||
|
||||
// Note: The buffer passed into NewPostData(...) becomes owned by the IPostData
|
||||
// instance and is freed when the instance is destroyed...
|
||||
//
|
||||
|
|
|
@ -227,10 +227,13 @@ public:
|
|||
};
|
||||
|
||||
|
||||
// XXX Belongs somewhere else
|
||||
// XXX These belong somewhere else
|
||||
extern NS_LAYOUT nsresult
|
||||
NS_NewHTMLDocument(nsIDocument** aInstancePtrResult);
|
||||
|
||||
extern NS_LAYOUT nsresult
|
||||
NS_NewImageDocument(nsIDocument** aInstancePtrResult);
|
||||
|
||||
// Note: The buffer passed into NewPostData(...) becomes owned by the IPostData
|
||||
// instance and is freed when the instance is destroyed...
|
||||
//
|
||||
|
|
Загрузка…
Ссылка в новой задаче