<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 - Fix a linking failure caused by NetworkCache::Data::~Data()"
   href="https://bugs.webkit.org/show_bug.cgi?id=159931">159931</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Fix a linking failure caused by NetworkCache::Data::~Data()
          </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>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </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>New Bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>changseok&#64;webkit.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>A linking failure happens when building with clang 3.6.

<span class="quote">&gt;[2068/2122] Linking CXX shared library lib/libwebkit2gtk-4.0.so.37.14.2
&gt;FAILED: : &amp;&amp; /home/changseok/Projects/api-sanitizer/bin/llvm/bin/clang++  -fPIC -Wno-error  -std=c++1y -fcolor-diagnostics -Qunused-arguments -g  -Wl,--no-undefined  -L/home/changseok/Projects/WebKit/WebKitBuild/DependenciesGTK/Root/lib  -fuse-ld=gold -Wl,--disable-new-dtags -fuse-ld=gold -Wl,--disable-new-dtags -shared -Wl,-soname,libwebkit2gtk-4.0.so.37 -o lib/libwebkit2gtk-4.0.so.37.14.2 &#64;CMakeFiles/WebKit2.rsp  &amp;&amp; :
&gt;../../Source/WebKit2/NetworkProcess/cache/NetworkCacheSubresourcesEntry.cpp:76: error: undefined reference to 'WebKit::NetworkCache::Data::~Data()'
&gt;clang-3.6: error: linker command failed with exit code 1 (use -v to see invocation)</span ></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>