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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user