<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r192773): [GTK] maps.google.com unresponsive/stalls since r192773"
   href="https://bugs.webkit.org/show_bug.cgi?id=153194#c20">Comment # 20</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r192773): [GTK] maps.google.com unresponsive/stalls since r192773"
   href="https://bugs.webkit.org/show_bug.cgi?id=153194">bug 153194</a>
              from <span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=153194#c18">comment #18</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=269745&amp;action=diff" name="attach_269745" title="Patch">attachment 269745</a> <a href="attachment.cgi?id=269745&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=269745&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=269745&amp;action=review</a>
&gt; 
&gt; Wow, nice job. How did you debug this?</span >

With printf, of course! :-D

<span class="quote">&gt; Are you planning a 2.10.6 update soon for this? (I decided to stick with
&gt; 2.10.4 in Fedora due to this issue.)</span >

Yes.

<span class="quote">&gt; &gt; Source/WebCore/ChangeLog:19
&gt; &gt; +        schdule their sources. And then we need to check if there are
&gt; 
&gt; schdule -&gt; schedule</span >

Good catch.

<span class="quote">&gt; &gt; Source/WebCore/workers/WorkerRunLoop.cpp:151
&gt; &gt; +    if (g_main_context_pending(g_main_context_get_thread_default()))
&gt; 
&gt; This should be:
&gt; 
&gt; if (g_main_context_pending(mainContext))</span >

Right, forgot to change this. Thanks!</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>