Index: Source/core/html/HTMLElement.h |
diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h |
index a1799a500211befe8be7e40ba70d53caddbe4bb6..035da96ef99a703af162368e54d7847f4c35a47b 100644 |
--- a/Source/core/html/HTMLElement.h |
+++ b/Source/core/html/HTMLElement.h |
@@ -88,6 +88,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); |