| 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 c7578a0aaa90d52618f54a22f5c68f7dba03a6b5..49f51daa2dd84a9b9a3b11a517d8b52c40a424b8 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
| @@ -276,8 +276,8 @@ class CORE_EXPORT InspectorNetworkAgent final
|
| HashSet<String> frames_with_scheduled_navigation_;
|
| HashSet<String> frames_with_scheduled_client_navigation_;
|
|
|
| - HeapHashSet<Member<XMLHttpRequest>> replay_xh_rs_;
|
| - HeapHashSet<Member<XMLHttpRequest>> replay_xh_rs_to_be_deleted_;
|
| + HeapHashSet<Member<XMLHttpRequest>> replay_xhrs_;
|
| + HeapHashSet<Member<XMLHttpRequest>> replay_xhrs_to_be_deleted_;
|
| TaskRunnerTimer<InspectorNetworkAgent> remove_finished_replay_xhr_timer_;
|
| };
|
|
|
|
|