Bug 134382

Summary: Use unsigneds instead of ints for indexes in setDrawRange() api
Product: WebKit Reporter: Shivakumar J M <shiva.jm>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Shivakumar J M 2014-06-26 21:56:36 PDT
change int to unsigned for 'from' and 'to' in setDrawRange() api
Comment 1 Alexey Proskuryakov 2014-06-26 23:13:10 PDT
Is this the same setDrawRange that is being removed in bug 134243?
Comment 2 Shivakumar J M 2014-06-26 23:23:50 PDT
(In reply to comment #1)
> Is this the same setDrawRange that is being removed in bug 134243?

Yes it's the same, so setDrawRange() will be removed, so i will close these bug as Duplicate of bug 134243
Comment 3 Shivakumar J M 2014-06-30 01:27:30 PDT
setDrawRange() will be removed, so i will close these bug as Duplicate of bug 134243

*** This bug has been marked as a duplicate of bug 134243 ***