Use references instead of pointers in WidthIterator::advanceInternal()
Created attachment 433852 [details] Patch
Comment on attachment 433852 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=433852&action=review > Source/WebCore/platform/graphics/WidthIterator.cpp:237 > + ASSERT(&font); This ASSERT doesn't looks useful. I think you should remove this ASSERT.
Thanks for the review!!!
Committed r280102 (239819@main): <https://commits.webkit.org/239819@main>
<rdar://problem/80855739>