fix #ifdef IBMBID bustage
change other.mUnicodeBidi to other->mUnicodeBidi r=noone sr=onone
This commit is contained in:
Родитель
9525f86757
Коммит
fe19b0bcba
|
@ -1132,7 +1132,7 @@ PRInt32 StyleTextBlob::CalcDifference(const nsStyleStruct* aOther) const
|
|||
(mTextIndent == other->mTextIndent) &&
|
||||
(mWordSpacing == other->mWordSpacing) &&
|
||||
#ifdef IBMBIDI
|
||||
(mUnicodeBidi == other.mUnicodeBidi) &&
|
||||
(mUnicodeBidi == other->mUnicodeBidi) &&
|
||||
#endif // IBMBIDI
|
||||
(mVerticalAlign == other->mVerticalAlign)) {
|
||||
if (mTextDecoration == other->mTextDecoration) {
|
||||
|
|
|
@ -1132,7 +1132,7 @@ PRInt32 StyleTextBlob::CalcDifference(const nsStyleStruct* aOther) const
|
|||
(mTextIndent == other->mTextIndent) &&
|
||||
(mWordSpacing == other->mWordSpacing) &&
|
||||
#ifdef IBMBIDI
|
||||
(mUnicodeBidi == other.mUnicodeBidi) &&
|
||||
(mUnicodeBidi == other->mUnicodeBidi) &&
|
||||
#endif // IBMBIDI
|
||||
(mVerticalAlign == other->mVerticalAlign)) {
|
||||
if (mTextDecoration == other->mTextDecoration) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче