зеркало из https://github.com/mozilla/pjs.git
Fix assert to not fire when it shouldn't. Bug 379405, r+sr=dbaron
This commit is contained in:
Родитель
2e46cdc975
Коммит
645513457e
|
@ -2454,6 +2454,10 @@ nsComputedDOMStyle::GetRelativeOffset(PRUint8 aSide, nsIDOMCSSValue** aValue)
|
|||
break;
|
||||
default:
|
||||
NS_ERROR("Unexpected left/right/top/bottom unit");
|
||||
// Fall through
|
||||
case eStyleUnit_Auto:
|
||||
// In this case, both this side and the opposite side are auto.
|
||||
// The computed offset is 0.
|
||||
val->SetAppUnits(0);
|
||||
break;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче