[Webkit-unassigned] [Bug 157572] New: incomplete merge of changeset 198592 (bug 155776) into safari-601-branch (changeset 198639, rdar://problem/25332806)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 10:58:29 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=157572

            Bug ID: 157572
           Summary: incomplete merge of changeset 198592 (bug 155776) into
                    safari-601-branch (changeset 198639,
                    rdar://problem/25332806)
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Macintosh
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tobias.netzel at gmail.com
                CC: matthew_hanson at apple.com

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,
bug 155776 is probably still unsolved for the safari-601-branch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160511/1d20da52/attachment-0001.html>


More information about the webkit-unassigned mailing list