<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] WebProcess from WebKitGtk+ 2.10.0 compiled in Debug mode hits ASSERT on paintIntoLayer"
   href="https://bugs.webkit.org/show_bug.cgi?id=150716#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] WebProcess from WebKitGtk+ 2.10.0 compiled in Debug mode hits ASSERT on paintIntoLayer"
   href="https://bugs.webkit.org/show_bug.cgi?id=150716">bug 150716</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>This is hitting this assert:

if ((paintsIntoWindow() || paintsIntoCompositedAncestor()) &amp;&amp; paintingPhase != GraphicsLayerPaintChildClippingMask) {
#if !PLATFORM(IOS)
    // FIXME: Looks like the CALayer tree is out of sync with the GraphicsLayer heirarchy
    // when pages are restored from the PageCache.
    // &lt;rdar://problem/8712587&gt; ASSERT: When Going Back to Page with Plugins in PageCache
    ASSERT_NOT_REACHED();
#endif
    return;
}

But I haven't been able to reproduce it with current trunk</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>