not part of build, forgot idl file in last checkin.
git-svn-id: svn://10.0.0.236/trunk@85274 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f71544bac5
commit
e12cf49204
@ -26,7 +26,7 @@
|
||||
#include "nsISupports.idl"
|
||||
|
||||
interface nsIURI;
|
||||
interface nsIDocument;
|
||||
interface nsIDOMDocument;
|
||||
|
||||
/**
|
||||
* The nsISyncLoader interface can be used to synchronously load
|
||||
@ -43,7 +43,7 @@ interface nsISyncLoader : nsISupports {
|
||||
*
|
||||
* @returns The document loaded from the URI.
|
||||
*/
|
||||
nsIDocument loadDocument(in nsIURI aDocumentURI);
|
||||
nsIDOMDocument loadDocument(in nsIURI aDocumentURI);
|
||||
};
|
||||
|
||||
%{ C++
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user