Index: webrtc/p2p/client/basicportallocator.h |
diff --git a/webrtc/p2p/client/basicportallocator.h b/webrtc/p2p/client/basicportallocator.h |
index a991417736fdf8eb68ed274457f85eee5afdaa5d..5a4999cce21be860cdea9dccc2949993bf6c68fe 100644 |
--- a/webrtc/p2p/client/basicportallocator.h |
+++ b/webrtc/p2p/client/basicportallocator.h |
@@ -365,7 +365,8 @@ class AllocationSequence : public rtc::MessageHandler, |
BasicPortAllocatorSession* session_; |
bool network_failed_ = false; |
rtc::Network* network_; |
- rtc::IPAddress ip_; |
+ // Compared with the new best IP in DisableEquivalentPhases. |
+ rtc::IPAddress previous_best_ip_; |
PortConfiguration* config_; |
State state_; |
uint32_t flags_; |