No bug - fix incorrect comment on nsStyleAnimation::UncomputeValue r=me

This commit is contained in:
Nicholas Cameron 2013-05-24 22:19:28 +08:00
parent c7a211e679
commit 483e4a5711

View File

@ -160,8 +160,6 @@ public:
* must keep |aComputedValue| alive longer than |aSpecifiedValue|.
*
* @param aProperty The property whose value we're uncomputing.
* @param aPresContext The presentation context for the document in
* which we're working.
* @param aComputedValue The computed value to be converted.
* @param [out] aSpecifiedValue The resulting specified value.
* @return true on success, false on failure.