| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index 317b504403792ed1bed12fcbf51a9604e395a009..cad3ee5ca37f164d280ab7ce38099ad0c7afa498 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -258,6 +258,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; }
|
|
|