Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 781edcb35aa58202f5772c38c4fb33109bb4492a
https://github.com/WebKit/WebKit/commit/781edcb35aa58202f5772c38c4fb33109bb4492a
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2025-02-20 (Thu, 20 Feb 2025)
Changed paths:
M Source/WebKit/ModelProcess/cocoa/ModelProcessModelPlayerProxy.mm
Log Message:
-----------
REGRESSION(290751@main): Broke the internal visionOS build
https://bugs.webkit.org/show_bug.cgi?id=288185
rdar://145274747
Reviewed by Aditya Keerthi.
This patch fixes the ENABLE(MODEL_PROCESS) build. std::reference_wrapper
does not have a ptr() method. We adopt the get() method instead.
```
/Source/WebKit/ModelProcess/cocoa/ModelProcessModelPlayerProxy.mm:74:66: error:
no member named 'ptr' in
'std::reference_wrapper<WebKit::ModelProcessModelPlayerProxy>'
74 | _modelProcessModelPlayerProxy = modelProcessModelPlayerProxy.ptr();
1 error generated.
```
* Source/WebKit/ModelProcess/cocoa/ModelProcessModelPlayerProxy.mm:
(-[WKModelProcessModelPlayerProxyObjCAdapter
initWithModelProcessModelPlayerProxy:]):
Canonical link: https://commits.webkit.org/290771@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes