<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Win] Minibrowser unable to use WebInspector (CRASH)"
   href="https://bugs.webkit.org/show_bug.cgi?id=150810#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Win] Minibrowser unable to use WebInspector (CRASH)"
   href="https://bugs.webkit.org/show_bug.cgi?id=150810">bug 150810</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>This is emitted by InjectedScriptManager::injectedScriptFor normally when InjectedScriptSource.js has a parse error.

Here is one possible issue:

JavaScriptCore's DerivedSource.make / CMakeLists.txt attempts to minify the InjectedScriptSource and in the process injects the sourceURL comment that would have been stripped:

    COMMAND echo &quot;//# sourceURL=__WebInspectorInjectedScript__&quot; &gt; ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InjectedScriptSource.min.js

Perhaps that is not doing what we expect on Windows? Did Windows just move to CMake?</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>