Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 91912cb526c16e9650082bbf07864ef03546001a
      
https://github.com/WebKit/WebKit/commit/91912cb526c16e9650082bbf07864ef03546001a
  Author: Ruthvik Konda <[email protected]>
  Date:   2026-04-28 (Tue, 28 Apr 2026)

  Changed paths:
    M Source/WebCore/Modules/remoteplayback/RemotePlayback.cpp
    M Source/WebCore/Modules/reporting/ReportingObserver.cpp

  Log Message:
  -----------
  Use protect() instead of Ref { } in reporting and remoteplayback code
https://bugs.webkit.org/show_bug.cgi?id=313524
rdar://175734973

Reviewed by Anne van Kesteren.

Mechanical migration from Ref { expr } to protect(expr) in reporting and
remoteplayback code, aligning with the codebase-wide transition away from
brace-initialized smart pointer temporaries.

No new tests needed (no behavioral change, style-only refactor).

* Source/WebCore/Modules/remoteplayback/RemotePlayback.cpp:
(WebCore::RemotePlayback::watchAvailability):
* Source/WebCore/Modules/reporting/ReportingObserver.cpp:
(WebCore::ReportingObserver::reportRecords):

Canonical link: https://commits.webkit.org/312213@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to