Bug-org 968725 Simplify constructor of InternalAnimationEvent
初回投稿日時: 2014年02月22日14時04分39秒
カテゴリ: Mozilla Core Mozilla30 バグ修正
SNS:
Tweet (list)
全イベントのコンストラクタをできるだけ同じ形にして、各メンバは明示的に初期化するようにしよう、というバグの、InternalAnimationEvent
版です。
InternalAnimationEvent(bool aIsTrusted, uint32_t aMessage, const nsAString& aAnimationName, float aElapsedTime, const nsAString& aPseudoElement);
を、
InternalAnimationEvent(bool aIsTrusted, uint32_t aMessage);
に変更しています。