Index: Source/core/html/HTMLElement.h |
diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h |
index ef4736aa9bc12a4ee2916a9702d47ae02f624e18..5067b5b0bd418e24eb7360ba1c39fde85230069d 100644 |
--- a/Source/core/html/HTMLElement.h |
+++ b/Source/core/html/HTMLElement.h |
@@ -91,6 +91,9 @@ public: |
virtual bool isInteractiveContent() const; |
virtual void defaultEventHandler(Event*) OVERRIDE; |
+ virtual bool matchesReadOnlyPseudoClass() const OVERRIDE; |
+ virtual bool matchesReadWritePseudoClass() const OVERRIDE; |
+ |
protected: |
HTMLElement(const QualifiedName& tagName, Document&, ConstructionType); |