Bug 161005

Summary: Migrate RenderText::stringView() to unsigneds
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: New BugsAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, esprehn+autocc, glenn, jonlee, kondapallykalyan, simon.fraser, thorton
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch achristensen: review+

Description Myles C. Maxfield 2016-08-19 12:05:49 PDT
Migrate RenderText::stringView() to unsigneds
Comment 1 Myles C. Maxfield 2016-08-19 12:06:47 PDT
Created attachment 286466 [details]
Patch
Comment 2 Dean Jackson 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?
Comment 3 Myles C. Maxfield 2016-08-19 14:41:53 PDT
Committed r204653: <http://trac.webkit.org/changeset/204653>