Bug 247670
Summary: | [LBSE] Allow to query supplementalTransform() without creation | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
Component: | SVG | Assignee: | Nikolas Zimmermann <zimmermann> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | rbuis, sabouhallawa, webkit-bug-importer, zimmermann |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 90738 |
Nikolas Zimmermann
There is no way to check for the presence of SMIL supplementalTransform() instances, since calling that method implicitly creates it. Split it up into another ensureSupplementalTransform() method, that forces creation and another supplementalTransform() method that simply returns the object, if present.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/6294
Radar WebKit Bug Importer
<rdar://problem/102412148>
EWS
Committed 256786@main (e633ef2c414e): <https://commits.webkit.org/256786@main>
Reviewed commits have been landed. Closing PR #6294 and removing active labels.