Summary: | Remove 'DOMPointInit' constructor from DOMPoint.idl and DOMPointReadOnly.idl | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mattwoodrow, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | BrowserCompat, InRadar, WPTImpact |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Description
Ahmad Saleem
2023-12-20 16:40:20 PST
NOTE - I also have another change and it is to make both IDL files have 'Serializable' as required by web-spec in my local build. This PR added following constructor: https://commits.webkit.org/183333@main (In reply to Ahmad Saleem from comment #2) > This PR added following constructor: > > https://commits.webkit.org/183333@main Simple revert of this leads to compile failures in DOMQuad.cpp: https://github.com/WebKit/WebKit/blob/5ce41d80d50760401a9399bc7cb3d3be7b97b58e/Source/WebCore/dom/DOMQuad.cpp#L40 Committed 281192@main (98dc100a1cd7): <https://commits.webkit.org/281192@main> Reviewed commits have been landed. Closing PR #31006 and removing active labels. |