[webkit-changes] [WebKit/WebKit] cbc500: Fix the build on new compilers

Tim Horton noreply at github.com
Tue Oct 4 16:04:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cbc50087b905f09207431364294d25b68241b169
      https://github.com/WebKit/WebKit/commit/cbc50087b905f09207431364294d25b68241b169
  Author: Tim Horton <timothy_horton at apple.com>
  Date:   2022-10-04 (Tue, 04 Oct 2022)

  Changed paths:
    M Source/JavaScriptCore/API/tests/CustomGlobalObjectClassTest.c
    M Source/JavaScriptCore/API/tests/testapi.c
    M Source/JavaScriptCore/disassembler/ARM64/A64DOpcode.cpp
    M Source/WTF/wtf/Assertions.h
    M Source/WebKit/UIProcess/API/Cocoa/WKContentRuleListStore.mm
    M Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm

  Log Message:
  -----------
  Fix the build on new compilers
https://bugs.webkit.org/show_bug.cgi?id=246033
<rdar://100751561>

Reviewed by Sam Weinig.

* Source/JavaScriptCore/API/tests/CustomGlobalObjectClassTest.c:
(customGlobalObjectClassTest):
(globalObjectSetPrototypeTest):
(globalObjectPrivatePropertyTest):
* Source/JavaScriptCore/API/tests/testapi.c:
(timeZoneIsPST):
(checkForCycleInPrototypeChain):
(valueToObjectExceptionTest):
(globalContextNameTest):
(checkConstnessInJSObjectNames):
* Source/JavaScriptCore/disassembler/ARM64/A64DOpcode.cpp:
(JSC::ARM64Disassembler::A64DOpcodeDataProcessing3Source::format):
* Source/WTF/wtf/Assertions.h:
(UNREACHABLE_FOR_PLATFORM):
* Source/WebKit/UIProcess/API/Cocoa/WKContentRuleListStore.mm:
(-[WKContentRuleListStore _getContentRuleListSourceForIdentifier:completionHandler:]):
* Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:
(-[WKContentView _contextMenuInteraction:styleForMenuWithConfiguration:]):
(-[WKContentView contextMenuInteraction:willEndForConfiguration:animator:]):

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




More information about the webkit-changes mailing list