Index: third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h |
index 648166bafe8a633857bf64ece423fad933be27fd..1b4a131630375dd00bd3f533c5e89b915bcb7965 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h |
@@ -157,7 +157,7 @@ private: |
void enable(int totalBufferSize, int resourceBufferSize); |
void willSendRequestInternal(LocalFrame*, unsigned long identifier, DocumentLoader*, const ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&); |
void delayedRemoveReplayXHR(XMLHttpRequest*); |
- void removeFinishedReplayXHRFired(Timer<InspectorNetworkAgent>*); |
+ void removeFinishedReplayXHRFired(TimerBase*); |
void didFinishXHRInternal(ExecutionContext*, XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString&, const String&, bool); |
bool canGetResponseBodyBlob(const String& requestId); |