<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ddkilzer&#64;webkit.org" title="David Kilzer (:ddkilzer) &lt;ddkilzer&#64;webkit.org&gt;"> <span class="fn">David Kilzer (:ddkilzer)</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [iOS Simulator WK1] ASSERT loading Blink layout test imported/web-platform-tests/mediacapture-streams/stream-api/mediastream/mediastream-idl.html"
   href="https://bugs.webkit.org/show_bug.cgi?id=153070">bug 153070</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>aestes&#64;apple.com, joepeck&#64;webkit.org
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [iOS Simulator WK1] ASSERT loading Blink layout test imported/web-platform-tests/mediacapture-streams/stream-api/mediastream/mediastream-idl.html"
   href="https://bugs.webkit.org/show_bug.cgi?id=153070#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [iOS Simulator WK1] ASSERT loading Blink layout test imported/web-platform-tests/mediacapture-streams/stream-api/mediastream/mediastream-idl.html"
   href="https://bugs.webkit.org/show_bug.cgi?id=153070">bug 153070</a>
              from <span class="vcard"><a class="email" href="mailto:ddkilzer&#64;webkit.org" title="David Kilzer (:ddkilzer) &lt;ddkilzer&#64;webkit.org&gt;"> <span class="fn">David Kilzer (:ddkilzer)</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=153070#c2">comment #2</a>)
<span class="quote">&gt; Assert happens when creating a runloop timer on the Web thread. Assert is:
&gt; 
&gt; RunLoop&amp; RunLoop::main()
&gt; {
&gt;     ASSERT(s_mainRunLoop);
&gt;     return *s_mainRunLoop;
&gt; }
&gt; 
&gt; Is it not possible to use a runloop timer on the WebThread?</span >

I think it is possible, but there may be a &quot;special&quot; way to do it.  (And I remember their being caveats, but not exactly what they were.)

This is stating the obvious (probably not helpful), but you want to use a WebThread runloop, not a main thread runloop, if you're going to spin it on the WebThread.</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>