Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e6f28dd5268e1d7c2d749794fb6bf7953538da33
https://github.com/WebKit/WebKit/commit/e6f28dd5268e1d7c2d749794fb6bf7953538da33
Author: Diego Pino Garcia <[email protected]>
Date: 2026-08-21 (Fri, 21 Aug 2026)
Changed paths:
M Tools/Scripts/webkitpy/port/wpe.py
Log Message:
-----------
REGRESSION(297329@main): [JHBuild][WPE] Runtime error when running layout
tests
https://bugs.webkit.org/show_bug.cgi?id=322262
Reviewed by Carlos Garcia Campos.
When running layout tests on a WPE build which used JHBuild to build its
dependencies, WPEPort's parent class tries to access property
'_wpe_legacy_api' before it was set on WPEPort's constructor, resulting on a
runtime error.
To prevent this error, property '_wpe_legacy_api' was added to WPEPort
class with a default value of 'False'.
* Tools/Scripts/webkitpy/port/wpe.py:
(WPEPort.__init__):
(WPEPort):
Canonical link: https://commits.webkit.org/319593@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications