Bug 672014. Pass the crossorigin attribute through to image preloading code. r=joe,hsivonen

This commit is contained in:
Boris Zbarsky
2011-07-29 14:30:00 -04:00
parent 38a291b1ed
commit ee9e6f2a2e
12 changed files with 259 additions and 225 deletions

View File

@@ -473,6 +473,7 @@ class nsHtml5AttributeName
static nsHtml5AttributeName* ATTR_CELLPADDING;
static nsHtml5AttributeName* ATTR_CELLSPACING;
static nsHtml5AttributeName* ATTR_COLUMNWIDTH;
static nsHtml5AttributeName* ATTR_CROSSORIGIN;
static nsHtml5AttributeName* ATTR_COLUMNALIGN;
static nsHtml5AttributeName* ATTR_COLUMNLINES;
static nsHtml5AttributeName* ATTR_CONTEXTMENU;