| 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;
|
|
|