Bug 134382 - Use unsigneds instead of ints for indexes in setDrawRange() api
Summary: Use unsigneds instead of ints for indexes in setDrawRange() api
Status: RESOLVED DUPLICATE of bug 134243
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-26 21:56 PDT by Shivakumar J M
Modified: 2014-06-30 01:27 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***