<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LayoutTest media/track/media-element-enqueue-event-crash.html is a flaky failure"
   href="https://bugs.webkit.org/show_bug.cgi?id=169324#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LayoutTest media/track/media-element-enqueue-event-crash.html is a flaky failure"
   href="https://bugs.webkit.org/show_bug.cgi?id=169324">bug 169324</a>
              from <span class="vcard"><a class="email" href="mailto:graouts&#64;apple.com" title="Antoine Quint &lt;graouts&#64;apple.com&gt;"> <span class="fn">Antoine Quint</span></a>
</span></b>
        <pre>So I've managed to reproduce the icon load issue here and as far as I can tell the icon loading fails because we can't get a Page reference here:

String MediaControlsHost::base64StringForIconAndPlatform(const String&amp; iconName, const String&amp; platform) const
{
    Page* page = m_mediaElement-&gt;document().page();
    if (!page) {
        return emptyString();
    return RenderTheme::themeForPage(page)-&gt;mediaControlsBase64StringForIconAndPlatform(iconName, platform);
}

So we don't event attempt to load the icon and return an empty string. I have no idea why the Page may not be available at this stage.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>