| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index f79902a4efdab957979f3e83e7e6e98ec124ca04..379b950331f6eb48835e1af9d91b3b462c045abc 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -416,8 +416,8 @@ public:
|
| UserSelectAllDoesNotAffectEditability,
|
| UserSelectAllIsAlwaysNonEditable
|
| };
|
| - bool isContentEditable(UserSelectAllTreatment = UserSelectAllDoesNotAffectEditability);
|
| - bool isContentRichlyEditable();
|
| + bool isContentEditable(UserSelectAllTreatment = UserSelectAllDoesNotAffectEditability) const;
|
| + bool isContentRichlyEditable() const;
|
|
|
| bool hasEditableStyle(EditableType editableType = ContentIsEditable, UserSelectAllTreatment treatment = UserSelectAllIsAlwaysNonEditable) const
|
| {
|
|
|