Index: third_party/WebKit/Source/web/InspectorOverlay.cpp |
diff --git a/third_party/WebKit/Source/web/InspectorOverlay.cpp b/third_party/WebKit/Source/web/InspectorOverlay.cpp |
index d85d3487432894a7f1cdc13d8caf50f187d64d1f..c818c11f6428ecfc87adb434c5829304af1b00d5 100644 |
--- a/third_party/WebKit/Source/web/InspectorOverlay.cpp |
+++ b/third_party/WebKit/Source/web/InspectorOverlay.cpp |
@@ -576,7 +576,7 @@ String InspectorOverlay::evaluateInOverlayForTest(const String& script) |
return toCoreStringWithUndefinedOrNullCheck(string); |
} |
-void InspectorOverlay::onTimer(Timer<InspectorOverlay>*) |
+void InspectorOverlay::onTimer(TimerBase*) |
{ |
m_resizeTimerActive = false; |
scheduleUpdate(); |