⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 286945 in webkit


Ignore:
Timestamp:
Dec 13, 2021, 2:49:41 AM (5 years ago)
Author:
Adrian Perez de Castro
Message:

Fix non-unified builds after r286853

Unreviewed build fix.

No new tests needed.

  • loader/SubresourceIntegrity.h: Add missing <optional> header inclusion, forward-declare

EncodedResourceCryptographicDigest type.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r286944 r286945  
     12021-12-13  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        Fix non-unified builds after r286853
     4
     5        Unreviewed build fix.
     6
     7        No new tests needed.
     8
     9        * loader/SubresourceIntegrity.h: Add missing <optional> header inclusion, forward-declare
     10        EncodedResourceCryptographicDigest type.
     11
    1122021-12-13  Youenn Fablet  <youenn@apple.com>
    213
  • trunk/Source/WebCore/loader/SubresourceIntegrity.h

    r286853 r286945  
    2626#pragma once
    2727
     28#include <optional>
    2829#include <wtf/Forward.h>
    2930
     
    3132
    3233class CachedResource;
     34struct EncodedResourceCryptographicDigest;
    3335
    3436bool matchIntegrityMetadata(const CachedResource&, const String& integrityMetadata);
Note: See TracChangeset for help on using the changeset viewer.