| Index: third_party/WebKit/Source/core/page/NetworkStateNotifier.h
 | 
| diff --git a/third_party/WebKit/Source/core/page/NetworkStateNotifier.h b/third_party/WebKit/Source/core/page/NetworkStateNotifier.h
 | 
| index fb34c69d4f41e47746aaf181161e62ad1f16753b..955284c0e787a5380c9532b830581c411ce6e658 100644
 | 
| --- a/third_party/WebKit/Source/core/page/NetworkStateNotifier.h
 | 
| +++ b/third_party/WebKit/Source/core/page/NetworkStateNotifier.h
 | 
| @@ -142,7 +142,7 @@ private:
 | 
|      // The ObserverListMap is cross-thread accessed, adding/removing Observers running
 | 
|      // within an ExecutionContext. Kept off-heap to ease cross-thread allocation and use;
 | 
|      // the observers are (already) responsible for explicitly unregistering while finalizing.
 | 
| -    using ObserverListMap = HashMap<RawPtrWillBeUntracedMember<ExecutionContext>, OwnPtr<ObserverList>>;
 | 
| +    using ObserverListMap = HashMap<UntracedMember<ExecutionContext>, OwnPtr<ObserverList>>;
 | 
|  
 | 
|      void notifyObserversOfConnectionChangeOnContext(WebConnectionType, double maxBandwidthMbps, ExecutionContext*);
 | 
|  
 | 
| 
 |