[webkit-changes] [WebKit/WebKit] 9b67f2: Inline ScopedEventQueue::incrementScopingLevel()

Chris Dumez noreply at github.com
Mon Mar 6 08:12:14 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9b67f253118ab2ee9feb585a0d3df2aac203b0aa
      https://github.com/WebKit/WebKit/commit/9b67f253118ab2ee9feb585a0d3df2aac203b0aa
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
    M Source/WebCore/dom/ScopedEventQueue.cpp
    M Source/WebCore/dom/ScopedEventQueue.h

  Log Message:
  -----------
  Inline ScopedEventQueue::incrementScopingLevel()
https://bugs.webkit.org/show_bug.cgi?id=253420

Reviewed by Sihui Liu.

Inline ScopedEventQueue::incrementScopingLevel() since its implementation is
small and it shows on profiles.

* Source/WebCore/dom/ScopedEventQueue.cpp:
(WebCore::ScopedEventQueue::incrementScopingLevel): Deleted.

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




More information about the webkit-changes mailing list