зеркало из https://github.com/mozilla/gecko-dev.git
Changed nsIURL to nsIURI.
This commit is contained in:
Родитель
6e140506a0
Коммит
bae346e642
|
@ -33,7 +33,7 @@ public:
|
|||
|
||||
nsresult Init(nsITransformMediator* aTM,
|
||||
nsIDocument* aDoc,
|
||||
nsIURL* aURL,
|
||||
nsIURI* aURL,
|
||||
nsIWebShell* aContainer);
|
||||
|
||||
// nsISupports
|
||||
|
@ -69,6 +69,6 @@ nsresult
|
|||
NS_NewXSLContentSink(nsIXMLContentSink** aResult,
|
||||
nsITransformMediator* aTM,
|
||||
nsIDocument* aDoc,
|
||||
nsIURL* aURL,
|
||||
nsIURI* aURL,
|
||||
nsIWebShell* aWebShell);
|
||||
#endif // nsXSLContentSink_h__
|
||||
|
|
|
@ -33,7 +33,7 @@ public:
|
|||
|
||||
nsresult Init(nsITransformMediator* aTM,
|
||||
nsIDocument* aDoc,
|
||||
nsIURL* aURL,
|
||||
nsIURI* aURL,
|
||||
nsIWebShell* aContainer);
|
||||
|
||||
// nsISupports
|
||||
|
@ -69,6 +69,6 @@ nsresult
|
|||
NS_NewXSLContentSink(nsIXMLContentSink** aResult,
|
||||
nsITransformMediator* aTM,
|
||||
nsIDocument* aDoc,
|
||||
nsIURL* aURL,
|
||||
nsIURI* aURL,
|
||||
nsIWebShell* aWebShell);
|
||||
#endif // nsXSLContentSink_h__
|
||||
|
|
Загрузка…
Ссылка в новой задаче