Bug 264778
| Summary: | Fix typo error in 'SVGTextLayoutEngine' function name and call sites | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | sabouhallawa, webkit-bug-importer, zimmermann |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ahmad Saleem
Just came across typo error:
void SVGTextLayoutEngine::updateCharacerPositionIfNeeded(float& x, float& y)
Where 'character' should be used.
void SVGTextLayoutEngine::updateCharacterPositionIfNeeded(float& x, float& y)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
EWS
Committed 270687@main (3e36df83fb58): <https://commits.webkit.org/270687@main>
Reviewed commits have been landed. Closing PR #20446 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/118373079>