Changeset 286945 in webkit
- Timestamp:
- Dec 13, 2021, 2:49:41 AM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
loader/SubresourceIntegrity.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r286944 r286945 1 2021-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 1 12 2021-12-13 Youenn Fablet <youenn@apple.com> 2 13 -
trunk/Source/WebCore/loader/SubresourceIntegrity.h
r286853 r286945 26 26 #pragma once 27 27 28 #include <optional> 28 29 #include <wtf/Forward.h> 29 30 … … 31 32 32 33 class CachedResource; 34 struct EncodedResourceCryptographicDigest; 33 35 34 36 bool matchIntegrityMetadata(const CachedResource&, const String& integrityMetadata);
Note:
See TracChangeset
for help on using the changeset viewer.