Title: [293277] branches/safari-613.2.7.1-branch/Source/WebCore/page/SecurityOrigin.h
Revision
293277
Author
[email protected]
Date
2022-04-22 19:05:07 -0700 (Fri, 22 Apr 2022)

Log Message

Unreviewed build fix. rdar://90511155

WebCore/page/SecurityOrigin.h:309:13: note: candidate function not viable: requires 2 arguments, but 4 were provided inline void add(Hasher& hasher, const SecurityOrigin& origin)

Modified Paths

Diff

Modified: branches/safari-613.2.7.1-branch/Source/WebCore/page/SecurityOrigin.h (293276 => 293277)


--- branches/safari-613.2.7.1-branch/Source/WebCore/page/SecurityOrigin.h	2022-04-23 02:02:37 UTC (rev 293276)
+++ branches/safari-613.2.7.1-branch/Source/WebCore/page/SecurityOrigin.h	2022-04-23 02:05:07 UTC (rev 293277)
@@ -31,6 +31,7 @@
 #include "SecurityOriginData.h"
 #include "StorageBlockingPolicy.h"
 #include <wtf/EnumTraits.h>
+#include <wtf/Hasher.h>
 #include <wtf/ThreadSafeRefCounted.h>
 #include <wtf/text/WTFString.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to