mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
Bustage fix; oops
This commit is contained in:
parent
35f936ecec
commit
67ecf34af4
@ -835,7 +835,7 @@ public:
|
||||
// Helpers for places that need the ends of the offsets and expect them in
|
||||
// numerical order, as opposed to wanting the primary and secondary offsets
|
||||
PRInt32 StartOffset() { return PR_MIN(offset, secondaryOffset); }
|
||||
PRInt32 EndOffset() { return PR_MAX(offset, secondaryOffset; }
|
||||
PRInt32 EndOffset() { return PR_MAX(offset, secondaryOffset); }
|
||||
// This boolean indicates whether the associated content is before or after
|
||||
// the offset; the most visible use is to allow the caret to know which line
|
||||
// to display on.
|
||||
|
Loading…
x
Reference in New Issue
Block a user