| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index 7706ad33c8ef803c3b2cd6939196a6bc656b06ab..7ec055769d48e318b45d5628ed3bb8d5d2fb2ddb 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; }
|
|
|