Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b98bc4249ad64347ab6026db3b0e3c79850ec5ea
https://github.com/WebKit/WebKit/commit/b98bc4249ad64347ab6026db3b0e3c79850ec5ea
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M Source/WebCore/page/cocoa/ContentChangeObserver.cpp
M Source/WebCore/page/cocoa/ContentChangeObserver.h
Log Message:
-----------
REGRESSION(307276@main): Broke the ENABLE_CONTENT_CHANGE_OBSERVER && !NDEBUG
build
https://bugs.webkit.org/show_bug.cgi?id=307580
rdar://170164868
Unreviewed build fix.
This commit addresses the following build error:
```
Invalid operands to binary expression ('TextStream' and 'ContentChange')
```
as we try to LOG_WITH_STREAM a `ContentChange` value in
ContentChangeObserver::adjustObservedState.
* Source/WebCore/page/cocoa/ContentChangeObserver.cpp:
(WebCore::operator<<):
* Source/WebCore/page/cocoa/ContentChangeObserver.h:
Canonical link: https://commits.webkit.org/307288@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications