<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r202975): --minimal build is broken"
   href="https://bugs.webkit.org/show_bug.cgi?id=159765#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r202975): --minimal build is broken"
   href="https://bugs.webkit.org/show_bug.cgi?id=159765">bug 159765</a>
              from <span class="vcard"><a class="email" href="mailto:youennf&#64;gmail.com" title="youenn fablet &lt;youennf&#64;gmail.com&gt;"> <span class="fn">youenn fablet</span></a>
</span></b>
        <pre>Thanks I'll check that today or tomorrow.

(In reply to <a href="show_bug.cgi?id=159765#c0">comment #0</a>)
<span class="quote">&gt; DerivedSources/WebCore/WebCoreJSBuiltinInternals.cpp:125:103: error: no
&gt; matching function for call to
&gt; 'ArrayLengthHelperFunction(JSC::JSGlobalObject::GlobalPropertyInfo [0])'
&gt; In file included from ../../Source/WTF/wtf/FastMalloc.h:26:0,
&gt;                  from ../../Source/WebCore/config.h:75,
&gt;                  from
&gt; DerivedSources/WebCore/WebCoreJSBuiltinInternals.cpp:36:
&gt; ../../Source/WTF/wtf/StdLibExtras.h:172:42: note: candidate: template&lt;class
&gt; T, long unsigned int Size&gt; char (&amp; WTF::ArrayLengthHelperFunction(T
&gt; (&amp;)[Size]))[Size]
&gt; ../../Source/WTF/wtf/StdLibExtras.h:172:42: note:   template argument
&gt; deduction/substitution failed:
&gt; ../../Source/WTF/wtf/StdLibExtras.h:175:29: note: candidate: template&lt;class
&gt; T&gt; char (&amp; WTF::ArrayLengthHelperFunction(T (&amp;)[0]))[0]
&gt; ../../Source/WTF/wtf/StdLibExtras.h:175:29: note:   template argument
&gt; deduction/substitution failed:
&gt; DerivedSources/WebCore/WebCoreJSBuiltinInternals.cpp:125:103: note:  
&gt; template argument '-1' does not match '#'integer_cst' not supported by
&gt; dump_decl#&lt;declaration error&gt;'
&gt; 
&gt; 
&gt; preprocessed DerivedSources/WebCore/WebCoreJSBuiltinInternals.cpp:
&gt; -------------------------------------------------------------------
&gt; ....
&gt;     JSDOMGlobalObject::GlobalPropertyInfo staticGlobals[] = {
&gt;     };
&gt;     globalObject.addStaticGlobals(staticGlobals,
&gt; sizeof(::WTF::ArrayLengthHelperFunction(staticGlobals)));
&gt; ....
&gt; 
&gt; It seems the new script doesn't handle empty staticGlobals[] properly.
&gt; I don't know anything about this code path and don't plan to fix it
&gt; myself, I just reported to let you know this build break.</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>