change nsIParserService to use nsStringGlue. Bug 350748, r=mrbkap, sr=jst

git-svn-id: svn://10.0.0.236/trunk@208927 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
aaronr%us.ibm.com
2006-08-31 18:40:42 +00:00
parent 785fbd387d
commit 4b3b8da3ed
3 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@
#define nsIParserService_h__
#include "nsISupports.h"
#include "nsString.h"
#include "nsStringGlue.h"
#include "nsHTMLTags.h"
#include "nsIElementObserver.h"
@@ -155,7 +155,7 @@ class nsIParserService : public nsISupports {
NS_IMETHOD GetTopicObservers(const nsAString& aTopic,
nsIObserverEntry** aEntry) = 0;
virtual nsresult CheckQName(const nsASingleFragmentString& aQName,
virtual nsresult CheckQName(const nsAString& aQName,
PRBool aNamespaceAware,
const PRUnichar** aColon) = 0;
virtual PRBool IsXMLLetter(PRUnichar aChar) = 0;