Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
index d31183f7028bc8b3d75c451089e02a4bb5467f40..5fba03fce89d5f6b78456e3a64d887848db0157e 100644 |
--- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
+++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
@@ -64,7 +64,7 @@ public: |
protected: |
void createFunctionProperty(v8::Local<v8::Context>, v8::Local<v8::Object>, const char* name, v8::FunctionCallback, const char* description); |
- void onTimer(Timer<ThreadDebugger>*); |
+ void onTimer(TimerBase*); |
v8::Isolate* m_isolate; |
std::unique_ptr<V8Debugger> m_debugger; |