<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 - REGRESSION(r202975): --minimal build is broken"
href="https://bugs.webkit.org/show_bug.cgi?id=159765">159765</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>REGRESSION(r202975): --minimal build is broken
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>Other
</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>New Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>ossy@webkit.org
</td>
</tr>
<tr>
<th>CC</th>
<td>bburg@apple.com, youennf@gmail.com
</td>
</tr>
<tr>
<th>Blocks</th>
<td>159461
</td>
</tr></table>
<p>
<div>
<pre>DerivedSources/WebCore/WebCoreJSBuiltinInternals.cpp:125:103: error: no matching function for call to 'ArrayLengthHelperFunction(JSC::JSGlobalObject::GlobalPropertyInfo [0])'
In file included from ../../Source/WTF/wtf/FastMalloc.h:26:0,
from ../../Source/WebCore/config.h:75,
from DerivedSources/WebCore/WebCoreJSBuiltinInternals.cpp:36:
../../Source/WTF/wtf/StdLibExtras.h:172:42: note: candidate: template<class T, long unsigned int Size> char (& WTF::ArrayLengthHelperFunction(T (&)[Size]))[Size]
../../Source/WTF/wtf/StdLibExtras.h:172:42: note: template argument deduction/substitution failed:
../../Source/WTF/wtf/StdLibExtras.h:175:29: note: candidate: template<class T> char (& WTF::ArrayLengthHelperFunction(T (&)[0]))[0]
../../Source/WTF/wtf/StdLibExtras.h:175:29: note: template argument deduction/substitution failed:
DerivedSources/WebCore/WebCoreJSBuiltinInternals.cpp:125:103: note: template argument '-1' does not match '#'integer_cst' not supported by dump_decl#<declaration error>'
preprocessed DerivedSources/WebCore/WebCoreJSBuiltinInternals.cpp:
-------------------------------------------------------------------
....
JSDOMGlobalObject::GlobalPropertyInfo staticGlobals[] = {
};
globalObject.addStaticGlobals(staticGlobals, sizeof(::WTF::ArrayLengthHelperFunction(staticGlobals)));
....
It seems the new script doesn't handle empty staticGlobals[] properly.
I don't know anything about this code path and don't plan to fix it
myself, I just reported to let you know this build break.</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>