[Webkit-unassigned] [Bug 194091] New: [MSE][GStreamer] Use reference instead of pointer in m_playerPrivate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 31 08:04:24 PST 2019


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

            Bug ID: 194091
           Summary: [MSE][GStreamer] Use reference instead of pointer in
                    m_playerPrivate
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com
                CC: bugs-noreply at webkitgtk.org

Since the pointer is initialized with the class, it's never null and
never changes, it's preferrable to use a reference instead of a
pointer.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190131/8d106fce/attachment.html>


More information about the webkit-unassigned mailing list