| Index: third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
|
| index 191bb42f57d303cf88f1d77b4698a3e9f4ce4896..bfb58c3ed2170b774b302299397a110af496c157 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
|
| @@ -1177,7 +1177,7 @@ bool InspectorNetworkAgent::fetchResourceContent(Document* document, const KURL&
|
| return false;
|
| }
|
|
|
| -void InspectorNetworkAgent::removeFinishedReplayXHRFired(Timer<InspectorNetworkAgent>*)
|
| +void InspectorNetworkAgent::removeFinishedReplayXHRFired(TimerBase*)
|
| {
|
| m_replayXHRsToBeDeleted.clear();
|
| }
|
|
|