[webkit-changes] [WebKit/WebKit] 988cb5: Unreviewed non-unified build fixes.

Adrian Perez noreply at github.com
Wed Apr 5 05:25:40 PDT 2023


  Branch: refs/heads/webkitglib/2.40
  Home:   https://github.com/WebKit/WebKit
  Commit: 988cb56ec61c140431d9b93c7d9699eb5fa7925b
      https://github.com/WebKit/WebKit/commit/988cb56ec61c140431d9b93c7d9699eb5fa7925b
  Author: Adrian Perez de Castro <aperez at igalia.com>
  Date:   2023-04-05 (Wed, 05 Apr 2023)

  Changed paths:
    M Source/JavaScriptCore/b3/B3Const128Value.cpp
    M Source/WebCore/Modules/push-api/PushMessageData.cpp
    M Source/WebCore/Modules/webaudio/AudioBuffer.h
    M Source/WebCore/animation/KeyframeEffect.cpp
    M Source/WebCore/bindings/js/JSWorkerGlobalScopeCustom.cpp
    M Source/WebCore/css/parser/CSSPropertyParser.cpp
    M Source/WebCore/page/PerformanceMark.cpp

  Log Message:
  -----------
  Unreviewed non-unified build fixes.

* Source/JavaScriptCore/b3/B3Const128Value.cpp: Add missing
  B3ValueInlines.h header inclusion, and replace B3Procedure.h with
  B3ProcedureInlines.h, which includes the former transitively as well.
* Source/WebCore/Modules/push-api/PushMessageData.cpp: Add missing
  JavaScriptCore/JSCJSValueInlines.h header inclusion.
* Source/WebCore/Modules/webaudio/AudioBuffer.h: Replace inclusion of
  JavaScriptCore/TypedArrayAdaptersForwardDeclarations.h with the
  GenericTypedArrayView.h header.
* Source/WebCore/animation/KeyframeEffect.cpp: Add missing
  DocumentInlines.h header inclusion.
* Source/WebCore/bindings/js/JSWorkerGlobalScopeCustom.cpp: Add missing
  JavaScriptCore/AbstractSlotVisitorInlines.h and
  JavaScriptCore/JSCJSValueInlines.h header inclusions.
* Source/WebCore/css/parser/CSSPropertyParser.cpp: Add missing
  CSSQuadValue.h inclusion.
* Source/WebCore/page/PerformanceMark.cpp: Add missing
  JavaScriptCore/JSCJSValueInlines.h header inclusion.




More information about the webkit-changes mailing list