mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
try to fix the images not rendering on yeezy.com
This commit is contained in:
parent
d9464e116c
commit
8046f8b4aa
7 changed files with 103 additions and 14 deletions
|
|
@ -146,7 +146,8 @@ PerformanceObserver::QueueEntry(PerformanceEntry* aEntry)
|
|||
* Keep this list in alphabetical order.
|
||||
* https://w3c.github.io/performance-timeline/#supportedentrytypes-attribute
|
||||
*/
|
||||
static const char16_t *const sValidTypeNames[4] = {
|
||||
static const char16_t *const sValidTypeNames[5] = {
|
||||
u"largest-contentful-paint",
|
||||
u"mark",
|
||||
u"measure",
|
||||
u"navigation",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue