Bug 194091

Summary: [MSE][GStreamer] Use reference instead of pointer in m_playerPrivate
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: WebKitGTKAssignee: Alicia Boya García <aboya>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, calvaris, commit-queue, webkit-bug-importer
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Alicia Boya García 2019-01-31 08:04:24 PST
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.
Comment 1 Alicia Boya García 2019-01-31 08:05:54 PST
Created attachment 360727 [details]
Patch
Comment 2 WebKit Commit Bot 2019-01-31 09:02:35 PST
Comment on attachment 360727 [details]
Patch

Clearing flags on attachment: 360727

Committed r240790: <https://trac.webkit.org/changeset/240790>
Comment 3 WebKit Commit Bot 2019-01-31 09:02:36 PST
All reviewed patches have been landed.  Closing bug.