<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 - incomplete merge of changeset 198592 (bug 155776) into safari-601-branch (changeset 198639, rdar://problem/25332806)"
href="https://bugs.webkit.org/show_bug.cgi?id=157572">157572</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>incomplete merge of changeset 198592 (bug 155776) into safari-601-branch (changeset 198639, rdar://problem/25332806)
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>Safari 9
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Macintosh
</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@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>tobias.netzel@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>matthew_hanson@apple.com
</td>
</tr></table>
<p>
<div>
<pre>Since changeset 198256 wasn't merged into safari-601-branch the following change in JSStringJoiner.h is missing
- append(jsString->viewWithUnderlyingString(state));
+ append(value.toString(&state)->viewWithUnderlyingString(state));
But as avoiding the to call toString() was the whole purpose of changeset 198592,
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED"
href="show_bug.cgi?id=155776">bug 155776</a> is probably still unsolved for the safari-601-branch.</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>