<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 - run-bindings-tests fails since r205422"
   href="https://bugs.webkit.org/show_bug.cgi?id=161595">161595</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>run-bindings-tests fails since r205422
          </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>Bindings
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>Hironori.Fujii&#64;sony.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>cdumez&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre><span class="quote">&gt; FAIL: (JS) JSTestClassWithJSBuiltinConstructor.h
&gt; --- WebCore/bindings/scripts/test/JS/JSTestClassWithJSBuiltinConstructor.h        2016-06-27 13:08:07.537464007 -0700
&gt; +++ /tmp/tmpIsGJea/JSTestClassWithJSBuiltinConstructor.h        2016-09-04 23:35:01.119239257 -0700
&gt; &#64;&#64; -84,5 +84,8 &#64;&#64;
&gt;  JSC::JSValue toJSNewlyCreated(JSC::ExecState*, JSDOMGlobalObject*, Ref&lt;TestClassWithJSBuiltinConstructor&gt;&amp;&amp;);
&gt;  inline JSC::JSValue toJSNewlyCreated(JSC::ExecState* state, JSDOMGlobalObject* globalObject, RefPtr&lt;TestClassWithJSBuiltinConstructor&gt;&amp;&amp; impl) { return impl ? toJSNewlyCreated(state, globalObject, impl.releaseNonNull()) : JSC::jsNull(); }
&gt;  
&gt; +template&lt;&gt; struct JSDOMWrapperConverterTraits&lt;TestClassWithJSBuiltinConstructor&gt; {
&gt; +    using WrapperClass = JSTestClassWithJSBuiltinConstructor;
&gt; +};
&gt;  
&gt;  } // namespace WebCore
&gt; 
&gt; FAIL: (JS) JSTestClassWithJSBuiltinConstructor.cpp
&gt; --- WebCore/bindings/scripts/test/JS/JSTestClassWithJSBuiltinConstructor.cpp        2016-09-01 05:31:58.238514962 -0700
&gt; +++ /tmp/tmpIsGJea/JSTestClassWithJSBuiltinConstructor.cpp        2016-09-04 23:35:01.119239257 -0700
&gt; &#64;&#64; -201,7 +201,7 &#64;&#64;
&gt;      // by adding the SkipVTableValidation attribute to the interface IDL definition
&gt;      RELEASE_ASSERT(actualVTablePointer == expectedVTablePointer);
&gt;  #endif
&gt; -    return createWrapper&lt;JSTestClassWithJSBuiltinConstructor, TestClassWithJSBuiltinConstructor&gt;(globalObject, WTFMove(impl));
&gt; +    return createWrapper&lt;TestClassWithJSBuiltinConstructor&gt;(globalObject, WTFMove(impl));
&gt;  }
&gt;  
&gt;  JSC::JSValue toJS(JSC::ExecState* state, JSDOMGlobalObject* globalObject, TestClassWithJSBuiltinConstructor&amp; impl)</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>