Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b1cd52d4945c996a4fc82eb991f61b6161a5c3f0
https://github.com/WebKit/WebKit/commit/b1cd52d4945c996a4fc82eb991f61b6161a5c3f0
Author: Kai Tamkun <[email protected]>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M Source/JavaScriptCore/dfg/DFGGraph.h
Log Message:
-----------
[JSC] DFG::Graph virtually inherits Scannable unnecessarily
https://bugs.webkit.org/show_bug.cgi?id=316011
rdar://178441570
Reviewed by Yusuke Suzuki.
This patch changes DFG::Graph's inheritance of Scannable from virtual to normal.
No new tests needed; this change is unobservable in practice.
* Source/JavaScriptCore/dfg/DFGGraph.h:
Canonical link: https://commits.webkit.org/314316@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications