[webkit-changes] [WebKit/WebKit] 6a797e: Fix unused field warning in RunLoopObserver for no...

Don Olmstead noreply at github.com
Fri Jul 7 18:13:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6a797e18d7692574c6c6432ae28dc824a1a4d6a2
      https://github.com/WebKit/WebKit/commit/6a797e18d7692574c6c6432ae28dc824a1a4d6a2
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-07-07 (Fri, 07 Jul 2023)

  Changed paths:
    M Source/WebCore/platform/RunLoopObserver.h

  Log Message:
  -----------
  Fix unused field warning in RunLoopObserver for non-Cocoa platforms
https://bugs.webkit.org/show_bug.cgi?id=258996

Reviewed by Wenson Hsieh.

Make `m_order` specific to `USE(CF)`.

* Source/WebCore/platform/RunLoopObserver.h:
(WebCore::RunLoopObserver::RunLoopObserver):

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




More information about the webkit-changes mailing list