[webkit-changes] [WebKit/WebKit] e02d05: Unreviewed, try to fix the macOS debug build after...

Wenson Hsieh noreply at github.com
Mon Aug 12 08:52:35 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e02d05ca1c3a243db13244675549e322c971ce49
      https://github.com/WebKit/WebKit/commit/e02d05ca1c3a243db13244675549e322c971ce49
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2024-08-12 (Mon, 12 Aug 2024)

  Changed paths:
    M Tools/DumpRenderTree/mac/DumpRenderTreeDraggingInfo.h
    M Tools/TestWebKitAPI/Tests/mac/LegacyDragAndDropTests.mm
    M Tools/TestWebKitAPI/mac/TestDraggingInfo.h
    M Tools/WebKitTestRunner/mac/WebKitTestRunnerDraggingInfo.h

  Log Message:
  -----------
  Unreviewed, try to fix the macOS debug build after rdar://129788853
rdar://133681792

Try to fix the debug macOS build by explicitly declaring a readonly property for `-localContext` in
classes that implement `NSDraggingInfo`, to prevent the compiler from attempting to auto-synthesize
ivars for the readonly property.

* Tools/DumpRenderTree/mac/DumpRenderTreeDraggingInfo.h:
* Tools/TestWebKitAPI/Tests/mac/LegacyDragAndDropTests.mm:
* Tools/TestWebKitAPI/mac/TestDraggingInfo.h:
* Tools/WebKitTestRunner/mac/WebKitTestRunnerDraggingInfo.h:

Canonical link: https://commits.webkit.org/282118@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