<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - JSDOMGlobalObject.h needs to #include StructureInlines.h"
   href="https://bugs.webkit.org/show_bug.cgi?id=155657">155657</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>JSDOMGlobalObject.h needs to #include StructureInlines.h
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>JavaScriptCore
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mark.lam&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The Win EWS is complaining about the following:

WebCore.lib(EmptyClients.obj) : error LNK2019: unresolved external symbol &quot;public: static class JSC::Structure * __cdecl JSC::Structure::create(class JSC::VM &amp;,class JSC::JSGlobalObject *,class JSC::JSValue,class JSC::TypeInfo const &amp;,struct JSC::ClassInfo const *,unsigned char,unsigned int)&quot; (?create&#64;Structure&#64;JSC&#64;&#64;SAPAV12&#64;AAVVM&#64;2&#64;PAVJSGlobalObject&#64;2&#64;VJSValue&#64;2&#64;ABVTypeInfo&#64;2&#64;PBUClassInfo&#64;2&#64;EI&#64;Z) referenced in function &quot;public: static class JSC::Structure * __cdecl WebCore::JSDOMGlobalObject::createStructure(class JSC::VM &amp;,class JSC::JSValue)&quot; (?createStructure&#64;JSDOMGlobalObject&#64;WebCore&#64;&#64;SAPAVStructure&#64;JSC&#64;&#64;AAVVM&#64;4&#64;VJSValue&#64;4&#64;&#64;Z) [C:\cygwin\home\buildbot\WebKit\WebKitBuild\Release\Source\WebKit\WebKit.vcxproj]
C:\cygwin\home\buildbot\WebKit\WebKitBuild\Release\bin32\WebKit.dll : fatal error LNK1120: 1 unresolved externals 

Structure::create() is implemented in StructureInlines.h.  Just need to #include the header file.</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>