[webkit-changes] [WebKit/WebKit] 50ebd1: ImageCapture: wrap references to m_logger with !RE...

elahav noreply at github.com
Sun Jan 28 12:32:22 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 50ebd10ba3b0154c20c4263d5714e8986b1a81b8
      https://github.com/WebKit/WebKit/commit/50ebd10ba3b0154c20c4263d5714e8986b1a81b8
  Author: Elad Lahav <e2lahav at gmail.com>
  Date:   2024-01-28 (Sun, 28 Jan 2024)

  Changed paths:
    M Source/WebCore/Modules/mediastream/ImageCapture.cpp
    M Source/WebCore/Modules/mediastream/ImageCapture.h

  Log Message:
  -----------
  ImageCapture: wrap references to m_logger with !RELEASE_LOG_DISABLED
https://bugs.webkit.org/show_bug.cgi?id=268259

Reviewed by Tim Nguyen.

m_logger is defined conditionally, but not all references use the same
condition when accessing the member.

* Source/WebCore/Modules/mediastream/ImageCapture.cpp:
(WebCore::ImageCapture::ImageCapture):
* Source/WebCore/Modules/mediastream/ImageCapture.h:

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




More information about the webkit-changes mailing list