зеркало из https://github.com/mozilla/gecko-dev.git
Bug 816431 - Followup to add a comment reminding us to remove the prefixed consts. r=nobody DONTBUILD
--HG-- extra : rebase_source : a77caa6b725028eed75278f6a49baaf087a9d536
This commit is contained in:
Родитель
a294f6e3de
Коммит
c18d3b4bf6
|
@ -25,8 +25,10 @@ interface nsIDOMCSSRule : nsISupports
|
|||
const unsigned short FONT_FACE_RULE = 5;
|
||||
const unsigned short PAGE_RULE = 6;
|
||||
const unsigned short KEYFRAMES_RULE = 7;
|
||||
const unsigned short MOZ_KEYFRAMES_RULE = 7;
|
||||
const unsigned short KEYFRAME_RULE = 8;
|
||||
// When layout.css.prefixes.animations is disabled/removed,
|
||||
// we should remove these two MOZ_* constants.
|
||||
const unsigned short MOZ_KEYFRAMES_RULE = 7;
|
||||
const unsigned short MOZ_KEYFRAME_RULE = 8;
|
||||
const unsigned short NAMESPACE_RULE = 10;
|
||||
const unsigned short SUPPORTS_RULE = 12;
|
||||
|
|
Загрузка…
Ссылка в новой задаче