Bug 1345237. Propagate uint32_t deeper into the editor state and text control frame code. r=mystor
MozReview-Commit-ID: KeUo8My6eBJ
This commit is contained in:
@@ -1491,8 +1491,8 @@ protected:
|
||||
* A helper to get the current selection range. Will throw on the ErrorResult
|
||||
* if we have no editor state.
|
||||
*/
|
||||
void GetSelectionRange(int32_t* aSelectionStart,
|
||||
int32_t* aSelectionEnd,
|
||||
void GetSelectionRange(uint32_t* aSelectionStart,
|
||||
uint32_t* aSelectionEnd,
|
||||
ErrorResult& aRv);
|
||||
|
||||
nsCOMPtr<nsIControllers> mControllers;
|
||||
|
||||
Reference in New Issue
Block a user