| Index: Source/core/html/HTMLTrackElement.cpp
|
| diff --git a/Source/core/html/HTMLTrackElement.cpp b/Source/core/html/HTMLTrackElement.cpp
|
| index da28de145c2764f3dd9e7d96e147d364cdbd18d4..8d9aa1904b205accf8a50d4278a878d26f6f3c58 100644
|
| --- a/Source/core/html/HTMLTrackElement.cpp
|
| +++ b/Source/core/html/HTMLTrackElement.cpp
|
| @@ -358,5 +358,9 @@ HTMLMediaElement* HTMLTrackElement::mediaElement() const
|
| return 0;
|
| }
|
|
|
| +void HTMLTrackElement::acceptHeapVisitor(Visitor* visitor) const
|
| +{
|
| + HTMLElement::acceptHeapVisitor(visitor);
|
| }
|
|
|
| +}
|
|
|