Chromium Code Reviews| Index: Source/core/html/MediaDocument.h |
| diff --git a/Source/core/html/MediaDocument.h b/Source/core/html/MediaDocument.h |
| index 8fb6db10bc18d0366e982fde258227490d4f0ade..6e7a9cd919d86635d180dd305175798202515906 100644 |
| --- a/Source/core/html/MediaDocument.h |
| +++ b/Source/core/html/MediaDocument.h |
| @@ -40,6 +40,8 @@ public: |
| void mediaElementSawUnsupportedTracks(); |
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
| + |
| private: |
| MediaDocument(Frame*, const KURL&); |