| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index 1ebd13bdfde38e22c1c8adb310d258a7d83f2319..b9982d2e40f3c27c3720f141bdf625c4d49e492e 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -358,6 +358,8 @@ protected:
|
| void beginIgnoringTrackDisplayUpdateRequests();
|
| void endIgnoringTrackDisplayUpdateRequests();
|
|
|
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
|
| +
|
| private:
|
| void createMediaPlayer();
|
|
|
|
|