Changeset 276511 in webkit
- Timestamp:
- Apr 23, 2021, 12:21:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-611-branch/Source/WebKit/UIProcess/Network/NetworkProcessProxy.cpp
r276401 r276511 125 125 void NetworkProcessProxy::didTerminate() 126 126 { 127 if (this == default Process().get())128 default Process() = nullptr;127 if (this == defaultNetworkProcess().get()) 128 defaultNetworkProcess() = nullptr; 129 129 } 130 130
Note:
See TracChangeset
for help on using the changeset viewer.