[webkit-changes] [WebKit/WebKit] bfe70e: FrameLoader using bitwise instead of logical opera...
Don Olmstead
noreply at github.com
Sat Sep 17 12:06:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bfe70e10846662c9bc4a378a51120bdcd3d98927
https://github.com/WebKit/WebKit/commit/bfe70e10846662c9bc4a378a51120bdcd3d98927
Author: Don Olmstead <don.olmstead at sony.com>
Date: 2022-09-17 (Sat, 17 Sep 2022)
Changed paths:
M Source/WebCore/loader/FrameLoader.cpp
Log Message:
-----------
FrameLoader using bitwise instead of logical operator on booleans
https://bugs.webkit.org/show_bug.cgi?id=245318
Reviewed by Chris Dumez.
Clang 14 reported this through `-Wbitwise-instead-of-logical`.
* Source/WebCore/loader/FrameLoader.cpp:
Canonical link: https://commits.webkit.org/254590@main
More information about the webkit-changes
mailing list