backout patch for bug 375760 due to bustage.

This commit is contained in:
sayrer@gmail.com 2007-05-04 21:47:05 -07:00
Родитель fd8573d347
Коммит 27f78a22b3
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -275,6 +275,9 @@ public:
StubPropertyProvider(const nscoord* aSpacing = nsnull)
: mSpacing(aSpacing) {}
virtual void ForceRememberText() {
NS_ERROR("This shouldn't be called because we already asked the textrun to remember");
}
virtual void GetHyphenationBreaks(PRUint32 aStart, PRUint32 aLength,
PRPackedBool* aBreakBefore) {
NS_ERROR("This shouldn't be called because we never call BreakAndMeasureText");