Bug 162771 - Web Inspector: Adopt TextPosition in Inspector to avoid oneBasedInt/zeroBasedInt ambiguity
Summary: Web Inspector: Adopt TextPosition in Inspector to avoid oneBasedInt/zeroBased...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2016-09-29 22:31 PDT by Joseph Pecoraro
Modified: 2016-12-13 14:44 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-09-29 22:31:41 PDT
Adopt TextPosition in Inspector to avoid oneBasedInt/zeroBasedInt ambiguity.

JSC::Debugger and Inspector agents use different values in different places. It would be easier to use TextPosition and get the right kind of value when we need it.