Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: third_party/WebKit/Source/core/dom/Node.h

Issue 2088453002: Implement the inert attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: esprehn comments and fix layout tests to use testharness.js Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ad1287e0968477f559c1ad351f392f5348c6f90b..815e7183dd2db0db14c4153c3614fcace5879f0b 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,

Powered by Google App Engine
This is Rietveld 408576698