move nsFrame::XMLQuote to #ifdef DEBUG, like its only caller

r+sr=dbaron
This commit is contained in:
cbiesinger%web.de 2004-05-04 16:27:40 +00:00
Родитель af84826145
Коммит 577b542b93
4 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -2725,7 +2725,6 @@ nsFrame::MakeFrameName(const nsAString& aType, nsAString& aResult) const
AppendASCIItoUTF16(buf, aResult);
return NS_OK;
}
#endif
void
nsFrame::XMLQuote(nsString& aString)
@ -2756,6 +2755,7 @@ nsFrame::XMLQuote(nsString& aString)
}
}
}
#endif
PRBool
nsFrame::ParentDisablesSelection() const

Просмотреть файл

@ -446,6 +446,8 @@ public:
while (--aIndent >= 0) fputs(" ", out);
}
static void XMLQuote(nsString& aString);
/**
* Dump out the "base classes" regression data. This should dump
* out the interior data, not the "frame" XML container. And it
@ -519,8 +521,6 @@ protected:
nsIContent **aParentContent, PRInt32 *aContentOffset,
PRInt32 *aTarget);
static void XMLQuote(nsString& aString);
virtual PRBool ParentDisablesSelection() const;
// Set the overflow clip rect into the rendering-context. Used for block-level

Просмотреть файл

@ -2725,7 +2725,6 @@ nsFrame::MakeFrameName(const nsAString& aType, nsAString& aResult) const
AppendASCIItoUTF16(buf, aResult);
return NS_OK;
}
#endif
void
nsFrame::XMLQuote(nsString& aString)
@ -2756,6 +2755,7 @@ nsFrame::XMLQuote(nsString& aString)
}
}
}
#endif
PRBool
nsFrame::ParentDisablesSelection() const

Просмотреть файл

@ -446,6 +446,8 @@ public:
while (--aIndent >= 0) fputs(" ", out);
}
static void XMLQuote(nsString& aString);
/**
* Dump out the "base classes" regression data. This should dump
* out the interior data, not the "frame" XML container. And it
@ -519,8 +521,6 @@ protected:
nsIContent **aParentContent, PRInt32 *aContentOffset,
PRInt32 *aTarget);
static void XMLQuote(nsString& aString);
virtual PRBool ParentDisablesSelection() const;
// Set the overflow clip rect into the rendering-context. Used for block-level