Index: Source/core/html/HTMLTrackElement.h |
diff --git a/Source/core/html/HTMLTrackElement.h b/Source/core/html/HTMLTrackElement.h |
index f6676bd3522dfd8fae4989cfe283baadeccbf68e..ce0e1ba6bf24567992108223a7462241e0153697 100644 |
--- a/Source/core/html/HTMLTrackElement.h |
+++ b/Source/core/html/HTMLTrackElement.h |
@@ -59,7 +59,7 @@ public: |
void scheduleLoad(); |
enum LoadStatus { Failure, Success }; |
- virtual void didCompleteLoad(LoadableTextTrack*, LoadStatus); |
+ void didCompleteLoad(LoadStatus); |
const AtomicString& mediaElementCrossOriginAttribute() const; |