Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c109337e2ca86a978f86c478ed215cc4889ca127
      
https://github.com/WebKit/WebKit/commit/c109337e2ca86a978f86c478ed215cc4889ca127
  Author: Jessica Lee <[email protected]>
  Date:   2026-06-11 (Thu, 11 Jun 2026)

  Changed paths:
    M Source/WebCore/loader/DocumentWriter.cpp
    M Source/WebCore/page/scrolling/ScrollLatchingController.cpp

  Log Message:
  -----------
  Remove extraneous smart pointer get() calls from DocumentWriter.cpp and 
ScrollLatchingController.cpp
https://bugs.webkit.org/show_bug.cgi?id=316877
rdar://179302972

Reviewed by Basuke Suzuki.

The smart pointer implicitly converts to the raw resource at the call site so 
these
get() calls are extraneous. Let's cleans up call sites in DocumentWriter and 
ScrollLatchingController.cpp

No new tests needed.

* Source/WebCore/loader/DocumentWriter.cpp:
(WebCore::DocumentWriter::begin):
(WebCore::DocumentWriter::decoder):
* Source/WebCore/page/scrolling/ScrollLatchingController.cpp:
(WebCore::ScrollLatchingController::updateAndFetchLatchingStateForFrame):

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



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

Reply via email to