Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2de51fe28bfcfbf30356a8602d2632f3ac7f7fc2
https://github.com/WebKit/WebKit/commit/2de51fe28bfcfbf30356a8602d2632f3ac7f7fc2
Author: Ian Grunert <[email protected]>
Date: 2026-08-01 (Sat, 01 Aug 2026)
Changed paths:
M Source/WebKit/WebProcess/Extensions/API/WebExtensionAPIKeys.h
Log Message:
-----------
[Win] Build broken by https://commits.webkit.org/318390@main
https://bugs.webkit.org/show_bug.cgi?id=320827
Unreviewed build fix.
318390@main moved WebExtensionAPIKeys.h out of Cocoa/ and added
ASCIILiteral keys ("delayInMinutes"_s etc.) to the shared section, but
the header never includes <wtf/text/ASCIILiteral.h>. Cocoa translation
units pick up operator""_s transitively, but on Windows the unified
source including WebExtensionAPIAlarms.cpp does not, failing with "no
matching literal operator for call to 'operator""_s'". Include what we
use.
* Source/WebKit/WebProcess/Extensions/API/WebExtensionAPIKeys.h:
Canonical link: https://commits.webkit.org/318394@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications