[webkit-changes] [WebKit/WebKit] 114df9: Non-unified build fixes, late January 2023 edition

Adrian Perez noreply at github.com
Mon Jan 23 04:49:58 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 114df9fa38ba20a58bd5ca229c63d8e99f8c595b
      https://github.com/WebKit/WebKit/commit/114df9fa38ba20a58bd5ca229c63d8e99f8c595b
  Author: Adrian Perez de Castro <aperez at igalia.com>
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
    M Source/WebCore/html/canvas/WebGLShaderPrecisionFormat.cpp
    M Source/WebCore/html/canvas/WebGLTransformFeedback.cpp
    M Source/WebCore/html/canvas/WebGLTransformFeedback.h
    M Source/WebCore/platform/network/soup/SoupNetworkSession.cpp
    M Source/WebCore/platform/network/soup/SoupNetworkSession.h

  Log Message:
  -----------
  Non-unified build fixes, late January 2023 edition

Unreviewed non-unified build fixes.

* Source/WebCore/html/canvas/WebGLShaderPrecisionFormat.cpp: Add missing
  wtf/Ref.h header.
* Source/WebCore/html/canvas/WebGLTransformFeedback.cpp: Add missing
  WebGLBuffer.h header.
* Source/WebCore/html/canvas/WebGLTransformFeedback.h: Add missing
  wtf/RefPtr.h and wtf/Vector.h headers.
* Source/WebCore/platform/network/soup/SoupNetworkSession.cpp: Remove
  inclusion of wtf/text/StringHash.h, as it is now done in the header.
* Source/WebCore/platform/network/soup/SoupNetworkSession.h: Add missing
  wtf/text/StringHash.h header.

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




More information about the webkit-changes mailing list