fixing build bustage cause by nsIObserver changes
git-svn-id: svn://10.0.0.236/trunk@105850 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -830,7 +830,7 @@ NS_IMETHODIMP mozXMLTerminal::Poll(void)
|
||||
|
||||
// Handle callback from LineTerm when new input/output needs to be displayed
|
||||
NS_IMETHODIMP mozXMLTerminal::Observe(nsISupports *aSubject,
|
||||
const PRUnichar *aTopic,
|
||||
const char *aTopic,
|
||||
const PRUnichar *someData)
|
||||
{
|
||||
nsCOMPtr<mozILineTermAux> lineTermAux = do_QueryInterface(aSubject);
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "nsString.h"
|
||||
#include "nsIGenericFactory.h"
|
||||
#include "nsIWebProgressListener.h"
|
||||
|
||||
#include "nsIObserver.h"
|
||||
#include "mozXMLT.h"
|
||||
|
||||
#include "mozILineTerm.h"
|
||||
@@ -60,7 +60,7 @@ class mozXMLTerminal : public mozIXMLTerminal,
|
||||
NS_DECL_MOZIXMLTERMINAL
|
||||
|
||||
// nsIObserver interface
|
||||
NS_IMETHOD Observe(nsISupports *aSubject, const PRUnichar *aTopic,
|
||||
NS_IMETHOD Observe(nsISupports *aSubject, const char *aTopic,
|
||||
const PRUnichar *someData);
|
||||
|
||||
// Others
|
||||
|
||||
Reference in New Issue
Block a user