[webkit-changes] [WebKit/WebKit] a85398: Non-unified build fixes, early March 2023 edition, ...

Adrian Perez noreply at github.com
Thu Mar 9 13:12:08 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a853981dbd7782b16a06eb5d6d315057862b6824
      https://github.com/WebKit/WebKit/commit/a853981dbd7782b16a06eb5d6d315057862b6824
  Author: Adrian Perez de Castro <aperez at igalia.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M Source/JavaScriptCore/bytecode/PutByStatus.cpp
    M Source/JavaScriptCore/bytecode/SpeculatedType.cpp
    M Source/JavaScriptCore/runtime/BytecodeCacheError.cpp
    M Source/JavaScriptCore/wasm/WasmFunctionCodeBlockGenerator.cpp
    M Source/JavaScriptCore/wasm/WasmLLIntTierUpCounter.h
    M Source/WebCore/bindings/js/JSAbstractRangeCustom.cpp
    M Source/WebCore/bindings/js/JSCSSStyleValueCustom.cpp
    M Source/WebCore/bindings/js/JSCSSTransformComponentCustom.cpp
    M Source/WebCore/html/HTMLMapElement.cpp
    M Source/WebCore/html/HTMLOutputElement.cpp
    M Source/WebCore/html/HTMLQuoteElement.cpp
    M Source/WebCore/page/PageConfiguration.cpp
    M Source/WebCore/page/PerformanceMark.cpp
    M Source/WebKit/Shared/CoordinatedGraphics/threadedcompositor/ThreadedCompositor.cpp

  Log Message:
  -----------
  Non-unified build fixes, early March 2023 edition, take two
https://bugs.webkit.org/show_bug.cgi?id=253644

Unreviewed non-unified build fixes.

* Source/JavaScriptCore/bytecode/PutByStatus.cpp: Add missing
  ProxyObjectAccessCase.h inclusion.
* Source/JavaScriptCore/bytecode/SpeculatedType.cpp: Add missing
  TypedArrayInlines.h inclusion.
* Source/JavaScriptCore/runtime/BytecodeCacheError.cpp: Add missing
  JSGlobalObject.h inclusion.
* Source/JavaScriptCore/wasm/WasmFunctionCodeBlockGenerator.cpp: Add
  missing VirtualRegister.h and wtf/FixedVector.h inclusions.
* Source/JavaScriptCore/wasm/WasmLLIntTierUpCounter.h: Add missing
  VirtualRegister.h inclusion.
* Source/WebCore/bindings/js/JSAbstractRangeCustom.cpp: Add missing
  JavaScriptCore/JSCJSValueInlines.h inclusion.
* Source/WebCore/bindings/js/JSCSSStyleValueCustom.cpp: Ditto.
* Source/WebCore/bindings/js/JSCSSTransformComponentCustom.cpp: Ditto.
* Source/WebCore/html/HTMLMapElement.cpp: Add missing ElementInlines.h
  inclusion.
* Source/WebCore/html/HTMLOutputElement.cpp: Ditto.
* Source/WebCore/html/HTMLQuoteElement.cpp: Ditto.
* Source/WebCore/page/PageConfiguration.cpp: Add missing
  ContextMenuClient.h inclusion.
* Source/WebCore/page/PerformanceMark.cpp: Add missing
  JavaScriptCore/JSCJSValueInlines.h inclusion.
* Source/WebKit/Shared/CoordinatedGraphics/threadedcompositor/ThreadedCompositor.cpp:
  Add missing wtf/glib/RunLoopSourcePriority.h inclusion guarded by
  USE(GLIB_EVENT_LOOP).

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




More information about the webkit-changes mailing list