[webkit-changes] [WebKit/WebKit] f73550: [WPE] Link fails due to undefined inlines with -Wl...

Adrian Perez noreply at github.com
Mon Mar 13 01:04:51 PDT 2023


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

  Changed paths:
    M Source/JavaScriptCore/tools/JSDollarVM.cpp
    M Source/WebCore/bindings/js/DOMGCOutputConstraint.cpp
    M Source/WebCore/bindings/js/JSPaintRenderingContext2DCustom.cpp
    M Source/WebCore/bindings/js/JSWorkerNavigatorCustom.cpp
    M Source/WebCore/html/ValidatedFormListedElement.cpp
    M Source/WebCore/loader/LinkLoader.cpp
    M Source/WebCore/page/WindowOrWorkerGlobalScope.cpp
    M Source/WebKit/WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp

  Log Message:
  -----------
  [WPE] Link fails due to undefined inlines with -Wl,--as-needed
https://bugs.webkit.org/show_bug.cgi?id=253798

Unreviewed build fixes.

These issues would have been caught by Clang's -Wundefined-inline.

* Source/JavaScriptCore/tools/JSDollarVM.cpp: Add missing
  ExecutableBaseInlines.h header.
* Source/WebCore/bindings/js/DOMGCOutputConstraint.cpp: Add mising
  JavaScriptCore/JSCellInlines.h header.
* Source/WebCore/bindings/js/JSPaintRenderingContext2DCustom.cpp: Add
  missing JavaScriptCore/AbstractSlotVisitorInlines.h and
  JavaScriptCore/JSCJSValueInlines.h header.
* Source/WebCore/bindings/js/JSWorkerNavigatorCustom.cpp: Add missing
  WebCoreOpaqueRoot.h and JavaScriptCore/AbstractSlotVisitorInlines.h
* Source/WebCore/html/ValidatedFormListedElement.cpp: Add missing
  RenderElement.h header inclusion.
* Source/WebCore/loader/LinkLoader.cpp: Ditto.
* Source/WebCore/page/WindowOrWorkerGlobalScope.cpp: Add missing
  JavaScriptCore/JSCJSValueInlines.h inclusion.
* Source/WebKit/WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp:
  Add missing WebCore/Element.h inclusion.

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




More information about the webkit-changes mailing list