Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 954156f2396227fe687677c6a5abcf6842e93917..b6524c8631b741a0afccb277e9eef1b5e79cd555 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -617,6 +617,7 @@ public: |
unsigned short compareDocumentPositionInternal(const Node*, ShadowTreesTreatment) const; |
virtual Node* toNode(); |
+ // Obsolete. Use toHTMLInputElement. |
virtual HTMLInputElement* toInputElement(); |
virtual const AtomicString& interfaceName() const; |