[webkit-changes] [WebKit/WebKit] 239579: More non-unified builds after 255459 at main

Adrian Perez noreply at github.com
Thu Oct 13 09:45:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 239579d0bf3b267caf7b6b2bc57fec4bbfcedfcd
      https://github.com/WebKit/WebKit/commit/239579d0bf3b267caf7b6b2bc57fec4bbfcedfcd
  Author: Adrian Perez de Castro <aperez at igalia.com>
  Date:   2022-10-13 (Thu, 13 Oct 2022)

  Changed paths:
    M Source/JavaScriptCore/wasm/WasmTypeDefinition.cpp
    M Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.cpp
    M Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.h
    M Source/WebCore/page/ScreenOrientation.cpp
    M Source/WebCore/page/ScreenOrientationLockType.h

  Log Message:
  -----------
  More non-unified builds after 255459 at main

Unreviewed non-unified build fixes.

* Source/JavaScriptCore/wasm/WasmTypeDefinition.cpp: Add missing
  WasmFormat.h header inclusion.
* Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.cpp:
  Remove now-uneeded inclusion of the FloatingContext.h header.
* Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.h:
  Moved needed inclusion of the FloatingContext.h header here.
* Source/WebCore/page/ScreenOrientation.cpp: Add missing inclusion of
  the Element.h header.
* Source/WebCore/page/ScreenOrientationLockType.h: Add missing inclusion
  of the wtf/EnumTraits.h header.

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




More information about the webkit-changes mailing list