| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index 5b54e7c711bd213d26b06066d4d4d59993b8b996..bccf17c7efebf0cf6f77bbf54e68df00c5073534 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -257,6 +257,7 @@ public:
|
|
|
| virtual bool isMediaControlElement() const { return false; }
|
| virtual bool isMediaControls() const { return false; }
|
| + virtual bool isTextTrackContainer() const { return false; }
|
| virtual bool isVTTElement() const { return false; }
|
| virtual bool isAttributeNode() const { return false; }
|
| virtual bool isCharacterDataNode() const { return false; }
|
|
|