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

Unified Diff: public/web/WebNode.h

Issue 1345193004: Add WebNode::isCommentNode(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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/web/WebNode.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebNode.h
diff --git a/public/web/WebNode.h b/public/web/WebNode.h
index 8d934d8f69971d359f0c72f87a6238f1c0355ac8..3313073ea3c11b728ddc48e3be24d7e2df47f73b 100644
--- a/public/web/WebNode.h
+++ b/public/web/WebNode.h
@@ -103,6 +103,7 @@ public:
BLINK_EXPORT bool hasChildNodes() const;
BLINK_EXPORT WebNodeList childNodes();
BLINK_EXPORT bool isLink() const;
+ BLINK_EXPORT bool isCommentNode() const;
BLINK_EXPORT bool isTextNode() const;
BLINK_EXPORT bool isFocusable() const;
BLINK_EXPORT bool isContentEditable() const;
« no previous file with comments | « Source/web/WebNode.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698