<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Win][IndexedDB] Fix build errors."
   href="https://bugs.webkit.org/show_bug.cgi?id=156713#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Win][IndexedDB] Fix build errors."
   href="https://bugs.webkit.org/show_bug.cgi?id=156713">bug 156713</a>
              from <span class="vcard"><a class="email" href="mailto:peavo&#64;outlook.com" title="peavo&#64;outlook.com">peavo&#64;outlook.com</a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=156713#c14">comment #14</a>)
<span class="quote">&gt; Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=276760&amp;action=diff" name="attach_276760" title="Patch">attachment 276760</a> <a href="attachment.cgi?id=276760&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=276760&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=276760&amp;action=review</a>
&gt; </span >

Thanks for reviewing!

<span class="quote">&gt; 
&gt; &gt; Source/WebCore/bindings/js/JSDOMWindowBase.h:23
&gt; &gt; +#include &quot;DOMWindow.h&quot;
&gt; 
&gt; Is this really necessary?  What error does this prevent?  Can we not forward
&gt; declare things?  Including more headers in a header like this makes the
&gt; build slower.
&gt; </span >

I get the error:

wtf/PassRefPtr.h(42): error C2027: use of undefined type 'WebCore::DOMWindow'

PassRefPtr&lt;DOMWindow&gt; is used in JSDOMWindowBase.h, but this fails to compile since the class DOMWindow is only forward declared here.</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>