[webkit-changes] [WebKit/WebKit] 0a00dd: Remove a couple of unneeded uncounted variables

Claudio Saavedra noreply at github.com
Tue Aug 27 09:00:45 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0a00dd0585497ea2db5586d1b587de76c260b04f
      https://github.com/WebKit/WebKit/commit/0a00dd0585497ea2db5586d1b587de76c260b04f
  Author: Claudio Saavedra <csaavedra at igalia.com>
  Date:   2024-08-27 (Tue, 27 Aug 2024)

  Changed paths:
    M Source/WebCore/dom/MessagePort.cpp
    M Source/WebCore/dom/RejectedPromiseTracker.cpp

  Log Message:
  -----------
  Remove a couple of unneeded uncounted variables
https://bugs.webkit.org/show_bug.cgi?id=278702

Reviewed by Chris Dumez.

These uncounted variables trigger alpha.webkit.UncountedLocalVarsChecker
warnings, but they are only used once, so they can be removed.

* Source/WebCore/dom/MessagePort.cpp:
(WebCore::MessagePort::virtualHasPendingActivity const):
* Source/WebCore/dom/RejectedPromiseTracker.cpp:
(WebCore::createScriptCallStackFromReason):

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



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


More information about the webkit-changes mailing list