Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1baa85fefb7e9c527fb24afadba91168e5e33f05
      
https://github.com/WebKit/WebKit/commit/1baa85fefb7e9c527fb24afadba91168e5e33f05
  Author: David Kilzer <[email protected]>
  Date:   2024-08-27 (Tue, 27 Aug 2024)

  Changed paths:
    M Source/WebCore/bindings/js/JSDOMGlobalObjectInlines.h
    M Source/WebCore/dom/MessageEvent.h
    M Source/WebCore/dom/TrustedTypePolicy.h
    M Source/WebCore/loader/MediaResourceLoader.cpp
    M Source/WebCore/platform/graphics/MediaSourcePrivate.cpp
    M Source/WebCore/platform/network/cocoa/RangeResponseGenerator.mm

  Log Message:
  -----------
  Fix -Wthread-safety-reference-return warnings in WebCore with upstream clang
<https://bugs.webkit.org/show_bug.cgi?id=278625>
<rdar://134653057>

Reviewed by Chris Dumez.

Use IGNORE_CLANG_WARNINGS_BEGIN/IGNORE_CLANG_WARNINGS_END to ignore
-Wthread-safety-reference-return warnings.

* Source/WebCore/bindings/js/JSDOMGlobalObjectInlines.h:
(WebCore::JSDOMGlobalObject::structures):
(WebCore::JSDOMGlobalObject::guardedObjects):
* Source/WebCore/dom/MessageEvent.h:
* Source/WebCore/dom/TrustedTypePolicy.h:
(WebCore::TrustedTypePolicy::options const):
* Source/WebCore/loader/MediaResourceLoader.cpp:
(WebCore::MediaResourceLoader::crossOriginMode const):
* Source/WebCore/platform/graphics/MediaSourcePrivate.cpp:
(WebCore::MediaSourcePrivate::liveSeekableRange const):
* Source/WebCore/platform/network/cocoa/RangeResponseGenerator.mm:
(WebCore::RangeResponseGenerator::map):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to