зеркало из https://github.com/mozilla/pjs.git
Remove code that was a remnant of the old storage for transition-property. (Bug 550497) r=bzbarsky
This commit is contained in:
Родитель
4b44fcd3a3
Коммит
1cd78290d8
|
@ -371,9 +371,6 @@ nsCSSDeclaration::AppendCSSValueToString(nsCSSProperty aProperty,
|
||||||
aResult);
|
aResult);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (eCSSProperty_transition_property == aProperty) {
|
|
||||||
AppendASCIItoUTF16(nsCSSProps::GetStringValue((nsCSSProperty) aValue.GetIntValue()), aResult);
|
|
||||||
}
|
|
||||||
else {
|
else {
|
||||||
const nsAFlatCString& name = nsCSSProps::LookupPropertyValue(aProperty, aValue.GetIntValue());
|
const nsAFlatCString& name = nsCSSProps::LookupPropertyValue(aProperty, aValue.GetIntValue());
|
||||||
AppendASCIItoUTF16(name, aResult);
|
AppendASCIItoUTF16(name, aResult);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче