Whitespace changes, not part of the build.
git-svn-id: svn://10.0.0.236/trunk@78646 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -50,22 +50,22 @@ class nsIContentSerializer : public nsISupports {
|
||||
NS_IMETHOD AppendText(nsIDOMText* aText, nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendCDATASection(nsIDOMCDATASection* aCDATASection,
|
||||
nsAWritableString& aStr) = 0;
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendProcessingInstruction(nsIDOMProcessingInstruction* aPI,
|
||||
nsAWritableString& aStr) = 0;
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendComment(nsIDOMComment* aComment,
|
||||
nsAWritableString& aStr) = 0;
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendDoctype(nsIDOMDocumentType *aDoctype,
|
||||
nsAWritableString& aStr) = 0;
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendElementStart(nsIDOMElement *aElement,
|
||||
nsAWritableString& aStr) = 0;
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendElementEnd(nsIDOMElement *aElement,
|
||||
nsAWritableString& aStr) = 0;
|
||||
nsAWritableString& aStr) = 0;
|
||||
};
|
||||
|
||||
#define NS_CONTENTSERIALIZER_PROGID_PREFIX \
|
||||
|
||||
@@ -50,22 +50,22 @@ class nsIContentSerializer : public nsISupports {
|
||||
NS_IMETHOD AppendText(nsIDOMText* aText, nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendCDATASection(nsIDOMCDATASection* aCDATASection,
|
||||
nsAWritableString& aStr) = 0;
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendProcessingInstruction(nsIDOMProcessingInstruction* aPI,
|
||||
nsAWritableString& aStr) = 0;
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendComment(nsIDOMComment* aComment,
|
||||
nsAWritableString& aStr) = 0;
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendDoctype(nsIDOMDocumentType *aDoctype,
|
||||
nsAWritableString& aStr) = 0;
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendElementStart(nsIDOMElement *aElement,
|
||||
nsAWritableString& aStr) = 0;
|
||||
nsAWritableString& aStr) = 0;
|
||||
|
||||
NS_IMETHOD AppendElementEnd(nsIDOMElement *aElement,
|
||||
nsAWritableString& aStr) = 0;
|
||||
nsAWritableString& aStr) = 0;
|
||||
};
|
||||
|
||||
#define NS_CONTENTSERIALIZER_PROGID_PREFIX \
|
||||
|
||||
Reference in New Issue
Block a user