Index: third_party/WebKit/Source/core/timing/PerformanceBase.h |
diff --git a/third_party/WebKit/Source/core/timing/PerformanceBase.h b/third_party/WebKit/Source/core/timing/PerformanceBase.h |
index 0a1417d03aab3b1ac6aaa22f0074b8aa2451244b..a63d7b9cb9567c599607dfee4a02d54000dc082b 100644 |
--- a/third_party/WebKit/Source/core/timing/PerformanceBase.h |
+++ b/third_party/WebKit/Source/core/timing/PerformanceBase.h |
@@ -123,7 +123,7 @@ protected: |
void notifyObserversOfEntry(PerformanceEntry&); |
bool hasObserverFor(PerformanceEntry::EntryType); |
- void deliverObservationsTimerFired(Timer<PerformanceBase>*); |
+ void deliverObservationsTimerFired(TimerBase*); |
PerformanceEntryVector m_frameTimingBuffer; |
unsigned m_frameTimingBufferSize; |