Bug 1378079 - Part 1: Gecko changes for adding attribute 'is' to parser.

Tag UXP Issue #1344
This commit is contained in:
Gaming4JC 2020-01-18 20:25:01 -05:00 committed by Roy Tam
commit efcb40fb3d
3 changed files with 349 additions and 343 deletions

View file

@ -663,6 +663,7 @@ class nsHtml5AttributeName
static nsHtml5AttributeName* ATTR_CLOSURE;
static nsHtml5AttributeName* ATTR_CLOSE;
static nsHtml5AttributeName* ATTR_CLASS;
static nsHtml5AttributeName* ATTR_IS;
static nsHtml5AttributeName* ATTR_KEYSYSTEM;
static nsHtml5AttributeName* ATTR_KEYSPLINES;
static nsHtml5AttributeName* ATTR_LOWSRC;