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

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

Issue 16081007: Introduce toHTMLInputElement(Node*), and use it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « Source/core/css/resolver/StyleResolver.cpp ('k') | Source/core/editing/FrameSelection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/css/resolver/StyleResolver.cpp ('k') | Source/core/editing/FrameSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698