Index: third_party/WebKit/Source/web/InspectorOverlay.h |
diff --git a/third_party/WebKit/Source/web/InspectorOverlay.h b/third_party/WebKit/Source/web/InspectorOverlay.h |
index 30f1d91414f490d63d7af6c7a7dd4f6a5c8065ed..4b0851934bf16b1879a02db3f3dc533ede172e75 100644 |
--- a/third_party/WebKit/Source/web/InspectorOverlay.h |
+++ b/third_party/WebKit/Source/web/InspectorOverlay.h |
@@ -127,7 +127,7 @@ private: |
void reset(const IntSize& viewportSize, const IntPoint& documentScrollOffset); |
void evaluateInOverlay(const String& method, const String& argument); |
void evaluateInOverlay(const String& method, std::unique_ptr<protocol::Value> argument); |
- void onTimer(Timer<InspectorOverlay>*); |
+ void onTimer(TimerBase*); |
void rebuildOverlayPage(); |
void invalidate(); |
void scheduleUpdate(); |