RESOLVED FIXED 161005
Migrate RenderText::stringView() to unsigneds
https://bugs.webkit.org/show_bug.cgi?id=161005
Summary Migrate RenderText::stringView() to unsigneds
Myles C. Maxfield
Reported 2016-08-19 12:05:49 PDT
Migrate RenderText::stringView() to unsigneds
Attachments
Patch (3.81 KB, patch)
2016-08-19 12:06 PDT, Myles C. Maxfield
achristensen: review+
Myles C. Maxfield
Comment 1 2016-08-19 12:06:47 PDT
Dean Jackson
Comment 2 2016-08-19 14:20:20 PDT
Comment on attachment 286466 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=286466&action=review > Source/WebCore/rendering/RenderBlockLineLayout.cpp:886 > + ASSERT(run->m_stop != -1); Isn't this unsigned now in your other patch?
Myles C. Maxfield
Comment 3 2016-08-19 14:41:53 PDT
Note You need to log in before you can comment on or make changes to this bug.