зеркало из https://github.com/mozilla/pjs.git
backout patch for bug 375760 due to bustage.
This commit is contained in:
Родитель
a892e42a14
Коммит
9effb52c07
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче