Bug 162771
| Summary: | Web Inspector: Adopt TextPosition in Inspector to avoid oneBasedInt/zeroBasedInt ambiguity | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes |
| Priority: | P2 | Keywords: | DoNotImportToRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Joseph Pecoraro
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |