Bug 1623858: part 2) Declare `nsIContent::HasIndependentSelection` `const`. r=smaug

Depends on D67599

Differential Revision: https://phabricator.services.mozilla.com/D67600

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mirko Brodesser 2020-03-20 13:23:00 +00:00
Родитель 8c66344a6d
Коммит c477d38a70
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -226,7 +226,7 @@ nsIContent::IMEState nsIContent::GetDesiredIMEState() {
return state;
}
bool nsIContent::HasIndependentSelection() {
bool nsIContent::HasIndependentSelection() const {
nsIFrame* frame = GetPrimaryFrame();
return (frame && frame->GetStateBits() & NS_FRAME_INDEPENDENT_SELECTION);
}

Просмотреть файл

@ -622,7 +622,7 @@ class nsIContent : public nsINode {
* If this content has independent selection, e.g., if this is input field
* or textarea, this return TRUE. Otherwise, false.
*/
bool HasIndependentSelection();
bool HasIndependentSelection() const;
/**
* If the content is a part of HTML editor, this returns editing