| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index fedf63e639b20271dd49a9d7fb12d86cfa38f785..678414dae894346f6bd993367dc7b0ce953eed0e 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -417,7 +417,7 @@ public:
|
|
|
| // Whether the node is inert. This can't be in Element because text nodes
|
| // must be recognized as inert to prevent text selection.
|
| - bool isInert() const;
|
| + virtual bool isInert() const;
|
|
|
| enum UserSelectAllTreatment {
|
| UserSelectAllDoesNotAffectEditability,
|
|
|