Index: third_party/WebKit/Source/core/html/HTMLTrackElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLTrackElement.h b/third_party/WebKit/Source/core/html/HTMLTrackElement.h |
index e380d58e96fcc5fdc598ff354cbaf5737f0a126e..5c25826366644d9987cf04d4cc298260aa798589 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLTrackElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLTrackElement.h |
@@ -78,7 +78,7 @@ private: |
const AtomicString& mediaElementCrossOriginAttribute() const; |
bool canLoadUrl(const KURL&); |
- void loadTimerFired(Timer<HTMLTrackElement>*); |
+ void loadTimerFired(TimerBase*); |
enum LoadStatus { |
Failure, |