[Webkit-unassigned] [Bug 160396] New: Use std::unique_ptr for mfenced anonymous operators

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 1 00:41:10 PDT 2016


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

            Bug ID: 160396
           Summary: Use std::unique_ptr for mfenced anonymous operators
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: MathML
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fred.wang at free.fr
                CC: jfernandez at igalia.com
        Depends on: 160245

We do not plan to get rid of anonymous mfenced operators in the short term. Currently, these anonymous operators are stored as RenderPtr<RenderMathMLFencedOperator>. We should consider using std::unique_ptr<RenderMathMLFencedOperator> instead.

-- 
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/20160801/50e5f759/attachment-0001.html>


More information about the webkit-unassigned mailing list