Chromium Code Reviews| Index: Source/core/html/MediaDocument.cpp |
| diff --git a/Source/core/html/MediaDocument.cpp b/Source/core/html/MediaDocument.cpp |
| index 0d1c040f86306b1a9515689ff5dc3f66e3d0fee5..f402f9416361c247bcddb87b181abca780f4c187 100644 |
| --- a/Source/core/html/MediaDocument.cpp |
| +++ b/Source/core/html/MediaDocument.cpp |
| @@ -63,7 +63,7 @@ private: |
| { |
| } |
| - virtual void appendBytes(const char*, size_t) override; |
| + void appendBytes(const char*, size_t) override; |
| void createDocumentStructure(); |