[webkit-changes] [WebKit/WebKit] 52c77e: Fix smart pointer usage when dealing with ScriptEx...

Chirag Shah noreply at github.com
Fri Mar 17 18:51:17 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 52c77eeabac7a55ff15036c291650bb19d07887e
      https://github.com/WebKit/WebKit/commit/52c77eeabac7a55ff15036c291650bb19d07887e
  Author: Chirag M Shah <chirag_m_shah at apple.com>
  Date:   2023-03-17 (Fri, 17 Mar 2023)

  Changed paths:
    M Source/WebCore/Modules/speech/SpeechSynthesisUtterance.h

  Log Message:
  -----------
  Fix smart pointer usage when dealing with ScriptExecutionContext
https://bugs.webkit.org/show_bug.cgi?id=254045
rdar://106721110

Reviewed by Ryosuke Niwa.

This change fixes uses of ScriptExecutionContext so that it conforms
with the smart pointer usage guidelines.

* Source/WebCore/Modules/speech/SpeechSynthesisUtterance.h:

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




More information about the webkit-changes mailing list