[Webkit-unassigned] [Bug 165187] New: Correct plugin sandbox after r208611

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 29 19:51:11 PST 2016


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

            Bug ID: 165187
           Summary: Correct plugin sandbox after r208611
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

I misread the Scheme conditional clause I changed in <http://trac.webkit.org/changeset/208611> as if it was C++.

I should have recognized that Scheme's conditional looks like this:

(if (predicate ...)
    (stuff to do if true)
    (stuff to do if false))

Therefore, much of what I stripped out is still needed.

-- 
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/20161130/116c1206/attachment.html>


More information about the webkit-unassigned mailing list